Hacker News new | ask | show | jobs
Show HN: L2 – An untyped, unsafe, and unhygienic programming language (github.com)
6 points by murisitarusenga 2785 days ago
1 comments

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.
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.