Duck-language
Duck-language copied to clipboard
A simple language for genetic programming
Results
1
Duck-language issues
Sort by
recently updated
recently updated
newest added
The Closure class relies heavily on Ruby's `Proc#curry` function to create _partially applied functions_. This works well for functions of simple arguments, such as arithmetic, where for instance the duck...