digego / extempore

A cyber-physical programming environment
1.41k stars 127 forks source link

unbound variable: printf #282

Closed shybyte closed 8 years ago

shybyte commented 8 years ago

I followed the instructions until

http://digego.github.io/extempore/quickstart.html#hello-world

where this code:

(printf "Hello, World!")

caused:

eval: unbound variable: printf

I have used version Extempore-0.7.0-Ubuntu.tar.gz on Ubuntu 16.04.1 LTS. The next “Hello, Sine!” example runs without errors.