Live data from Hacker News

Pencil code

pencilcode.net

1–10 of 30 posts

Re: Pencil code

#5
post #2

Is this made with Blockly ( https://developers.google.com/blockly/ ) or a copy of it? There's already many sites using blockly to learn to code, the example linked looks much like a copy of Google's Maze example https://blockly-games.appspot.com/maze?lang=en

The block editor is Droplet: https://github.com/PencilCode/droplet. The author of Pencil Code has a good paper which outlined the history of block editors: http://ideas.pencilcode.net/home/htmlcss/droplet-paper.pdf.

Re: Pencil code

#9
> 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.

Re: Pencil code

#10

> 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 :)
Post reply on HN