we're here to make LANGUAGES for people and COMPUTERS.
this is a very simple language. ANYTHING you say in the language means "hello world".
← click hereTRANSLATED:
it's easy to code a TRANSLATOR for this language. it's [just] this:
function translate(text) {
return "hello world"
}
back to the dream