SymbolLang

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

SymbolLang uses symbols to represent functions

Stuff

Func

?a-a #returns input a
?a,b-a!b #runs a on b
(?a-a)!hi #hi
id=(?a-a) #named function
id!hi #hi

that’s it

It should be Turing complete