At first glance, this looks like a modern implementation of Logo: http://en.wikipedia.org/wiki/Logo_%28programming_language%29
Pencil code
11–20 of 30 posts
Re: Pencil code
#12Re: Pencil code
#13That is flipping sweet! Ahh man, takes me back to 1982 sitting in from of an Apple II in 2nd grade fiddling with turtle. Shudders... Ugh, so old. Makes me want to abandon using these new fangled 3D Animation FX softwares and make some green lines and purple circles, drink some Ovaltine, eat some cookies and have a nap.
Sorry, had all the nostalgia there.
This must be memory triggerings too, right?
Re: Pencil code
#14Re: Pencil code
#15One suggestion -- expand the function names! It took me a little bit to figure out that "fd" was "forward" and "rt" was "right."
It doesn't seem like that much more time to type out "forward" than "fd" -- especially if you're just clicking on function names -- and it'd go a long way in making the code more approachable and readable.
Re: Pencil code
#16Re: Pencil code
#17Re: Pencil code
#18> Learn professional programming languages using an editor that lets you work in either blocks or text. I was hoping this would be a visual editor for existing mainstream languages (Python, JS, PHP, C#, etc.). Sadly it isn't, but this makes me want to make one.
It is, for JavaScript and CoffeeScript. Additional adapters can also be created. Read http://ideas.pencilcode.net/home/htmlcss/droplet-paper.pdf :)
Re: Pencil code
#19Thanks OP! That is flipping sweet! Ahh man, takes me back to 1982 sitting in from of an Apple II in 2nd grade fiddling with turtle. Shudders... Ugh, so old. Makes me want to abandon using these new fangled 3D Animation FX softwares and make some green lines and purple circles, drink some Ovaltine, eat some cookies and have a nap. Sorry, had all the nostalgia there. This must be memory triggerings too, right?