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

Why aren't you programming in LISP`?`?`

Name: Gagrid 2013-05-10 17:23


The expert ``programmer'' language.

C code to print from 1 to 10

import stdio.h

int main(){
  for (int i=1; i<=10; i++) {
    printf(yada yada);
  }
}





LISP


(loop for i from 1 to 10 do (print x))

Name: Anonymous 2013-05-11 20:33

>>18
Sorry, could you show me with lambdas then?

Name: Anonymous 2013-05-11 21:10

>>31
No syntax sugar, only lambdas.

Name: >>32, not >>31 2013-05-11 21:22

>>33
Read my post. And, as far as I know, letrec still requires you to bind the functions to a name.

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