Show HN: A programming language that uses only parentheses
21–30 of 32 posts
Re: Show HN: A programming language that uses only parentheses
#22Re: Show HN: A programming language that uses only parentheses
#23Re: Show HN: A programming language that uses only parentheses
#24Re: Show HN: A programming language that uses only parentheses
#25Re: Show HN: A programming language that uses only parentheses
#26Re: Show HN: A programming language that uses only parentheses
#27Re: Show HN: A programming language that uses only parentheses
#28Last week there was the semicolon language ( http://news.ycombinator.com/item?id=3854130 ), now parentheses. My guess is next week we'll see the tilde language.
Re: Show HN: A programming language that uses only parentheses
#29Such a set may consist from only one function. So, the whole program is a structure of calling that function. Writing down such a program, we obviously don't need to write the function - it comes by default; we only need to write the structure, which can be represented by ( and ) . In a different way, than what I see here, but still - one bit per parenthesis, very simple processor, lots of memory and lots of steps for simple operations - a Turing tarpit...
Re: Show HN: A programming language that uses only parentheses
#30Considering how numbers are represented, I'm reminded of John Horton Conway's article on Surreal Numbers , wherein he starts with an empty set and one rule, and derives the totality of all numbers. Could make for an interesting basis for a language.