Hacker News new | ask | show | jobs
by murisitarusenga 2788 days ago
I designed a programming language, L2, a while ago by stripping C down to a minimal core and adding Lisp-style procedural macros to it. In addition to the original bootstrapping compiler written in C, I've now built a self-hosting compiler for it.
1 comments

Well done. It looks awesome! I like how you can build it from C before doing a self hosted build. Do you have any further plans?
Thanks. No, no further plans at the moment. I just wanted to see what a program in L2 might look like.