The following lectures on Model-Driven Software Development(MDSD) are given by Dr. Eelco Visser at Tudelft in IN4308 course. To get the basic idea of MDSD and motivation behind it , please go through these lectures . Continue reading »
Filed under SLE …
Implementing Polymorphism by @the_antlr_guy
Implementing Polymorphism by @the_antlr_guy : http://goo.gl/IM9UN
Bytecode-to-bytecode adaptive optimization for Smalltalk
Inside Software Language Composition
Language composition is an integral aspect of Software Language Engineering(SLE) to enable modularity in language definition and ensure reusability of the existing language constructs. “From now on, a main goal in designing a language should be to plan for growth.” – Guy Steele: Growing a Language, OOPSLA’98 invited talk[1]. Ideally, a language should be designed … Continue reading »