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

Pages: 1-

Unlabelled let is the same as lambda

Name: Anonymous 2015-11-10 19:06

And unlabelled let is the same as (eval (quote (code) (args-as-env)))

Name: Anonymous 2015-11-10 19:09

Yes. Please read LoL.

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.

Name: Anonymous 2015-11-11 3:02

>>3
in some languages (like Coq), let has slightly different typing rules than application, as it knows a bit more about the value being typed.

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