Pencil Code:
  http://pencilcode.net

The programming language is CoffeeScript; a sample program looks like:

 speed 20
  pen green
  rt 10
  fd 200
  pen yellow, 10
  for [1..9]
    fd 50
    bk 50
    rt 360 / 9

which demonstrates that CoffeeScript code can look very similar to Logo
code.

We might draw on this for UI ideas for Tortoise/Galapagos.

Note that they're actually using Iced CoffeeScript; I imagine that's
how it's possible to animate the turtle as it runs.

The code editor is ACE.

-- 
Seth Tisue | http://tisue.net

-- 
You received this message because you are subscribed to the Google Groups 
"netlogo-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to netlogo-devel+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to