Name: Anonymous 2012-09-19 23:04
Ok, /prog/.
I want to make a game in C but the AI in LISP.
Is it possible?
I want to make a game in C but the AI in LISP.
Is it possible?
struct _cons_str {
void *car;
struct _cons_str *cdr;
};
typedef struct _cons_str cons;