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 speak command? #9

Open echeran opened 8 years ago

echeran commented 8 years ago

I'm undecided on whether this functionality would be useful and in line with the simplicity of Logo, but here's the idea:

Have the turtle be able to print text to the screen.

Follow-on considerations for a such a feature include: enable configuring font type & size