Commit Graph

8 Commits

Author SHA1 Message Date
Sanel Zukan
f340e3a32b Added if-not expression.
Importing documentation generator tool. A kind of...
2008-11-03 13:02:38 +00:00
Sanel Zukan
e19d0e46d5 Replaced random-next with C version, which yields a much better random number generator.
Added shuffle-vector! for inplace random shuffling in a vector
2008-10-30 15:24:19 +00:00
Sanel Zukan
a54c25ff78 Alternative implementation 2008-10-17 13:41:56 +00:00
Sanel Zukan
98b109176a Added range function
Reimplemented iota via range
Added global *args* variable that contains program/script arguments
2008-07-18 12:34:35 +00:00
Sanel Zukan
192b61316b Replaced for-each function with faster alternative
Added scheme_error() for error reporting from C code
load-extension exists now, althought it does not do what I want
Added timeit-start, timeit-end and timeit-result functions for easier timing
Some map, and my map timing for comparison
2008-07-15 16:00:41 +00:00
Sanel Zukan
7bf5456c8c Added inc/dec familly 2008-07-14 13:58:42 +00:00
Sanel Zukan
af32224d5b Added clock and timeit functions
Some musings with examples
2008-07-14 10:42:25 +00:00
Sanel Zukan
5747340449 Capone import 2008-07-07 15:07:48 +00:00