google / clojure-turtle

A Clojure library that implements the Logo programming language in a Clojure context
Apache License 2.0
425 stars 41 forks source link

add command 'shortcuts' #26

Open echeran opened 8 years ago

echeran commented 8 years ago

Create extra fn vars that enable shorthand version of commands. Ex: make 'fd' do forward, 'bk' do back, etc. Makes it easy for beginners who are also learning to type. Example of shorthand commands in use: http://derrel.net/ep/logo/logo_com.htm