Live data from Hacker News

Learn C and build your own Lisp (2014)

buildyourownlisp.com

1–10 of 90 posts

Re: Learn C and build your own Lisp (2014)

#5
post #3
post #2

I like this tutorial, but it's worth noting that you're building your own lisp with the author's bespoke parser generator.

Yes. I followed this tutorial a few years ago and found this to be quite disappointing.

Here is my take: https://gist.github.com/cellularmitosis/71123906bb6dd5619748...

Re: Learn C and build your own Lisp (2014)

#7
post #2

I like this tutorial, but it's worth noting that you're building your own lisp with the author's bespoke parser generator.

It seems the author has added an appendix [0] where he replaces the library parser with a hand-rolled one.

0. http://buildyourownlisp.com/appendix_a_hand_rolled_parser

Re: Learn C and build your own Lisp (2014)

#8
post #7
post #2

I like this tutorial, but it's worth noting that you're building your own lisp with the author's bespoke parser generator.

It seems the author has added an appendix [0] where he replaces the library parser with a hand-rolled one. 0. http://buildyourownlisp.com/appendix_a_hand_rolled_parser

Oh, neat. I'll have to give that a look.
Post reply on HN