Skip to content

Instantly share code, notes, and snippets.

@durandj
durandj / snusp.md
Last active August 29, 2015 13:57
SNUSP Interpreter Plan

SNUSP Interpreter

What is SNUSP

SNUSP is an esoteric language that was created by Daniel Brockman in 2003. It's a fun language that is meant to be very simple and provide a challenge to code in. The language is a two dimensional language and its easiest to think of program flow being like a laser traveling through a set of mirrors and lenses. Along the path the laser will increase or decrease stored values and in some versions of the language can be split into multiple threads of execution.

Goal

  1. Create a SNUSP interpreter in the following languages:
  • C
  • C++
  • C#