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
Programming Paradigms
Documentation
Implementations
-
wierd-milo.c, an interpreter in ANSI C
To run this implementation, you need:
-
wierd.c, an interpreter in ANSI C
To run this implementation, you need:
Download
Development
Github: catseye/Wierd
Bitbucket: catseye/wierd
Issue tracker: on github