from Hacker News

Implementing a JIT Compiled Language with Haskell and LLVM

by niels on 3/4/14, 8:31 AM with 12 comments

  • by lallysingh on 3/4/14, 1:16 PM

    Even if you're not curious about Haskell, have a look at the parser here. Parsing in Haskell feels like cheating.
  • by batterseapower on 3/4/14, 12:56 PM

    A while ago I wrote a Haskell compiler for a simple functional language that uses the JIT features of LLVM in order to make the Haskell-level "compile" function lazy in the term being compiled. Quite a fun trick I thought: https://github.com/batterseapower/productive-compiler/blob/m...
  • by taspeotis on 3/4/14, 9:47 AM

    Good job with that trailing /

        Implementing a JIT Compiled Language with Haskell and LLVM (stephendiehl.com)
        195 points by rwosync 53 days ago | flag | comments
    
    https://news.ycombinator.com/item?id=7031998