Yhc: Difference between revisions

From HaskellWiki
No edit summary
(Added Category:Orphaned projects)
 
(43 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Yhc}}
{{Yhc}}


http://www-users.cs.york.ac.uk/~ndm/yhc/yhc.png <span style="font-size:24pt;font-weight:bold;">- York Haskell Compiler</span>
'''Yhc is no longer actively developed or maintained - see this [http://yhc06.blogspot.com/2011/04/yhc-is-dead.html blog post].'''


<p style="border:2px solid red;background-color:#ffb;margin:20px;margin-left:50px;margin-right:50px;padding:3px;">
[[Image:Yhc_Logo.png|Yhc Logo]] <span style="font-size:24pt;font-weight:bold;">- York Haskell Compiler</span>
<b>Warning:</b><br/>
This project is by no means finished, and is not useable as a standard Haskell compiler yet.<br/>
This project is run by 3 York [ex-]students, and is not an official York Uni project.
</p>


See the official home page at http://www.cs.york.ac.uk/~ndm/yhc/ (Most of that page will be moved to the wiki over time). There is also the [http://haskell.org/hawiki/Yhc old haskell wiki] pages, which need migrating.
Warning, this compiler is not finished, and is not useable as a standard Haskell Compiler. It is also not an official York project.
 
== Installing Yhc ==
 
* Windows users - See the instructions to get a [[/Snapshots|snapshot]].
* Other users - See the [[/Building|building]] guide.
 
== Further information ==
 
