Skip to content

Instantly share code, notes, and snippets.

View IfElifElse's full-sized avatar

Basset Hound IfElifElse

  • Michigan
View GitHub Profile
@IfElifElse
IfElifElse / fish.py
Last active August 29, 2015 14:28 — forked from anonymous/fish.py
><> python interpreter.
#!/usr/local/bin/python3.2
"""
Python interpreter for the esoteric language ><> (pronounced /ˈfɪʃ/).
Usage: ./fish.py --help
More information: http://esolangs.org/wiki/Fish
Requires python 2.7/3.2 or higher.