timothypratley / power-turtle

Interactive turtle power in your browser
http://timothypratley.github.io/power-turtle
23 stars 6 forks source link

Add save and load [hard] #6

Open timothypratley opened 8 years ago

timothypratley commented 8 years ago

Allow users to save and load programs from a local file. Would need to keep track of the REPL history? What does it even mean to save a REPL history? Should there be a distinction? I don't really even want a REPL history... Maybe functions just get saved as you define them.