lamb/examples
darkf 44772d7e33 add association list example 2013-10-26 23:22:56 -07:00
..
monads add a few monad examples 2013-10-25 02:31:35 -07:00
association_list.lamb add association list example 2013-10-26 23:22:56 -07:00
at.lamb add at and hibye examples 2013-10-23 15:39:01 -07:00
cons.lamb add cons example 2013-10-24 01:28:14 -07:00
countdown.lamb add countdown example 2013-10-20 22:01:36 -07:00
factorial.lamb refactor examples to use print(x) instead of putstrln(itos(x)) 2013-10-20 22:45:52 -07:00
helloworld.lamb reverse pattern binding order 2013-10-20 18:59:22 -07:00
hibye.lamb add at and hibye examples 2013-10-23 15:39:01 -07:00
listlength.lamb refactor examples to use print(x) instead of putstrln(itos(x)) 2013-10-20 22:45:52 -07:00
listsum.lamb refactor examples to use print(x) instead of putstrln(itos(x)) 2013-10-20 22:45:52 -07:00
loop.lamb add loop example 2013-10-23 19:35:35 -07:00
map.lamb add map example 2013-10-22 17:29:39 -07:00