So, You Want To Write Your Own Programming Language?
    Dejan Lekic 
    dejan.lekic at gmail.com
       
    Wed Jan 22 05:28:19 PST 2014
    
    
  
On Wednesday, 22 January 2014 at 10:38:40 UTC, bearophile wrote:
>
> In Haskell the GHC compiler goes one step further, it 
> translates all the Haskell code into an intermediate code named 
> Core, that is not the language of a virtual machine, it's still 
> a functional language, but it's simpler, lot of the syntax 
> differences between language constructs is reduced to a much 
> reduced number of mostly functional stuff.
>
Same story is with Erlang as far as I know.
    
    
More information about the Digitalmars-d-announce
mailing list