CrashFunge

From Esolang
Jump to navigation Jump to search

CrashFunge is an esoteric programming language of the fungeoid paradigm which is, in fact, esoteric for a fungeoid. It is based on the principal of having no operators, but instead having all instructions be of two types:

  1. Direction changes (constant, variable, or augmented)
  2. Mode switches

Operations are performed by modifying the modes of instruction pointers and, as the case may be, crashing them together.

This article is not detailed enough and needs to be expanded. Please help us by adding some more information.