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

sexp

Name: Anonymous 2015-03-13 3:34

Is this a sane representation for s-expressions?

struct O
{
union {
Cell *o;
char *a;
};
int type;
};

struct Cell
{
O car, cdr;
};

Name: Anonymous 2015-03-13 17:10

Why LISP compiler are written in C/C++?
1. Implement LISP compiler N in LISP and C.
2. Compile N using #1 lisp compiler resulting in N2 compiler.
3. Compile N in N2 resulting in N3.
4. Compile N in N3 resulting in N4.
5.Repeat until the program binary output is identical to previous iteration.
6.Compile N in C, and benchmark #5 versus it.
7.Report results.

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