29
votes
22answers
1k views
Code Golf: Fractran
The Challenge
Write a program that acts as a Fractran interpreter. The shortest interpreter by character count, in any language, is the winner. Your program must take two inputs: …
2
votes
12answers
365 views
Which non mainstream programming language to use for a hobby project?
It has to be cross platform, have therading and network capabilities, and have cross platform gui support either natively or through bindings.
What is not that importand is IDE su …
6
votes
12answers
515 views
programming languages not in english?
Are there any major languages whose keywords, functions etc. are not in English? Not wrappers or locales, but the original language.
There's no particular reason why they have to …
20
votes
41answers
3k views
What is your favorite esoteric programming language?
In the spirit of "fun polls"...
What is your favorite esoteric programming language?
Guidelines:
One language per response, upvote to echo others' responses
If you can, describe …
1
vote
3answers
131 views
How can you tell if a language is a “dynamic language”?
I'm trying to get a better handle on what it really means for a language to be "dynamic". I have quite a bit of experience with Lingo, which is the scripting language for the Adobe …
3
votes
18answers
615 views
Is there any practical use for an esoteric language?
Do you know any example of an esoteric language used to write any practical-use, real-world program? Is there any, however obscure, domain of computer science where an esoteric lan …
6
votes
4answers
321 views
Is there a language designed for code golf?
I am not really a fan of code golf, but I have to wonder, is there an esoteric language designed for it?
I mean a language with following properties:
Common programs may be exp …
1
vote
1answer
55 views
Is there a programming language whose declarations are similar to those used in UML?
Like:
Employee: Person
name: String
id: int
+ employeeCount(): int {
---------------
return employeecount
}
+ name():String …
4
votes
4answers
196 views
Have you ever tried programming in Malbolge?
Have you ever tried programming in Malbolge? I have read some of the top links returned by google, here, here, here, and here. I am very intrigued by this prospect, and would lik …
7
votes
4answers
149 views
Memory leak in whitespace app [closed]
I'm writing a contacts management app in whitespace. Purify is reporting a leak from a heap variable in two of my sort functions, but I'm struggling to pin it down.
Here's the fir …
0
votes
11answers
546 views
Is it worth it to learn an esoteric programming language?
Wikipedia: An esoteric programming language (sometimes shortened to esolang) is a programming language designed as a test of the boundaries of computer programming language design, …
