Return
Styles:
Pseud0ch
,
Terminal
,
Valhalla
,
NES
,
Geocities
,
Blue Moon
.
Entire thread
Unlabelled let is the same as lambda
1
Name:
Anonymous
2015-11-10 19:06
And unlabelled let is the same as (eval (quote (code) (args-as-env)))
3
Name:
Anonymous
2015-11-11 1:40
>>1
What the fuck are you smoking? What the fuck is an unlabeled let?
Any kindergartener already knows that
(let ((a 1) (b 2)) body)
is equivalent to
((lambda (a b) body) 1 2)
.
Don't need that eval shit, especially not your malformed nonsense.
Newer Posts
Don't change these.
Name:
Email:
Entire Thread
Thread List