Show HN: A small programming language where everything is pass-by-value

  • Thread starter jcparkyn
  • Start date
  • Replies 0
  • Views 16
Status
Not open for further replies.
J

jcparkyn

Guest
This is a hobby project of mine that I started a few years ago to learn about programming language implementation. It was created 95% without AI, although a few recent commits include code from Gemini CLI.
I started out following Crafting Interpreters, but gradually branched off that until I had almost nothing left in common.
Tech stack: Rust, Cranelift (JIT compilation), LALRPOP (parser).
Original title: "A small programming language where everything is a value" (edited based on comments)



Comments URL: https://news.ycombinator.com/item?id=46759520

Points: 54

# Comments: 31
 
Status
Not open for further replies.
Top