Re: [Haskell-beginners] some tools like .Net reflector?

thank you
------------------ Original ------------------
From: "Claude Lee";
Date: 2011年8月30日(星期二) 中午12:30
To: "anyzhen";
Cc: "beginners";
Subject: Re: [Haskell-beginners] some tools like .Net reflector?
Hi,
Haskell code usually compiles to native code, which means it can decompile to ASM, but not the original Haskell code, especially when optimization applied. However, GHC can produce some sort of bytecode "using LLVM as a backend", but I don't think it's designed for production use. See http://www.haskell.org/ghc/ for more details.
Thanks,
Claude
PS: License seems to be your first concern on the issue, not decompilers... ;)
2011/8/30 anyzhen
participants (1)
-
anyzhen