chaosgame | 14 years ago | on: Programming language innovation - Is it dying?
chaosgame's comments
chaosgame | 14 years ago | on: Programming language innovation - Is it dying?
For examples of a recent-ish language that was developed by a professor at UIUC, see http://maude.cs.uiuc.edu/, which is based on rewriting logic and is currently still being developed/refined. But even that has strong ties to a previous language OBJ by the same creator.
If you're interested in learning something really different but a bit easier/more fun, I would strongly recommend Prolog. Schapiro has a great book (http://www.amazon.com/Art-Prolog-Second-Programming-Techniqu...).
chaosgame | 14 years ago | on: BDD For Node - Introducing vows-bdd
chaosgame | 14 years ago | on: Freeform - a meta language that allows defining and extending syntax inline.
chaosgame | 14 years ago | on: Freeform - a meta language that allows defining and extending syntax inline.
chaosgame | 14 years ago | on: Math reading list
chaosgame | 15 years ago | on: Wikileaks To Leak 5000 Open Source Java Projects
chaosgame | 16 years ago | on: Mailing list debates considered harmful
Even if the research doesn't affect a completely new programming language, it could very likely have a strong hand in updating old ones. See programming language memory models for instance.