* [http://yhc06.blogspot.com/ Blog]
* [http://haskell.org/mailman/listinfo/yhc Mailing List] - users and developers
* [http://www.indiegigs.co.uk:8010/ Build bot] - build status reports
* [http://code.google.com/p/yhc/issues/list Bug tracker]
* [http://www.cs.york.ac.uk/fp/yhc/snapshot/docs/ Haddock documentation]
* [http://darcs.haskell.org/darcsweb/darcsweb.cgi?r=yhc;a=summary Darcs Web]


== Yhc Manual ==
== Yhc Manual ==
Line 15: Line 25:
This is the official Yhc manual, feel free to edit it!
This is the official Yhc manual, feel free to edit it!


# [[Yhc/Introduction|Introduction]] - how to get it, who to contact
# [[/Introduction/]] - how to get it, who to contact
# [[Yhc/Tutorial|Using Yhc]] - short tutorial on yhc, yhi, yhe
#* [[/FAQ/]] - Frequently Asked Questions
# [[Yhc/FAQ|FAQ]] - Frequently Asked Questions
#* [[/Tutorial|Using Yhc]] - short tutorial on yhc, yhi, yhe
# [[Yhc/Options|Options]] - command line options and environment variables
#* [[/HCAR|HCAR Entries]] - small overview progress reports
# [[Yhc/Building|Building]] - building yhc from source
# [[/Options/]] - command line options and environment variables
# [[Yhc/Hacking|Hacking]] - how to hack on Yhc
# [[/Building|Building]] - building yhc from source
#* [[Yhc/Porting|Porting]] - how to port Yhc to a new architecture/platform
#* [[/Buildbot|Buildbot]] - regular Yhc builds
# [[Yhc/RTS|Runtime System]] - information on the runtime system
#* [[/Snapshots|Snapshots]] - Windows binary snapshots
#* [[Yhc/RTS/Machine|Machine]]
# [[/Hacking/]] - how to hack on Yhc
#* [[Yhc/RTS/Heap|Heap]] - how the heap is laid out
#* [[/Porting/]] - how to port Yhc to a new architecture/platform
#* [[Yhc/RTS/Modules|Modules]]
#* [[/Debug flags|Debug Flags]] - flags to help debug the compiler
#* [[Yhc/RTS/hbc|.hbc format]]
#* [[/Primitives|Primitives]] - information about the primitives
#* [[Yhc/RTS/Bytecodes|Bytecodes]]
# [[/RTS|Runtime System]] - information on the runtime system
# [[Yhc/API|API's]] - API (programmer libraries) we intend to provide
#* [[/RTS/Machine|Machine]] - the virtual machine architecture
#* [[Yhc/API/Core|Yhc Core]] - similar to GHC Core, but for Yhc
#* [[/RTS/Heap|Heap]] - how the heap is laid out
#* [[Yhc/API/Bytecode|Bytecode API]] - Haskell API to play with .hbc files
#* [[/RTS/Modules|Modules]]
#* [[Yhc/API/Compiler|Compiler API]] - Haskell API for playing with Haskell files
#* [[/RTS/hbc|.hbc format]]
#* [[Yhc/API/Interpreter|Interpreter API]] - C API for running .hbc files
#* [[/RTS/Bytecodes|Bytecodes]]
 
#* [[/RTS/Concurrency|Concurrency]] - how this is implemented
== Notes ==
# Applications - additional tools for use with Yhc
 
#* [[/Yhe|Yhe]] - the evaluator (like GHCi)
These are work in progress notes etc, about things we would like to do, or are going to do soon.
#* [[/Pyhi|Pyhi]] - the python runtime
#* [[/Javascript|Javascript]] - Javascript back end
#* [[Yhc_web_service|Yhc web service]] - zero-install use of [[/Javascript|Javascript back end]]
# [[/API|API's]] - API (programmer libraries) available
#* [[/API/Core|Yhc Core]] - similar to GHC Core, but for Yhc
#* [[/API/Bytecode|Bytecode API]] - Haskell API to play with .hbc files
#* [[/API/Compiler|Compiler API]] - Haskell API for playing with Haskell files (pending)
#* [[/API/Interpreter|Interpreter API]] - C API for running .hbc files (pending)
# [[/Ideas|Ideas]] - these are all for the future
#* [[/Todo|Todo]] - things on the todo list
#* [[/Gtk2Hs|Gtk2Hs]] - porting Gtk2Hs to Yhc
#* [[/HeapProfiling|Heap Profiling]]
#* [[/Path Handling|Path Handling]] - how file paths should be used
#* [[/Erlang/Proof_of_concept|Compilation to Erlang]] - new backend for Erlang VM (Haskell on BEAMs) may start here
#* [http://spreadsheets.google.com/pub?key=pwq-dUByH2-cC8hmKIoRdBg&output=pdf&gid=0 Yhc Core Primitives Proposal] - a Google spreadsheet (published as PDF) which contains the proposed set of Yhc Core primitives in the light of the possibility to have multiple back-ends and front-ends
#* [[/Core_conversion_infrastructure|Yhc Core Conversion Infrastructure]] - aimed at creation of complete Yhc Core toolchain
# [[/Notes|Notes]] - random notes collection


== Yhc Pages ==
== Contributors ==


These are all the pages within the Yhc domain
The "Yhc team" consists of a bunch of friend people, who enjoy doing this kind of thing. We include Tom Shackell, Neil Mitchell, Andrew Wilkinson, Mike Dodds, Bob Davie, Dimitry Golubovsky (insert your name here)


How do you do a  pagelist with this new wiki software?
==See also==
*[[Catch]]


[[Category:Implementations]]
[[Category:Implementations]]
[[Category:Orphaned projects]]

Latest revision as of 18:03, 10 May 2011

Part of Yhc

(Download)

Yhc is no longer actively developed or maintained - see this blog post.

Yhc Logo - York Haskell Compiler

Warning, this compiler is not finished, and is not useable as a standard Haskell Compiler. It is also not an official York project.

Installing Yhc

  • Windows users - See the instructions to get a snapshot.
  • Other users - See the building guide.

Further information

Yhc Manual

This is the official Yhc manual, feel free to edit it!

  1. Introduction - how to get it, who to contact
    • FAQ - Frequently Asked Questions
    • Using Yhc - short tutorial on yhc, yhi, yhe
    • HCAR Entries - small overview progress reports
  2. Options - command line options and environment variables
  3. Building - building yhc from source
  4. Hacking - how to hack on Yhc
    • Porting - how to port Yhc to a new architecture/platform
    • Debug Flags - flags to help debug the compiler
    • Primitives - information about the primitives
  5. Runtime System - information on the runtime system
  6. Applications - additional tools for use with Yhc
  7. API's - API (programmer libraries) available
  8. Ideas - these are all for the future
  9. Notes - random notes collection

Contributors

The "Yhc team" consists of a bunch of friend people, who enjoy doing this kind of thing. We include Tom Shackell, Neil Mitchell, Andrew Wilkinson, Mike Dodds, Bob Davie, Dimitry Golubovsky (insert your name here)

See also