We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
/\
/\ is an esoteric programming language by User:Dragoneater67 in 2026 that uses balanced ternary.
Overview
All memory is stored in unbounded integer accumulators and a shared queue of unbounded integers.
Each line is a - separated list of balanced ternary integers where:
/is 1|is 0\is -1
Each line has it's own accumulator. All of the lists are parsed simultaneously forever in an implicit loop (when the end of the list is reached, it just wraps back to the start). Each integer is added to the corresponding accumulator and if the result is not 0, the result is enqueued, if the result is 0, the contents of the queue are dequeued to the current list.
Examples
Looping counter
/