This is my BF+++ interpreter. Because of there being no built in chr and ord functions, I cannot convert between Unicode and Unicode code points. Here are the cmds (when python3 version gets created.): <: Pointer Up, if VarPtr = 256, VarPtr := 0 >: Pointer Down, if VarPtr = -1, VarPtr := 255 +: Value Up, if Value = 256, Value := 0 -: Value Down, if Value = -1, Value := 255 .: Print UTF-8 =: Print Value ,: Input UTF-8 for Code Point ;: Input Integer x - Goto to GotoLoc y - Goto to GotoLoc if Value = GotoCmp z - Goto to GotoLoc if Value > GotoCmp w - Goto to GotoLoc if Value < GotoCmp j - Set GotoLoc to Value k - Set GotoCmp to Value |: Value := 0 /: VarPtr := 0 a: Add b: Sub c: Mul d: Div e: Exp f: Mod g: Store Value in Operation A h: Store Value in Operation B i: Create Variable l: End Program
BF+++. (yes i made this) I can't say the programming language name because it contains a bad word.(: