Last active
December 14, 2015 20:19
-
-
Save sebfisch/5142796 to your computer and use it in GitHub Desktop.
Hilfsprogramm zur Vereinfachung und Erweiterung von Ruby Kara: http://www.swisseduc.ch/informatik/karatojava/rubykara/
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Die RubyKara Erweiterung aus Kiel gibt es jetzt hier: https://github.com/sebfisch/rubykara-kiel |
The new version adds new operations to look for leafs which are useful to implement backtracking search.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This allows to write commands as
move
orputLeaf
instead ofkara.move
orkara.putLeaf
which is especially useful when defining custom operations where the local variablekara
is not visible.