Bracket Hax
Jump to navigation
Jump to search
Bracket Hax is a high-level esoteric language created by MeTh0Dz, first published in August 2008. Brackets and other grouping symbols are frequently used in its syntax, hence the name.
Code examples
Example Code Fibonacci's Sequence # (0 + 0 = !f 0 + 1 = !g) # # ($RESD $DISP 0 + !f = !f ~ 0 + !g = !g ~) # #{[^ !f < 200] $RESD $DISP !f + !g = !f ~ !f + !g = !g ~} #
Example Code Print 1 through 10 #(0 + 0 = !r) # #[{^ !r < 10} $RESD $DISP !r + 1 = !r ~] #
External resources
Original post on Rohitab community forum (interpreter in C++)