Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

Haskell or Lisp? or insert language here

Name: Anonymous 2011-07-06 19:00

Functional programming is wrong and evil. Thus, what functional programming language is best?

Name: >>18 2011-07-07 19:20

>>19
You know, in Common Lisp, you don't even have to make an interpreter (EVAL), I can just call the compiler directly and have it call the (usually native) compiled piece of code:
(defun eval (code) (funcall (compile nil `(lambda () ,code))))

Of course, a metacircular interpreter is also possible, but it will be larger than your average Scheme one.

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List