home *** CD-ROM | disk | FTP | other *** search
- ---------------------------------------------------------
- ! RiscOS front end for Hugs. (C) G.C.Wraith 1996 !
- ! !
- ! Version : 1.3 !
- ! !
- ! Hugs is a non-strict functional programming language !
- ! extending a subset of Haskell, copyright Mark Jones. !
- ! See the accompanying file "NOTICE". !
- ! !
- ! Platform : RiscOS 3.1 with at least 2 Mb RAM !
- ---------------------------------------------------------
-
- Double-click on !Hugs to install it on the iconbar.
-
- Click Select on the iconbar icon to open a taskwindow with
- Hugs running. You cannot open more than one at a time.
-
- Click Adjust on the iconbar icon to display the library.
-
- Dragging a text file, HScript file or HProj file onto
- the iconbar icon loads the script or project into Hugs,
- starting Hugs up if it is not already running.
-
- Double-clicking on a HScript file or HProj file loads
- the script or project into Hugs, starting Hugs up if
- it is not already running.
-
- Selecting Quit from the iconbar menu closes the taskwindow
- if it is open and removes the Hugs icon.
-
- Default options set in Hugs$Opts are: +tifwk. -sgleu
-
- Number of heap cells 120000
- Prompt string >
- Name of expression last evaluated it
-
- **************************************** GCW *** 12/07/96 ******