User loginNavigation |
archivesContextLContextL is a CLOS extension for Context-oriented Programming. Currently, there is no documentation available, but you can find a small test case in the distribution and an introduction to ContextL's features in a first overview paper. The paper says:
We present ContextL,a language extension for the Common Lisp Object System that allows for Context-oriented Programming. It provides means to associate partial class and method definitions with layers and to activate such layers in the control flow of a running program. When a layer is activated, the partial definitions become part of the program until this layer is deactivated. This has the effect that the behavior of a program can be modified according to the context of its use without the need to mention such context dependencies in the affected base program. We illustrate these ideas by describing a way to a)provide different UI views on the same object while b)keeping the conceptual simplicity of OOP that objects know themselves how to behave, in this case how to display themselves. These seemingly contradictory goals can be achieved by separating out class definitions into separate layers instead of separating out the display code into different classes. Sounds kinda like AOP to me. It intriguings, anyway. By Ehud Lamm at 2005-09-01 16:41 | General | OOP | Software Engineering | 6 comments | other blogs | 19298 reads
Ruby on Rails: An Interview with David Heinemeier Hansson
More on Ruby and Rails in this interview.
Rails is becoming the main reason people decide to pick up Ruby, which is something worth pondering. The interaction between a programming language and a very dominant framework, which isn't part of the standard library of language, is quite interesting. Some quotes from the interview:
Rails is opinionated software. It eschews placing the old ideals of software in a primary position. |
Browse archivesActive forum topics |
Recent comments
21 weeks 6 days ago
22 weeks 2 hours ago
22 weeks 2 hours ago
44 weeks 1 day ago
48 weeks 3 days ago
50 weeks 10 hours ago
50 weeks 10 hours ago
1 year 4 days ago
1 year 5 weeks ago
1 year 5 weeks ago