Skip to content
/ trec Public

An esoteric programming language inspired by lambda calculus and Lisp.

License

Notifications You must be signed in to change notification settings

txlyre/trec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

trec

An esoteric language inspired by lambda calculus and Lisp. trec is recursive acronym for trec tree constructor.

Examples

Hello World

&p*?'a&cA@*)72*101*108*108*111*44*32*87*111*114*108*100*33*10

Factorial

$?'n,n*?)?'a&n*a*0@\1@&f*n*#/&e*n*\1@&u&t

Fibonacci (slow)

$?'n,n*?)?'a&m*a*1@N@&d*?#/&e*n*1@[*_=>>>2@&u&t