HaSL: SL(1) in Haskell
Introduction
This is a clone program of SL(1), 'Ultimet Joke Command' by Masashi Toyoda, but written in Haskell. So the name is Ha-SL!Author
Kazuki OhtaDownload
- This is free software. You can redistribute it and/or modify it under the terms of the GNU General Public License
- Source
-
Build
$ ghc -fglasgow-exts -lcurses -o hasl HaSL.hs
Release Log
-
2006/03/10 (HaSL.hs): changed to get COLS and LINES from curses.h and forbid SIGINT
- 2006/03/09 (HaSL.hs): initial release
Links
- Programming Language 'Haskell'
- Haskell 98 language and libraries: the Revised Report
- A Gentle Introduction to Haskell Version 98
- Haskell Hierarchical Libraries
- SL(1): Ultimate Joke Command
[ return ]