OK icon indicating copy to clipboard operation
OK copied to clipboard

Welcome to the future of programming languages: OK?

Results 12 OK issues
Sort by recently updated
recently updated
newest added

If you must, please make it `ntacls`. `notaclass` breaches the 8 char idiom and implies that you may need to refactor lest people think that OK? is juvenile. While I...

Is OK? an April fool's joke, or is there a serious thought behind this language proposal?

Slightly modified Quentyn's appearance and personality. Introduced a few modifications and bugs, possibly even some errors which may cause additional confusion and might need to be fixed later.

This PR replaces #8 since I had inadvertently and accidentally deleted the branch of the PR! I couldn't apply the requested changes.

I believe a language that strive for minimizing cognitive overhead, should have indexes (e.g for arrays) have 1 for starting value and not zero. Doing so is significantly more intuitive...

I have not see any loop constructs in the OK? language, how do I do loop logic in OK? language?

Assignments where a given variable appears both on the left and right of the `=` are confusing and wrong. Take `x = x + 1`, there is no value of...

As you know, most modern programming languages contain at least two and sometimes three equals operators. This is because value equality and identity comparison are type specific and open up...

I noticed that the order of precedence for operators doesn't exactly conform to the guidelines that the rest of language follows: while in most places the compiler requires the programmer...