waterbearlang / waterbear

Visual block syntax for programming languages
http://waterbearlang.com/
358 stars 88 forks source link

Where is languages folder? #1305

Closed whleung closed 8 years ago

whleung commented 8 years ago

It has been a while since I contributed to waterbear. The code has changed a lot. Where did the languages folder go, the folder containing language definition?

dethe commented 8 years ago

Welcome back!

We're not directly supporting multiple languages in the master branch of Waterbear right now, it was just too hard to maintain and distracted from the mainline JavaScript development. The idea is to add support for other languages through a Node server which the blocks can send code to, and from Node it can be forwarded to compilers/serial ports/runtimes as needed.

This work depends on #362 and #1306.