Bindings, Platforms, and Innovation
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
Tracking change and innovation in the enterprise software development community
Posted by Ian Roughley on Jan 24, 2008 09:26 AM
Concept programming started in 2000 as a private project in Hewlett Packard (HP) by Christophe de Dinechin, and is a way to
Cope with the increasing complexity in software by offering a new way to look at how software is conceived and created
In many ways, concept programming is solving the same problems as Domain Specific Languages. However the approaches are different. Rather than using a specific programming language, Christophe is creating XL - a general programming language. The reasons for doing this appear in an article for the RegDeveloper where he states:
The limitation with existing notations was that it was hard to find ways to add elegant extensions to them. You can extend languages like Lisp and its derivatives - but the problem is to get the extensions to look the way you want them to
Furthermore, the article goes on to explain
One of the intriguing aspects of XL is it has no fixed keywords - relying on what Dinechin describes as "shape": "XL does not use keywords - only a single syntax which can parse just about anything. The look of it is standard, it relies on a very small number of parse trees and instead of keywords it is based on the shape of the parse tree. This means you can play with it and experiment by adding things to it quickly."In a presentation by Christophe de Dinechin, he expands on the article, arguing that even simple problems are hard to implement in todays programming languages.
There is a gap between:
- Concepts, in your head
- Representations of concepts, in the code
Concept Programming is all about this gap
He continues on to say (that concept programming will)
Make the code “look like” the concept
- Similarity in structure, behavior, locality
- Principle of least surprise
Along with the concept, Christophe defines some pseudo-metrics. These are highly subjective and not easily measurable, but they do provide a way to communicate information. The pseudo-metrics he outlines are:
Syntactic Noise
- Form that doesn’t map to the problem space
Semantic Noise
- Meaning that doesn’t map to the problem space
Bandwidth
- How much of the problem space is covered?
Signal/Noise Ratio
- How much code actually deals with real problems?
To learn more about XL and concept programming, the XL project can be found at http://xlr.sourceforge.net.
Comprehensive Threat Protection for REST, SOA, and Web 2.0 Applications
5 Ways to Ensure Application Performance
Open Sesame: Open Source Solutions for BI and Data Gain Acceptance
This presentation focuses on the Internet and separating myth from fact, history from the future, and the mundane from the imaginative. Bob Frankston presents a vision of what could and should be.
This article explores the use of JBoss and jBPM to implement design solutions that effectively address the issue of orchestrating long running activities.
This presentation covers the use of graph databases as an optimal solution for data that is difficult to fit in static tables, rapidly evolving data or data that has a lot of optional attributes.
This session introduces Real Options and shows how it can help in running your project. Real Options is a decision-making process that can be used to manage risk.
This article discusses the use of bindings on services and references (including the instance of non-configured bindings) as the means to implement SCA communications in a Web and SOA environment.
After a short introduction to DSLs, Scott Davis plays with the keyboard showing how to approach the creation of a DSL by typing working snippets of Groovy code that get executed.
IBM Rational and InfoQ present, Scaling Agile with C/ALM, an eBook showing organizations how to become “finely tuned software delivery machines” by enabling team integration and scaling.
Amanda Laucher presents a real life enterprise application written in F#. She shows actual code snippets, explaining design decisions and suggesting how to use some of the F# constructs.
1 comment
Watch Thread Reply