Comment on Implementing a JIT Compiled Language with Haskell and LLVMparentComments−freyrs312yThe 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.−tel12yI really need to explore LLVM in more detail at some point.
Comments
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.
I really need to explore LLVM in more detail at some point.