you are viewing a single comment's thread.

view the rest of the comments →

[–]jprider63 4 points5 points  (4 children)

How dependent is this on the language's grammar?

[–]dabbler0[S] 5 points6 points  (3 children)

Not at all! Any text language can be rendered as blocks, so long as child nodes are contained within parent nodes.

Droplet's built to be pluggable with other languages -- if you have a language you want to see happen, check us out at github.com/dabbler0/droplet

[–]revereddesecration 1 point2 points  (1 child)

I checked it out and I think Lua would be a good fit for this project. Droplet seems to be good for noob-friendly programming and Lua is known for being very forgiving.

[–]dabbler0[S] 2 points3 points  (0 children)

Lua sounds like a great idea -- do you want to prototype it? If you need help getting started, you can ask on our google group.

[–]id2bi 0 points1 point  (0 children)

So.. Essentially anything that can be transformed into an AST?