Kicky BCT

From Esolang
Jump to navigation Jump to search

Kicky BCT is a Esolang by User:Yayimhere. its a modified version of a BCT. it comes from two things: a misunderstanding on the ResPlicate page, and the creators hate to the fact that the datastring is not represented in the program

the official logo of Kicky BCT

what has changed?

in Kicky BCT the datastring is the actual program making Kicky BCT self-modifying. so this example program:

0011

evolves like this:

0011
011
11
111
1111
11111
...

there's also some extra syntax:

  • if theres a 1 after a 1 then if it also has a valid thing after it it will also be ran as a 1 command(so 111 would add 11)

random examples

110100

this evolves like this:

1101001
1101000
10100
101000
0100
100
1000
000
00
0
*halts*