Hacker News new | ask | show | jobs
Ask HN: How can I build a lambda-calculus compiler in Scheme?
1 points by guojh0570 4786 days ago
Recently I have some interests in building compiler, but I'd love to start with a very tiny one.

So I'm eager to know how I can build in Scheme, I mean what the structure should be and What cool features I can add in?