0x80070050
Jump to navigation
Jump to search
0x80070050 or sorry this file exists(which is what this error code is for...for the file existing, to my knowledge) is a esolang created by User:Yayimhere inspired by An Odd Rewriting System, specifically the notation used to represent a CA in the Turing completeness proof. It is quite an annoying language

memory
there are 3 memory things:
aa string that cannot be changedbjust anothera- a modifiable string
c
syntax
there are these commands:
⟨xyz⟩define a rule thatxyzgets replaced withaandzyxgets replaced withb, both withincand in the program rule definitions.⟪x∧y⟫defineais replaced withxandbis replaced withyinc. its only legal once in the program(idea by User:ais523).⦑x⦒define a rule that xa gets replaced with b and x gets replaced with xb withincand in the program rule definitions.❮x❯setctox. must be on the first line of the program.‹x›comment.₫printcwith a newline.¤printcwithout a newline.◎apply all the rules defined toc.↢x↣setatox. only legal once.⋢x⋣set b tox. only legal once.
each command must be on different lines and i applied top to bottom. the program loops until no replacements applies. all rules are redefined on every iteration.
examples
❮Hello, world!❯ ₫