Skip to content
#

esoteric

An esoteric programming language, or "esolang", is a computer programming language

intended to entertain or confuse, to be a joke or to explore new concepts.

Esolangs may be minimalistic or, conversely, bloated.

Often an esolang has features that made it harder to use on purpose.

Esolangs are mostly not designed for serious use, unlike mainstream languages.

Here are 6 public repositories matching this topic...

This is an interpreter written in Go-Lang for the esoteric Brainfuck Programming Language. Brainfuck is notable for its extreme minimalism, the language consists of only eight simple commands, a data pointer and an instruction pointer. While it is fully Turing complete, it is not intended for practical use, but to challenge and amuse programmers…

  • Updated Feb 5, 2023
  • Go
Followers
30 followers
Website
esolangs.org
Wikipedia
Wikipedia

Related Topics

golfing-language programming-language