HaskellWiki

Haskell | Wiki community | Recent changes
Random page | Special pages

 

Not logged in
Log in | Help

Yhc/Snapshots

< Yhc

Currently snapshots are only available for Windows users, this describes how to install and test Yhc on Windows.

1 Installing

  1. Create a folder called Yhc.
  2. Download the snapshot http://www.cs.york.ac.uk/fp/yhc/snapshot/yhc-latest.zip in that folder.
  3. Extract, using WinZip or similar.
  4. Go to My Computer, right click Properties, Advanced, Environment Variables:
  5. Add the folder to yhc.exe to your PATH variable.

2 Testing

Now, to test, open a command window anywhere and type in:

echo main = print 42 > Main.hs
yhc Main
yhi Main

You should see the number 42 appear.

Retrieved from "http://haskell.org/haskellwiki/Yhc/Snapshots"

This page has been accessed 2,303 times. This page was last modified 14:41, 8 October 2006. Recent content is available under a simple permissive license.