Wierd

A programming language in the genre of esolang by Chris Pressey, John Colagioia and Ben Olmstead, 1997

Wierd is a language, inspired somewhat by Befunge-93 and brainfuck, where instructions are not determined by the symbols in a sequence of symbols, but by the bends in a sequence of symbols.

Sample Program

*
 *
  *
   *
  * *  **
 *   ** *
  **     **
    *      *
    *     *
    *     *
    *      *
    *     **
    *    *
    * ** *
    **  *

This sample was written by Milo van Handel

Computational Class

believed Turing-complete

Programming Paradigms

Documentation

Implementations

  • wierd-milo.c, an interpreter in ANSI C

    To run this implementation, you need:

    • to build it first, for which you will need:
  • wierd.c, an interpreter in ANSI C

    To run this implementation, you need:

    • to build it first, for which you will need:

Download

Download latest release (1.0-2004.0302)

Development

Github: catseye/Wierd

Bitbucket: catseye/wierd

Issue tracker: on github

Influences