1
0
mirror of https://github.com/janet-lang/janet synced 2024-11-28 11:09:54 +00:00
janet/examples
Heefoo f3825caefa Fix typos and improve if/when-let macros
In clojure when-let and if-let accept at most two forms and must both be true for the evaluatioh to take place. The implementation here does the same but can bind more forms
2018-03-21 05:59:03 +02:00
..
3sum.dst Rename seq abstraction to iterator. Add random functions. 2018-03-15 17:19:31 -04:00
assembly.dst Add makefile back. 2018-03-18 09:17:20 -04:00
fizzbuzz.dst Move pretty printer into boot.dst 2018-03-14 19:08:00 -04:00
frequencies.dst Rename seq abstraction to iterator. Add random functions. 2018-03-15 17:19:31 -04:00
hello.dst Move pretty printer into boot.dst 2018-03-14 19:08:00 -04:00
lazyseqs.dst Fix a compiler bug in the do special form. 2018-03-19 14:51:18 -04:00
primes.dst Move pretty printer into boot.dst 2018-03-14 19:08:00 -04:00
utils.dst Fix typos and improve if/when-let macros 2018-03-21 05:59:03 +02:00