bootstrap-scheme icon indicating copy to clipboard operation
bootstrap-scheme copied to clipboard

Bignum support with GNU GMP

Open siraben opened this issue 7 years ago • 4 comments

siraben avatar Feb 27 '18 10:02 siraben

@siraben Nice work! Having this patch here for others to see is a great a addition.

petermichaux avatar Mar 02 '18 21:03 petermichaux

I'll need to commit again because I forgot to link the library in the Makefile. I'm looking to implement a garbage collector next!

Thanks for reading my code, I really love how your Scheme interpreter is so simple and readable, yet complete. I've written a pretty big standard library without even knowing it's the bootstrap-scheme interpreter.

What motivated you to write a Lisp interpreter in C in the first place?

siraben avatar Mar 03 '18 15:03 siraben

@siraben

What motivated you to write a Lisp interpreter in C in the first place?

Who could resist? :-)

I'm looking to implement a garbage collector next!

Excellent!

petermichaux avatar Mar 04 '18 07:03 petermichaux

Reopening to keep public

siraben avatar Mar 02 '21 04:03 siraben