Trance
Jump to navigation
Jump to search
Trance is an interpreted language that has 2 replacement commands.
Syntax
1: Replace all inputted 0's to 1's. 0: Replace all inputted 1's to 0's.
Functionality
An initial input is required. This is the data the programming language will manipulate.
Example
Initial input
010010101000010010000000100000010000010000010010001001001
Command
1
Output (0s from initial input turn to 1)
111111111111111111111111111111111111111111111111111111111
Note that while it is possible to write multiple commands, there is no use in writing more than one. After one command, all bits will have turned to either a 0 or a 1.
Implementation
An interpreter for Windows is available here.