orangeduck / BuildYourOwnLisp

Learn C and build your own programming language in under 1000 lines of code!
http://www.buildyourownlisp.com/
Other
2.93k stars 396 forks source link

ADD Bonus Mark #115

Closed louisabraham closed 7 years ago

louisabraham commented 7 years ago

At that moment, I had no idea we would add a standard library, and I wanted to have funas a builtin. I did know how to use mpc with a string, so I did it "by hand" (I created the arguments and passed them to the other builtin_* C functions). I found that exercise to be very interesting.

orangeduck commented 7 years ago

This is actually a nice idea for a bonus mark. Thanks!

louisabraham commented 7 years ago

Thank you for this wonderful book! My lispy interpreter is at the top of the list of the coolest things I have done in April!

orangeduck commented 7 years ago

Thanks, glad you enjoyed the book 👍