I'm think I see more and more coders looking into Erlang and Lisp. Since I learned
it in exactly the same order, and now, I'm looking into Forth, does it mean that Forth is the next language on everyone's TODO list?

What is your next language?

link|improve this question

59% accept rate
1  
Language == Fashion. Could be.... – RBerteig Jul 11 '09 at 1:56
Even if closed so fast, that kind of question keep me smiling on SO! – Gabriel Cuvillier Apr 11 '11 at 8:05
feedback

closed as not constructive by Mitch Wheat, Jason, RBerteig, Brian Carper, Spencer Ruport Jul 11 '09 at 2:20

This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.

5 Answers

up vote 2 down vote accepted

If you want something Forth-like, you would much better be served by looking at the Factor programming language. It is concatenative, like Forth, and it also has a lot of modern properties and an efficient implementation that targets multiple platforms.

link|improve this answer
feedback

Yeah I got the memo you were learning that next. I think everyone agrees copying you is the cool thing to do so you're probably right.

link|improve this answer
As rude as this answer may seem, I have to agree that the OP was kind of douchy. – Gab Royer Jul 11 '09 at 2:20
feedback

: SOP MEMORY TIGHT? IF FORTH ELSE LISP THEN USE ;

link|improve this answer
feedback

Forth is not next on my list. I am happy with Perl, Common Lisp, and Haskell for the time being.

link|improve this answer
feedback

no -matt o'gorman (damn ten char limit)

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.