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

I hate you

Name: Anonymous 2009-08-29 7:15

Ever since I've read SICP I find myself reimplementing LISP features when programming in Sepples. I'm constantly struggling between linking against Boost or writing my own, lighter equivalents of it's features.

Damn you /prog/, you were right.

Name: Anonymous 2009-08-29 9:36

I find myself reimplementing LISP features when programming in Sepples

#define (+ plus(
int plus(int, int);
main()
{
   printf("%d\n", (+ 2, 3));
}
int plus(int x, int y)
{
   return x + y;
}

something like this?
it probably doesn't work, i didn't bother testing

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