Show HN: A programming language that uses only parentheses
1–10 of 32 posts
Re: Show HN: A programming language that uses only parentheses
#2Seems like a "how can i design a bad intermediate language" project.
Re: Show HN: A programming language that uses only parentheses
#3(Why?)
Re: Show HN: A programming language that uses only parentheses
#4Cool. A Brainfuck-ish langauge, but more powerful.
I initially thought it would have been a pain to write just the test programs, but I guess they were just programatically search-replaced from Lisp programs?
Re: Show HN: A programming language that uses only parentheses
#5This looks like somebody made a mistake using sed on lisp code accidentally deleted everything but the parenthesis. I don't know which is cooler, this or brainfuck.
Re: Show HN: A programming language that uses only parentheses
#6If this is Lambda Calculus Tarpit like Turing Tarpit[1]? It seems like that to me.
[1]http://en.wikipedia.org/wiki/Esoteric_programming_language#T...
Re: Show HN: A programming language that uses only parentheses
#7I can pass subtle messages to astute readers by carefully crafting parenthesis in blog posts. This should be fun.
Re: Show HN: A programming language that uses only parentheses
#8.-less
Re: Show HN: A programming language that uses only parentheses
#9I am impressed by the purity. Takes homoiconicity to the next level.
Re: Show HN: A programming language that uses only parentheses
#10This looks like somebody made a mistake using sed on lisp code accidentally deleted everything but the parenthesis. I don't know which is cooler, this or brainfuck.
It could be an interesting problem to write a piece of code that performs one task when run as a Lisp program and another when run as Parenthetic. Or the same task even.