Chomik: A Programming Language Without Conditional Instructions
Aug 3, 2025 · 3 min read · One of the most common features in programming languages is the conditional instruction. In C, for example, we write:if (our_condition){printf("it is TRUE!\n");}else{printf("it is FALSE!\n"); *}This is so familiar that many programmers treat it as an...
Join discussion























