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

I wish to reach satori

Name: Anonymous 2012-01-22 14:05

I want to make my own compiler that does Common Lisp or a subset of it to MIPs assembly or any other elegant asm.

How hard would this be?

Name: Anonymous 2012-01-22 14:53

>>10
that looks weird still since you free within the let.

(let ...) should only be stack allocation

manual memory should just be simply:

(set anus (malloc (sizeof 'int32)))
(assert anus)
(print anus)
(print (ptr-to-int32 anus 0))
(free anus)


some sort of set to distinguish between stack and heap

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