User loginNavigation |
LtU Forum[ANN] Code Generation 2010 Call for SpeakersWith its focus on sharing practical experiences, Code Generation 2010 is the ideal opportunity for software practitioners to understand how to benefit from emerging tools, technologies and approaches in the broad area of Model-Driven Software Development. Accepted speakers have their conference fees waived. For full details and instructions on how to submit a session please visit: http://www.codegeneration.net/cg2010/speak.php Hear what participants thought about this year's conference in this short video clip: Call for Speakers: We are seeking high-quality session proposals covering topics in model-driven software development (including Domain-Specific Languages (DSLs), Model-Driven Architecture (MDA), Executable UML, Software Factories & Software Product Lines, Generative Programming and related areas). Sessions could cover topics such as: - Tool and technology development and adoption Case studies and interactive sessions based on these and related approaches are particularly encouraged although more theoretical sessions are also welcome. Take part in Code Generation 2010 and find out why it is Europe's leading event on Model-Driven Software Development. What people said about our previous events: "I've been working in domain-specific modelling for a dozen years … and in this time this has been the highest-quality conference on this topic that I've been to - and I've been to a few." "The combined—for that matter, individual—expertise present was remarkable, and presented a tremendous opportunity for knowledge exchange." "The presentations were all top quality, making it often difficult to decide between the concurrently running sessions. The wealth of MDD knowledge present at the event was impressive, not only from the presenters, but from the other delegates as well." Code Generation 2010 is organised by Software Acumen and supported by InfoQ.com, OMG, ACCU and SkillsMatter. By Mark Dalgarno at 2009-10-28 13:27 | LtU Forum | login or register to post comments | other blogs | 4410 reads
What is a Type?After going through both of the Types and Programming Languages books, I am starting to feel confident in my understanding of Type Systems in terms of how they would be implemented. However, I still feel uncomfortable with the theoretical foundations; even after going through the proofs it still seems like a lot of hand-waving when defining what is a type. So to try to find a good mental model of what a type is I thought I would ask LtU: what is a type? The reason for my uneasiness probably stems from my background programming in both static and dynamic type systems. The static definition of types seems to tend more towards what can be proven at compile time. This definition seems to put more emphasis on creating type systems which are strongly normalizing. However, in dynamic type systems, types are often manipulated as terms. Trying to find a consistent mental model for these two usages of the term (especially after the introduction of subtyping) I am currently stuck with defining them as propositions which map terms to truth values. The intuition is that a type is a proposition, nothing more. I can't seem to find much theory for such a model and that prompted this post. Is this highly inconsistent with current theory? More formally, what would your initial reaction be to a system where: λt:T.x → λt. if T(t) then x else TypeError Field - a hybrid textual and visual programming environmentI just came across this and thought it might be of interest to LtU readers: http://openendedgroup.com/field It's a hybrid textual and visual programming environment developed by the MIT Media Lab, with some pretty interesting ideas. For example: you can arrange blocks of code visually and scrub over them with an execution marker; you can embed bits of code which execute inside other applications; and it can show graphical representations of values. Any thoughts? Type constructors based on capabilities of type arguments?Recently I was coding up libraries in one of my hypothetical toy languages (I hope I'm not the only one :), and I came across a potentially novel (too me) type feature that might actually make sense. So naturally, I wonder if this has been examined before. Imagine a simple type constructor Vector[T]. I would like to have Vectors be comparable for equality, but *this* feature is only possible if the actual type parameter T is also comparable for equality. So we might have some silly syntax like this. Hopefully one gets the idea. Furthermore, what I really want is not to *require* T <: Eq, but to simply notate and elide the methods that depend upon T <: Eq, most notably avoiding writing a gazillion different Vector[T] classes, each featuring some different interesting quality of T that happens to affect an interesting quality of the resulting Vector[T]. Has any other person smarter than I am explored type systems(other than the "uber search and replace" C++ templates) that feature this kind of "capability parametrized" parametrically polymorphic type system with method elision/disqualification before? Much thanks, Scott Types for Atomicity: Static Checking and Inference for JavaTypes for Atomicity: Static Checking and Inference for Java by Cormac Flanagan, Stephen N. Freund, Marina Lifshin, and Shaz Qadeer:
By ekiru at 2009-10-23 03:42 | LtU Forum | login or register to post comments | other blogs | 4488 reads
Shannon programming language?Has anybody ever used (this particular) Shannon?
By raould at 2009-10-23 00:43 | LtU Forum | login or register to post comments | other blogs | 5167 reads
Indexing Model ....Hi everyone! Languages and systems for edge-computing?In my work, I've started to think a lot about the role of edge computing (think Opera Mini) in applications (and potentially the role of CDNs). My guess is that it's a very constrained C/C++ world right now, outside of some projects like maybe Flux (though it is currently targeted at traditional data centers). More of a shot into the dark than usual for me, but any suggestions of where to look for orchestrating and benefiting from these? A lot of it is closed/proprietary right now, making it a bit hard to google. One direction to look into is IDS implementations and smart routers, but these seem to be along a slightly different evolutionary path... Implicit functional parallelism papersI have been having some difficulties finding papers describing some of the results in this area and the strength/shortcomings of the general approach and could use some help. Are there some good recent reviews of these ideas and which papers are considered the seminal works in the field? Thanks in advance, By Carter Cheng at 2009-10-21 19:13 | LtU Forum | login or register to post comments | other blogs | 4203 reads
The Risks and Benefits of Teaching Purely Functional Programming in First YearFrom the abstract: We argue that teaching purely functional programming as such in freshman courses is detrimental to both the curriculum as well as to promoting the paradigm. Instead, we need to focus on the more general aims of teaching elementary techniques of programming and essential concepts of computing. We support this viewpoint with experience gained during several semesters of teaching large first-year classes (up to 600 students) in Haskell. These classes consisted of computer science students as well as students from other disciplines. We have systematically gathered student feedback by conducting surveys after each semester. This article contributes an approach to the use of modern functional languages in first year courses and, based on this, advocates the use of functional languages in this setting. By fogus at 2009-10-21 15:20 | LtU Forum | login or register to post comments | other blogs | 6484 reads
|
Browse archives
Active forum topics |
Recent comments
8 weeks 1 day ago
8 weeks 1 day ago
8 weeks 2 days ago
8 weeks 2 days ago
8 weeks 6 days ago
8 weeks 6 days ago
9 weeks 10 hours ago
9 weeks 14 hours ago
9 weeks 15 hours ago
9 weeks 15 hours ago