Carp/examples
2017-10-24 10:42:43 +02:00
..
array.carp Printing of floats/doubles removes superfluos zeros at the end. 2017-10-18 08:43:37 +02:00
basics.carp Threading macros work. 2017-10-18 22:44:15 +02:00
bugs.carp FIXED: Type declarations inside other modules can't be unqualified even though the outer module is 'use':d 2017-10-24 10:42:43 +02:00
copying.carp A way to run all tests in one go. 2017-09-08 12:24:57 +02:00
deleters.carp A way to run all tests in one go. 2017-09-08 12:24:57 +02:00
functor.carp Changed names of map-functions to 'copy-map' and 'endo-map'. 2017-10-17 16:54:00 +02:00
game.carp Renamed some functions in Double and Float. 2017-10-13 16:11:23 +02:00
guessing.carp Use cond instead of ifs. 2017-10-13 09:10:29 +02:00
life.carp s/import/use in carp files. 2017-09-06 10:05:19 +02:00
memory.carp A way to run all tests in one go. 2017-09-08 12:24:57 +02:00
polymorphic.carp A way to run all tests in one go. 2017-09-08 12:24:57 +02:00
reptile.carp s/import/use in carp files. 2017-09-06 10:05:19 +02:00
selection.carp Added Bool module. Fixed error in test selection.carp 2017-10-11 10:52:18 +02:00
strings.carp Put foreach macro into the Array module. 2017-10-13 13:50:15 +02:00
temp.carp Correct emission of names in (set! ...) 2017-10-23 13:29:09 +02:00
updating.carp Run updating.carp as part of the test suit. 2017-10-18 22:47:55 +02:00
vec2.carp A way to run all tests in one go. 2017-09-08 12:24:57 +02:00