langjam / jam0001

269 stars 141 forks source link

Team: Polyglutton #331

Open sophiajt opened 3 years ago

sophiajt commented 3 years ago

Add your votes to this issue by using emoji reactions

You can find this team's project at: https://github.com/langjam/jam0001/tree/main/Polyglutton

vic commented 3 years ago

Haha :) cool one, @GrayJoKing, having the implementation of the language itself be a polyglutton file was awesome :D

GrayJoKing commented 3 years ago

Haha :) cool one, @GrayJoKing, having the implementation of the language itself be a polyglutton file was awesome :D

A fun thing I forgot to include in the README was that as a result of this, you can give the file itself as many times as you want. For example:

echo "" | python3 polyglutton.poly polyglutton.poly polyglutton.poly polyglutton.poly hello_world1.poly

Should still output "Hello, World!", though the execution time is going to at least triple for every level of recursion.