(fn ...) vs '(lambda ...)
Posted: Tue Sep 05, 2006 9:10 pm
Guys!
How can be properly described the _practical_ difference between using:
(fn (x) (do-something-with x))
versus
'(lambda (x) (do-something-with x))
?
Now I finishing a brief introduction to newLISP (in Russian), targeted to non-LISP programmers. I need the proper words here to consolidate two of my examples...
How can be properly described the _practical_ difference between using:
(fn (x) (do-something-with x))
versus
'(lambda (x) (do-something-with x))
?
Now I finishing a brief introduction to newLISP (in Russian), targeted to non-LISP programmers. I need the proper words here to consolidate two of my examples...