Rare find

Turtle Implementations. Thirteen different ways to build the same drawing tool.

github.com/swlaschin/13-ways-of-looking-at-a-turtle

Vaya's read on this project

Problem, audience, market, and the verdict — sign in to see it.

Updates

February 2025
  • Update README.md
January 2020
  • Merge pull request #2 from gusty/patch-1
  • Merge branch 'master' into patch-1
  • Merge pull request #3 from gusty/unneeded-namespaces
  • Merge pull request #4 from gusty/gusty-Result
  • Use built-in Result type
  • Remove unused namespaces
  • Fix: wrong function called
December 2015
  • `canMove` is reset to true by `turn` now.
  • Fixed broken links in README
  • Added two more ways: 14 and 15
  • fixed typo
  • fixed typo
  • Updated interpreter code
  • Reformatted code
  • Changed readme.
  • Split dependency injection files into two parts each. Added proj and …
  • Initial commit