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

`read', `eval', and `print'

Name: Anonymous 2011-11-26 14:12

I skimmed documentation of Python after people told me it was fundametally similar to Lisp. My conclusion is that that is not so. When you start Lisp, it does `read', `eval', and `print', all of which are missing in Python.[o]
Some EXPERT PROGRAMMERS care to elaborate on the above? The last part (read/eval/print), not the one about the similarity.

Name: Anonymous 2011-11-26 16:41

>>2
Lua supports functional programming, and anonymous functions.>>2
(not sure how to do specific language tags... so)

function foo(x)

     return function() return x+x end

end

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