Y
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
murisitarusenga
2785 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.
link
rain1
2785 days ago
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?
link
murisitarusenga
2784 days ago
Thanks. No, no further plans at the moment. I just wanted to see what a program in L2 might look like.
link