-
TSS Vlog: Language-Oriented Programming at JavaOne (3 messages)
- Posted by: Eugene Ciurana
- Posted on: May 09 2007 04:30 EDT
Neal Ford talks about Language-Oriented Programming, Domain Specific Languages, and Language Workbenches in this video interview after his presentation at JavaOne. Martin Fowler indicated that "every non-trivial human behavior has a domain-specific language." Neal's presentation introduces us to LOP and DSLs by tailoring Java, Ruby and Groovy classes, objects and methods to address specific classes of problems. The goal is to create a programming model that is less reliant on obscure API calls with multiple arguments. Instead, try to map the DSL constructs to human-readable actions. The ultimate goal is to create an editable representation of the object model's abstraction without leaving room for ambiguities. Neal's complete JavaOne presentation is available for download (PDF format).Threaded Messages (3)
- Borat? by Ricky Clarkson on May 09 2007 08:18 EDT
- Re: TSS Vlog: Language-Oriented Programming at JavaOne by joost de vries on May 10 2007 07:50 EDT
- Re: TSS Vlog: Language-Oriented Programming at JavaOne by hacking bear on May 10 2007 13:46 EDT
-
Borat?[ Go to top ]
- Posted by: Ricky Clarkson
- Posted on: May 09 2007 08:18 EDT
- in response to Eugene Ciurana
The presenter did sound a little like Borat to me. Nice video though. Here in the UK I think people would have been a bit more camera-shy (first video on that page), or a bit more dismissive of their own roles. Neal Ford sounded clued-up. I'll look for more from him. -
Re: TSS Vlog: Language-Oriented Programming at JavaOne[ Go to top ]
- Posted by: joost de vries
- Posted on: May 10 2007 07:50 EDT
- in response to Eugene Ciurana
The presentation seems pretty thin on language workbenches. Which is a petty since I was hoping for an alternative to Jetbrains MPS. The Jetbrains MPS team seem to be very much internally oriented to the point of it being an inaccessable product at this stage. -
Re: TSS Vlog: Language-Oriented Programming at JavaOne[ Go to top ]
- Posted by: hacking bear
- Posted on: May 10 2007 13:46 EDT
- in response to Eugene Ciurana
Great! Failing the idea of writing programs in a language that some human beings familiar with -- English (remember COBOL?) now some will repackage the languages of aliens as "domain language" and market to the human beings, starting at niche of those who make a living writing computer programs. I wish they learn how to properly name their classes and methods before they attempt to do so.