Hacker News new | ask | show | jobs
by d08ble 3805 days ago
Myrddin language has very similar ideology in syntax to ACPUL.

http://acpul.org/ (see api & samples, also screenshots with minimal working code for DOTA game prototype)

But ACPUL is different, main idea in minimal touch programming on mobiles with full livecoding using self-development tools. Not only language. For example, editor & debugger is used and developed in real-time (also as other parts). By this, ACPUL syntax is very limited. It don't have strings, because strings is form of data. ACPUL don't have standart console log, because your console is whole GPU-accleated screen. And many others things.

I think Myrddin in right way, but additional tools is needed. I like it!