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

Added shortcuts to common commands + fixed a typo. #34

Closed mpcarolin closed 2 years ago

mpcarolin commented 7 years ago

This is a solution to issue #26. I based the shorthand on the logo reference site mentioned in the issue: http://derrel.net/ep/logo/logo_com.htm, and I made each shortcut's :doc and :arglists metadata value match its source function.

I also signed the CLA. I did not receive an email, however, so if I need to do it again just let me know.

Hope this helps in a small way.