Talk:Parenthesis Hell

From Esolang
Jump to navigation Jump to search

Encoding

I had to look into the source code to figure out the text format. For posterity, it's ASCII only, and for each byte, it takes the top level cons. If the car is nil, then it's an unset zero bit, and the cdr is the rest of the binary pattern. If the car is a cons, then the bit will be a set one bit, and the car will be the rest of the binary. I don't think the interpreter handles Unicode gracefully, but I haven't run it. IFcoltransG (talk) 09:08, 18 February 2020 (UTC)

Blog post

This blog post describes the language: http://iwritethecode.blogspot.com/2009/12/parenthesis-hell-programming-language.html It was in the edit history of the page, and while overwritten, it provides a bit of context. IFcoltransG (talk) 05:04, 8 April 2020 (UTC)