Hacker News new | ask | show | jobs
by freyrs3 4484 days ago
The shallow DSL in the LLVM monad is really nice, it looks almost like the IR itself but you can abstract over it and compose it with other code. DSLs are often overlooked when talking about monad use cases.
1 comments

I really need to explore LLVM in more detail at some point.