forked from OSchip/llvm-project
parent
f356419bf5
commit
df85c89c45
|
@ -439,6 +439,26 @@ static (ahead-of-time) compilation of Ruby code straight to machine code.
|
|||
</p>
|
||||
</div>
|
||||
|
||||
<!--=========================================================================-->
|
||||
<div class="doc_subsection">
|
||||
<a name="GHC">Glasgow Haskell Compiler (GHC)</a>
|
||||
</div>
|
||||
|
||||
<div class="doc_text">
|
||||
<p>
|
||||
<a href="http://www.haskell.org/ghc/">GHC</a> is an open source,
|
||||
state-of-the-art programming suite for Haskell, a standard lazy
|
||||
functional programming language. It includes an optimizing static
|
||||
compiler generating good code for a variety of platforms, together
|
||||
with an interactive system for convenient, quick development.</p>
|
||||
|
||||
<p>In addition to the existing C and native code generators, GHC now
|
||||
supports an <a
|
||||
href="http://hackage.haskell.org/trac/ghc/wiki/Commentary/Compiler/Backends/LLVM">LLVM
|
||||
code generator</a>. GHC supports LLVM 2.7.</p>
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
<!-- *********************************************************************** -->
|
||||
<div class="doc_section">
|
||||
|
|
Loading…
Reference in New Issue