From Esolang
Jump to navigation Jump to search

Pronounced un-C

If your C program fails to compile, it becomes a valid ↄ program.

Language overview

ↄ is a language made up of all the programs that fail to compile as C programs. Depending on the line(s) of code that fails to compile as C, a different ↄ command is written. Most C programs have spent at least some time as ↄ programs in development. ↄ is one of the most widely used languages in the world, even if not even a single program has yet been written for it intentionally.

Commands

The ↄ interpreter looks at where the error(s) occur, mod three.

  1. We get a NOP (no operation).
  1. The behavior is undocumented, but depends on the content of the C program itself and how that content relates to that specific line of code. It will produce the same behavior for the same C program every time.
  1. A ↄ syntax error. It produces a ↄ program with errors. It will run but it might fail to do nothing. However, in its failure to do nothing, it will not report an error, interact with other systems, or perform any I/O operations. Unlike other ↄ programs, its behavior is not deterministic.

Since each of these run very quickly, and none interact with the system in any other way, they can be hard to tell apart. And any C compiler that simply reports a C compilation error may also secretly be a ↄ interpreter.

External Resources