User:Xanadryden
Jump to navigation
Jump to search
I love the ideas of making and using a programming language intentionally difficult or tedious to use, and hiding programs in seemingly inconspicuous text.
I am planning a new language! It will probably be called Promise.
In it, all opterations must be related to creating or accepting JS Promises.
For example, an add operation:
let a = new Promise(add);
while(a.state == "pending")
{
}
You cannot directly assign a variable to a value. You may use let two = new Promise(getTwo), combined with addition and multiplycation. Also more once I get time.