Anyway, I have a couple of ideas of my own...
First is a language called Escher (named after the awesome artist M.C. Escher) that I originally presented here
The next is one I've been considering lately... It's kind of inspired by a mix of the syntax and style of C, C++, and Objective-C, and the style and semantics are inspired by Joy and Forth. I call it Func-C (kind of a play on words, short for functional C, but sounds like funky or foxy)
The following would be an example of a factorial function
+fact
{
0 =,
1,
cpy -- fact *,
elif;
}
and this is how it would look in a program
+main
{
5 fact print;
}
which would print 120 to the screen.

New Topic/Question
Reply



MultiQuote








|