Carp/examples
2018-01-03 21:52:34 +01:00
..
ant.carp Tweaked borrow semantics around 'set!' to allow for more efficient use 2017-12-25 18:02:03 +01:00
banana.h Init, new and str functions are automatically defined for external structs too. 2017-11-17 16:52:34 +01:00
basics.carp Updated run_carp_tests.sh with added/deleted tests and examples. 2017-12-21 17:11:43 +01:00
benchmark_mandelbrot.carp Added Mandelbrot and N-body bechmarking examples. 2017-12-19 17:18:44 +01:00
benchmark_n-body.carp Added Mandelbrot and N-body bechmarking examples. 2017-12-19 17:18:44 +01:00
bugs.carp Fixed memory bug in String.repeat that was discovered when running with -fsanitize=address 2017-12-23 14:30:45 +01:00
external_struct.carp Moved external struct example to its own file. 2017-11-17 17:34:07 +01:00
functor.carp The fmap works now. 2017-11-22 23:24:38 +01:00
game.carp Game example should make use of search paths. 2017-12-12 12:33:55 +01:00
generic_structs.carp A slightly better way of handling types in replaceGenericTypeSymbols. 2017-12-19 08:50:06 +01:00
globals.carp Each global variable is initialized in its own block. 2018-01-02 14:45:43 +01:00
guessing.carp Cleanup of guessing game. 2018-01-03 21:52:34 +01:00
life.carp s/import/use in carp files. 2017-09-06 10:05:19 +02:00
mutual_recursion.carp examples: readded some at @eriksvedang s request 2017-12-21 15:59:46 +01:00
reptile.carp Use 'add' instead of '+' for Vectors. 2017-12-18 22:46:52 +01:00
temp.carp More uniform solution for memory logging. 2018-01-02 06:54:05 +01:00
test.carp examples: deleted a bunch of outdated examples, moved some to test cases 2017-12-19 17:37:13 +01:00
updating.carp Whitespace. 2017-11-27 21:55:47 +01:00
vector.carp examples: fixed vector examples 2017-12-13 11:12:34 +01:00