Pencil code
pencilcode.net
Pencil code
1–10 of 30 posts
Re: Pencil code
#2Is 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
Re: Pencil code
#3At first glance, this looks like a modern implementation of Logo: http://en.wikipedia.org/wiki/Logo_%28programming_language%29
Re: Pencil code
#4Maybe https://scratch.mit.edu/
Re: Pencil code
#5Is 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
#6For anyone wondering about the similarity of the block editor (called Droplet) with Blockly, Scatch, etc., the author of Pencil Code has a good paper on Droplet and previous work: http://ideas.pencilcode.net/home/htmlcss/droplet-paper.pdf
Re: Pencil code
#7I thought of http://pencil-code.nordita.org (large scale academic finite-difference solver for magnetohydrodynamics, applications for solar dynamics, supernovas etc)
(no affiliation, I just work in a related area)
Re: Pencil code
#8Pretty awesome, you can write functions, use variables, etc... This is how I always wanted Scratch to be, thanks.
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 :)