[ANN] kempe (compiler) 0.1.1.0

Wrote a little compiler (to x86_64) for a stack-based language: hackage.haskell.org/package/kempe

Curious if there other x86 or assembly-targeting compilers written in Haskell? I wrote this for my edification, but a lot of stuff seems to stop off at LLVM so it’s hard to compare/even know what the state of the art is…

4 Likes

Link has a typo (packakge). Correct: https://hackage.haskell.org/package/kempe

Source is a pleasure to read, excellent job!

3 Likes

Oh dear! Thanks for figuring that out :slight_smile:

Kempe looks really cool! Thanks for sharing.

2 Likes

Tangent to the topic: what are useful stuff that one can do with stack-based languages?

1 Like

I’ve got a treat for you :slight_smile:
https://evincarofautumn.blogspot.com/2012/02/why-concatenative-programming-matters.html

2 Likes