2
0
Fork 0
mirror of git://git.savannah.gnu.org/guix/bootstrappable.git synced 2023-12-14 03:02:57 +01:00

projects: Add GHC project.

* pages/projects.skr: Add section "Bootstrapping GHC with Hugs and
nhc98".
This commit is contained in:
Ricardo Wurmus 2017-01-09 13:53:03 +01:00
parent d1c0a82825
commit b1fca2db96
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -20,4 +20,12 @@
This project aims to build GCC version 4.7 with a simple C compiler such as
,(anchor "TinyCC" "http://www.landley.net/code/tinycc/"),
,(anchor "pcc" "http://pcc.ludd.ltu.se/"), or
,(anchor "qcc" "http://www.landley.net/qcc/").])))
,(anchor "qcc" "http://www.landley.net/qcc/").])
(h2 [Bootstrapping GHC with Hugs and nhc98])
(p [The Glasgow Haskell Compiler (GHC) is the most popular Haskell compiler.
It is written in Haskell and since the first public release requires GHC to build newer versions of the compiler.
It might be possible to build a first GHC from source with the Hugs interpreter and the compiler nhc98.
,(anchor "This blog post describes the current state"
"http://elephly.net/posts/2017-01-09-bootstrapping-haskell-part-1.html")
of this project.])))