Ask HN: What was that programming language based on creating new grammar rules?
A programming language was submitted to HN a while ago. I remember that the only thing you could do was to create grammar rules.
Does anyone remember what this language was? Or, if you created it, could you speak up? :)
6 comments
[ 1.7 ms ] story [ 18.1 ms ] threadThough, I'd be (happily) surprised if Alain Colmerauer read HN.
It wasn't a logic language; you actually created new syntax for the language, with BNF rules.
My favorite, OMeta is a pattern/grammar-oriented language (and one of the most interesting papers I read last year). This comes from Alessandro Warth at VPRI, where Alan Kay and others are doing some really great research: http://tinlizzie.org/ometa/
there's the Bondi language and its "pattern calculus": http://lambda-the-ultimate.org/node/3695
and the one that's most like you describe is π (Pi): http://www.pi-programming.org/What.html