An open API service indexing awesome lists of open source software.

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

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 *)