https://github.com/eldesh/fun_of_programming
example answers
https://github.com/eldesh/fun_of_programming
Last synced: 2 months ago
JSON representation
example answers
- Host: GitHub
- URL: https://github.com/eldesh/fun_of_programming
- Owner: eldesh
- Created: 2012-04-29T09:56:19.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-04-29T09:57:34.000Z (over 13 years ago)
- Last Synced: 2025-01-26T20:47:13.346Z (11 months ago)
- Language: Standard ML
- Size: 93.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme
Awesome Lists containing this project
README
What is this
-------------
example answers for problems in 'the fun of programming'.
answers are written with StandardML'97 (SML/NJ),
but I welcome answers with other languages. Let's read through this book!!
How to use
-------------
I recommend you to run this program by SML/NJ. (* I use SML/NJ *)
But I don't use any runtime specific functions.
$ sml
- use "lazylist.sml";
- use "fop.sml";
(* programs have loaded *)