<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title></title>
		<description>website for the International Conference on Software Language Engineering</description>
		<link>http://www.sleconf.org</link>
		<atom:link href="http://www.sleconf.org/feed.xml" rel="self" type="application/rss+xml" />
		
			<item>
				<title>SLE call for attention - liveblog</title>
				<description>&lt;p&gt;Welcome to the 7th International Conference on Software Language Engineering.&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;all tweets about SLE are here: https://twitter.com/search?q=%40sleconf&amp;amp;src=typd, since they are all mentioning &lt;code class=&quot;language-plaintext highlighter-rouge&quot;&gt;@sleconf&lt;/code&gt;&lt;/li&gt;
  &lt;li&gt;we did not use the #sle2014 hash tag because some marathon people stole it on the first day :-)&lt;/li&gt;
  &lt;li&gt;please find pictures of the two SLE days &lt;a href=&quot;https://www.dropbox.com/sh/denmlgj3b2ksr3f/AABXFADQgiG25_5c62uNfV23a?dl=0&quot;&gt;here&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;the SLE report, day 2, continues &lt;a href=&quot;#daytwo&quot;&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;/ul&gt;

&lt;hr /&gt;

&lt;h2 id=&quot;day-one&quot;&gt;Day one&lt;/h2&gt;

&lt;h3 id=&quot;730am&quot;&gt;7:30am&lt;/h3&gt;

&lt;p&gt;This is a semi-live blog from the audience of SLE. We are in parallel sessions with GPCE and it is clear that we’ve been working together as a team uptil now, but from here on we are in competition for the attention of the audience :-)&lt;/p&gt;

&lt;p&gt;What is SLE to us, the community? It is a conference where artificial boundaries between sub-fields in software engineering have been lifted. The language perspective on software engineering is unifying.&lt;/p&gt;

&lt;p&gt;SLE is a community in which we freely switch between &lt;em&gt;technological spaces&lt;/em&gt; -even studying them from a distance- not bound by any socio-cultural limitations. This generates the cross-overs and AHA!’s that bring us a deeper understanding of what software is and how we may predict and control its quality.&lt;/p&gt;

&lt;p&gt;We study language engineering without exceptions, for example:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;SLE provides the computer science perspective on &lt;em&gt;model driven engineering&lt;/em&gt;&lt;/li&gt;
  &lt;li&gt;SLE is the generalization of compiler construction conferences to &lt;em&gt;metaprogramming&lt;/em&gt; in-the-large.&lt;/li&gt;
  &lt;li&gt;SLE introduces a programming languages perspective on &lt;em&gt;information engineering&lt;/em&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I hope you will enjoy the 7th instance of SLE. Please feel free to provide any constructive feedback that we may use to make it even better.&lt;/p&gt;

&lt;h3 id=&quot;sle-2014-starts-at-830-in-the-room-called-hörsalen&quot;&gt;SLE 2014 starts at 8:30 in the room called “Hörsalen”.&lt;/h3&gt;

&lt;hr /&gt;

&lt;h3 id=&quot;900am&quot;&gt;9:00am&lt;/h3&gt;

&lt;p&gt;Colin Atkinson bridges viewpoint engineering to language engineering in his invited talk. It’s about time! It emphasizes that the language view on software engineering also includes the field of software architecture.&lt;/p&gt;

&lt;h3 id=&quot;930am&quot;&gt;9:30am&lt;/h3&gt;

&lt;p&gt;Colin opens the discussion and puts up a few interesting visions to agree or disagree with:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;language engineering will be viewpoint engineering in the future&lt;/li&gt;
  &lt;li&gt;software engineering will be governed by viewpoint engineering in the future&lt;/li&gt;
  &lt;li&gt;Summarized by “orthographic software modeling (OSM)”; orthogonal, compositional projections on the same software. An integral idea of which is completeness.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Its interesting that Colin does not see code as a projective view. Is a view just  code (like SLE looks at it), or is code just a view?&lt;/em&gt;&lt;/p&gt;

&lt;h3 id=&quot;945am&quot;&gt;9:45am&lt;/h3&gt;

&lt;p&gt;Colin Atkinson’s talk is full of nuggets of insight. Have a look at the slides later if you have missed this. Also check the @sleconf twitter stream.&lt;/p&gt;

&lt;p&gt;For example, “heritage, containment and classification”, which Colin claims to have to be made explicit (perspecuity) for any model element, remind me of principle design elements of not only modeling languages but also programming languages and their IDEs. Where is code derived from (import, inheritence), where does it reside (files, namespaces), what kind of code is it (methods, classes, data, control)?&lt;/p&gt;

&lt;p&gt;“Omission perspecuity” (making clear the difference between something that is missing, placeholders, and actually non-existent). Is this where (programming) languages use formal parameters or templates with holes? So that confirms what Colin is saying: language engineering should start supporting viewpoint engineering. Perhaps this interpretation is to low brow: views should have formal parameters? Opinions appreciated.&lt;/p&gt;

&lt;h3 id=&quot;1000am&quot;&gt;10:00am&lt;/h3&gt;

&lt;p&gt;Question from the audience: ok there is this platonic integrated core model of the software “the sum”, but what about the constraints between the different orthographic projections?&lt;/p&gt;

&lt;p&gt;_Answer (interpreted by y.t.): well, the constraints should be part of the projections somewhere. the sum is complete and redundancy free.&lt;/p&gt;

&lt;p&gt;Question: what about lossy abstractions in the views? like metrics for example?&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Answer (interpreted by y.t.)&lt;/em&gt;: well, the trick is that we have to make the sum stored somewhere to be able to solve partiality caused by abstraction.&lt;/p&gt;

&lt;p&gt;Question: language technology can have an important role in defining the “sum”. Its good to have large part of the sum as “text” and not hidden as a semantic object which is hard to standardize.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Answer&lt;/em&gt;: yes, for example togetherj did this. But we have to led go that code and textual form is superior. That’s a historical accident. “You can model Java code”. There is a more fundamental set of concepts than what is in programming languages.&lt;/p&gt;

&lt;p&gt;(Note: I couldn’t disagree more. Programming language concepts are not in the surface syntax, they are just as the concepts he is talking about, fundamental to the way we think and explain things to computers and each-other)&lt;/p&gt;

&lt;h3 id=&quot;1135&quot;&gt;11:35&lt;/h3&gt;

&lt;p&gt;I popped in at the end of Tony Sloane’s talk on integrating term rewriting and attribute grammars as embedded in Scala, and Tom Ridge went after explaining what a correct parser actually is and how one would mechanically prove this.
This emphasized a mathematical view on what a parser is and what the set of parse trees is that a parser should produce.&lt;/p&gt;

&lt;p&gt;It is indeed interesting when reading about parsing algorithms that the definition of what soundness and completeness for a parser actually is, let alone complexity analysis, is not at all consistent, neither over different (recent) papers, nor over time. I believe Adrian Johnstone and Elizabeth Scott have reminded us of this fact at the SLE conference as well in the past.&lt;/p&gt;

&lt;p&gt;Noteworthy is that Tom sticks with a definition of correctness which can only be satisfied by generalized parsing algorithms.&lt;/p&gt;

&lt;p&gt;BTW, next to correctness proving, Tom presents how combinator parsing with “side-effects” (counting wiht memoization) can still be polynomial as opposed to exponential by memoizing the “side-effects” themselves.&lt;/p&gt;

&lt;p&gt;One more impression, if you look at parser combinators all the “squiglies” for different kinds of prefix and infix and postfix operators are hard to avoid. So here’s a slogan: “Parser combinators are to EBNF what Perl is to Haskell” :-) Don’t throw tomatoes.&lt;/p&gt;

&lt;h3 id=&quot;1200&quot;&gt;12:00&lt;/h3&gt;

&lt;p&gt;Now Jan Kurs talks about Island Grammars. Fixing the problems of Island Grammars. And there are many problems with island grammars as we all know. Eelco just whispered in my ear that even ANTLR now has support for Island Grammars.&lt;/p&gt;

&lt;p&gt;Greediness is the enemy of island parsing. Jan has a sinking ship or island on his slides. To fix these problems follow restrictions (“predicates”) are used to prevent water to overrun the text that we are interested in. This is problematic: now we have the worst of regular expressions combined with the worst of context-free grammars. We don’t know which language we accept anymore: it’s magic.&lt;/p&gt;

&lt;p&gt;Jan’s solution is a notation which resembles skeleton grammars a bit and its conceptually clear. The implementation is by using automatic follow restrictions on the boundaries of water.&lt;/p&gt;

&lt;h3 id=&quot;1500&quot;&gt;15:00&lt;/h3&gt;

&lt;p&gt;Sorry for the gap. Emergencies happen :-) Markus Voelter presented his work on evaluating the improvements in MPS for usability. This was quite interesting and I was wondering how often we evaluate UX from the programmers’ perspective. The methods used by Markus do not translate easily to textual languages and their IDE’s (as he explained) , but I believe the gap is not this wide.&lt;/p&gt;

&lt;p&gt;Now we are listening to a previously recorded talk because the authors could not come (beyond their control). Robert Frans is explaining and also online on Skype. The talk is about #UX of humonguous feature models. Scaling modeling is an interesting topic and ways heavily on the discussion between text and graphical representations.&lt;/p&gt;

&lt;p&gt;Yes, indeed: now Frans argues for textual again, which I am biased for, for some reason. This discussion which is often led by Markus Voelter is sometimes fuzzy. Since we are actually talking about the concept of User Experience and we have not been trained in modeling or understanding this concept, the discussion about the usability difference between programming languages and their IDEs as compared to projectional editing and as compared to graphical is not very satisfactory. One thing which is missing in my view is experimental reports on the &lt;em&gt;baseline experiences&lt;/em&gt; of programming in textual editors, semantics-directed editors, structural-editors, etc. Then we would have something to compare to.&lt;/p&gt;

&lt;p&gt;Anyway, one thing is sure: MPS is a very cool and smooth tool which makes projectional editing a very attractive alternative.&lt;/p&gt;

&lt;h3 id=&quot;1523&quot;&gt;15:23&lt;/h3&gt;

&lt;p&gt;We are still listening to Robert Frans and his presentation was well prepared and easy to follow. Luckily! His conclusion is that the graphical notation increases the usability of the feature moduling tool and the quality of output of the tasks of the studied subjects (people). The conclusions are preliminary because the study has some threats to validity in the size of the group of subjects and the size of their tasks in the experimental setup. Future work will show more.&lt;/p&gt;

&lt;h3 id=&quot;1600&quot;&gt;16:00&lt;/h3&gt;

&lt;p&gt;Daco Harkes is not presenting his research on object relational modeling and unifying the OO and the ER models. He proposes a language design which solves many different kinds of issues with the difference between relations and objects. The integrated model offers bi-direction navigation between objects via first class relations and the type system handles multiplicities. Good&lt;/p&gt;

&lt;p&gt;I am wondering what is the solution for the temporal dimension of relations. Maybe that is still coming. No, that was out of scope because its not a requirement of most web-based systems.&lt;/p&gt;

&lt;h3 id=&quot;1631&quot;&gt;16:31&lt;/h3&gt;

&lt;p&gt;Thomas Kuhne cites Shakespeare “all the world’s a stage …”. Nice opening :-)
Then he says: my research had a for me infortunate outcome, the suspense is rising…&lt;/p&gt;

&lt;p&gt;The idea is separation of concerns via role based modeling, such that software becomes more maintainable, and adaptable. I.e. you can assign new roles or remove roles from existing objects, even at run-time. This sounds very plausible and its the basic promise of the role based programming we also see in Balzer’s work.&lt;/p&gt;

&lt;p&gt;The thoughts that pop up: why did we ever bind data to computations in the first place? Here we are trying to separate it all again. OO &lt;sigh&gt;.&lt;/sigh&gt;&lt;/p&gt;

&lt;p&gt;Thomas gave a very nice overview of how features of roles have been evolving in programming and modeling languages in the last 10 years. He harshly judges language designs which do not improve but rather go back on elements of design that he considers good. It’s good to have this overview, but the factors of language design are not all present in this discussion. Perhaps the authors made great trade-off discussions in their context and just had to not satisfy Thomas’ requirements.&lt;/p&gt;

&lt;p&gt;BTW, the unfortunate outcome that Thomas presented was that the literature was fragmented and inconsistent and therefore hard to learn from. Caveat lector :-)&lt;/p&gt;

&lt;p&gt;My question to Thomas, since he talked about the problematic state of the literature and the inconsistencies there, did he make sure Friedrich also agrees with his new ontology?&lt;/p&gt;

&lt;h3 id=&quot;1700&quot;&gt;17:00&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;warning:  biased report :-)&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Mark Hills is talking about his experience building a control flow graph constructor generator (for any given language). He’s jumping right into it, since everybody knows what a CFG is here (control flow graph, not context-free grammar).&lt;/p&gt;

&lt;p&gt;Its about Rascal code that might be reusable between different languages because its the same all the time for control flow extraction. Reminiscent of Stratego strategies: control flow extraction can be factored as a higher-order strategy with parameters for detecting the relevant AST nodes and then extract the edges of the graph. Here we go the other route, we go generated instead of generic: where a DSL specific for control flow graph extraction is designed and would generate Rascal or any other language to do the task.&lt;/p&gt;

&lt;p&gt;The DSL Mark propose is rule-based, identifying language constructors on the left-hand side and generating graph edges on the righ-hand side. Pure and simply elegant stuff.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Question&lt;/em&gt;: So we can make any kind of graph from a tree somehow with this. Could we let’s say, abstract from the concept of control flow and move to generic graphs? Like DeFacto? Answer yes!&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Question&lt;/em&gt;: can this be done generically with a library (Ralf Laemmel) asking. Answer, yes, that is also possible also under the hood of the generated code.&lt;/p&gt;

&lt;h3 id=&quot;1800&quot;&gt;18:00&lt;/h3&gt;

&lt;p&gt;So the official program has ended (except for the reception with the prizes!) At this point everybody is either quickly catching up with work, or family, or (and this is a great sign) people are huddled together in discussion groups shop talking, exchanging citations and ideas on the future of SLE. Great!&lt;/p&gt;

&lt;h3 id=&quot;1900&quot;&gt;19:00&lt;/h3&gt;

&lt;p&gt;The best reviewer of SLE 2014 was Emilie Balland from INRIA Bordeaux. Unfortunately she was not able to attend but the quality of her reviews was considered to be the best and Benoit will convey the 100 euro prize to her.&lt;/p&gt;

&lt;p&gt;The best  paper was won by “A SAT-based Debugging Tool for State Machines and Sequence Diagrams”, P. Kaufmann, M. Kronegger, A. Pfandler, M. Seidl, M. Widl. The prize was 500 euro worth and just-in-time Magdalena Widl arrived to accept it.&lt;/p&gt;

&lt;p&gt;The best student paper was awarded to “The Moldable Debugger: a Framework for Developing Domain-Specific Debuggers”, Andrei Chis, Tudor Girba and Oscar Nierstrasz. The prize was 500 euro again and we wish Andrei a bright future, expecting to see many more exciting results from him in the SLE conference.&lt;/p&gt;

&lt;h3 id=&quot;2400&quot;&gt;24:00&lt;/h3&gt;

&lt;p&gt;We had a very nice dinner and then some drinks in the hotel. I learned about what is happening in Saarbrücken concerning GPU and FPGA generated code from functional programs for example and we exchanged epistemic puzzles.&lt;/p&gt;

&lt;h2 id=&quot;div-iddaytwoday-twodiv&quot;&gt;&amp;lt;div id=&quot;daytwo&quot;&amp;gt;Day Two&amp;lt;/div&amp;gt;&lt;/h2&gt;

&lt;p&gt;Good morning!&lt;/p&gt;

&lt;h3 id=&quot;0900&quot;&gt;09:00&lt;/h3&gt;

&lt;p&gt;Nikolai Tillmann from Microsoft research is the second shared keynote speaker. He will talk about touch develop. Great! He starts with the Commodore 64 Basic  prompt saying “program me!”. :-)&lt;/p&gt;

&lt;p&gt;Nikolai now says: “Programming languages follow input paradigms”, now that drives the discussion about projectional editing home. See yesterday’s discussion with Markus Voelter.&lt;/p&gt;

&lt;p&gt;The great thing about this keynote is that Nikolai is giving a live demo. TouchDevelop is a projectional editor for HTML5 scripting, but only with program text not images. It is driven by the touch input paradigm and by learning algorithms for online API suggestions. Looks like fun!&lt;/p&gt;

&lt;p&gt;“The app store model is not the best way to share creativity fast”, with TouchDevelop you can share your code fast. The code is in the public domain the moment you publish your app.&lt;/p&gt;

&lt;p&gt;Since TouchDevelop collects statistics about language usage and also about usage of your app it really and finally brings Knuth’s vision of learning from language use to the mainstream. Knuth proposed this long ago in this 1971 paper:&lt;/p&gt;
&lt;div class=&quot;language-plaintext highlighter-rouge&quot;&gt;&lt;div class=&quot;highlight&quot;&gt;&lt;pre class=&quot;highlight&quot;&gt;&lt;code&gt;D. E. Knuth. An Empirical Study of FORTRAN Programs. Software: Practice and Experience, 1(2):105–133, 1971.
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/div&gt;

&lt;p&gt;Another part of the story of programming language experience is library design. Here TouchDevelop goes the WebDSL route, where the most important libraries for application development are integrated linguistically: data binding, UI elements, events.&lt;/p&gt;

&lt;p&gt;On a personal note; I have developed a lot of applications with Ms. Access. It had a kind of immediacy and integrated feeling “everything at your fingertips”. Ever since I learned about web programming I wanted to go back to this experience. I thing TouchDevelop does this and goes quite a bit further.&lt;/p&gt;

&lt;p&gt;Otherwise now we are going into sales pitch mode. The thing is nice and has lots of features. What do we learn from all this? Well, the internet has definitely come to programming and its not going away anymore. The internet connectivity is now &lt;em&gt;necessary&lt;/em&gt; to able to effectively work with your IDE.&lt;/p&gt;

&lt;p&gt;Cool: now we can chat with him &lt;a href=&quot;http://tdev.ly/sjdi&quot;&gt;online right now&lt;/a&gt; using his own app he just online developed during his keynote. So we’re all sold on this :-)&lt;/p&gt;

&lt;p&gt;We now move to the education &lt;em&gt;viewpoint&lt;/em&gt;. The tutoring environment is totally interactive and scripts the learning experience. It makes you go through the moves of creating an app and you get cudo’s. Of course we want this for all of our tools and I wonder if we can have generic or generated tutoring functionality.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Now the pressing question from the SLE perspective&lt;/em&gt;: what kind of language engineering is fundamental to this entire TouchDevelop experience, including “tutoral engine”, etc. We will ask him during the break.&lt;/p&gt;

&lt;p&gt;One answer: we get data immediately from our users and use this to improve our language design. One lesson: speech is also a good way to program!&lt;/p&gt;

&lt;p&gt;Open challenges for Touch Develop:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;tree diff&lt;/li&gt;
  &lt;li&gt;real-time collaborative editing&lt;/li&gt;
  &lt;li&gt;running server side code&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;1030&quot;&gt;10:30&lt;/h3&gt;

&lt;p&gt;We continue with SLE and immediately dive into technological spaces: interoperability between modeling platforms with the paper “UML as an Assembly Language for Model Transformation”.&lt;/p&gt;

&lt;p&gt;“A modeling virtual machine (MVM) abstracts from programming language and modeling framework”&lt;/p&gt;

&lt;p&gt;fUML serves as the MVM. The case study is to port ATL to fUML and see if this satisfies the requirements of having a VM and inter-operability etc. Interesting!&lt;/p&gt;

&lt;p&gt;I am waiting to see if we take a modeling language which is not OO but rather algebraic/functional. And while listening I am wondering how we test the compilers or even verify them. Let’s see.&lt;/p&gt;

&lt;p&gt;Wait: the conclusion of this research is interesting: the Java VM is a better option now for modeling interoperability.&lt;/p&gt;

&lt;h3 id=&quot;1101&quot;&gt;11:01&lt;/h3&gt;

&lt;p&gt;Now “Dynamic Scope Discovery for Model Transformation”. It’s about a performance model for graph-based model transformation. It makes a heat map of the nodes which are being matched. This can be used to strategically search for matches with a higher chance of success using machine learning.&lt;/p&gt;

&lt;h3 id=&quot;1124&quot;&gt;11:24&lt;/h3&gt;

&lt;p&gt;Next up: “ProMoBox: framework for generating domain-soecific property languages”&lt;/p&gt;

&lt;h3 id=&quot;1200-1&quot;&gt;12:00&lt;/h3&gt;

&lt;p&gt;Panel Discussion!&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Anya Helee Bagge starts of and explains how her experience shows that students learn more about semantics of programming from the SLE course than SLE concepts per sé.&lt;/li&gt;
  &lt;li&gt;Jaakko Järvi says that SLE is also about the fact that programs are malleable things and there exists a toolbox for this. The current curricula don’t have this aspect and students are missing out because of that. Where do we put this?&lt;/li&gt;
  &lt;li&gt;Ulrik Schultz teaches roboticists and Java programmers (bachelors). He learns them internal and external DSLs and the students are motivated by the fact that they are learning how languages work. The few computer science students he has get a different perspective on compilers as well. Ulrik in effect agrees with Anya in this. Eclipse is too complex. You can learn DSLs without knowing about programming languages.&lt;/li&gt;
  &lt;li&gt;Anthony Sloane: has been teaching a cross-over between compiler and SLE. From hard core back-ends to front-end and API and modeling. The goal is to focus the students minds on the commonality between languages. Scala is used for the implementation (Kiama for attribute grammars and term rewriting). They see a lot of stuff without seeing lots of code. They build type systems and translators.&lt;/li&gt;
  &lt;li&gt;Massimo Tisi teached Model Driven Engineering and Domain Specific Modeling Languages. They use language workbenches and then a project where the students have to design a new language. The problem is that although the students like the tools, the language &lt;em&gt;design&lt;/em&gt; is the problem. They don’t know how to shape the abstractions. This is harder than API design because in other courses the students can design an E/R model or an OO model, but the language abstraction seems a bridge too far.&lt;/li&gt;
  &lt;li&gt;Eric Van Wyk: traditional compiler courses are valuable too. Understanding how a compiler works makes people better programmers. We have a new second year course on advanced programming principles: Programs as data, ADTs, representing complex hierarchically structured data (ASTs). And in another course we build little compilers. Little things like ASTs are enlightening for the students.&lt;/li&gt;
&lt;/ul&gt;

&lt;hr /&gt;

&lt;ul&gt;
  &lt;li&gt;Discussion from the audience: better languages, safer languages is what we want the students to learn about and think about. Ralf asks what other things should SLE education would be about? Answers:
    &lt;ul&gt;
      &lt;li&gt;data is software too. Anya we include data formats, ontologies.&lt;/li&gt;
      &lt;li&gt;non-lossy technological space travel&lt;/li&gt;
      &lt;li&gt;better support for non-functional properties&lt;/li&gt;
      &lt;li&gt;teach abstraction, shaping abstraction, modeling. Abstraction as an activity.&lt;/li&gt;
      &lt;li&gt;building libraries and APIs with reusability as a starting point&lt;/li&gt;
      &lt;li&gt;doing SLE earlier makes more students interested in PL&lt;/li&gt;
      &lt;li&gt;language prototyping: core of SLE teaches people making abstractions&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Discussion what should we teach before SLE is taught?
    &lt;ul&gt;
      &lt;li&gt;compiler construction&lt;/li&gt;
      &lt;li&gt;operational semantics&lt;/li&gt;
      &lt;li&gt;type systems&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Ralf proposes the subliminal SLE by just giving the students the tools and asking them to build something.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Jurgen: There is the requirements and design perspective. The DDD perspective and modeling tools. Can we hook this all in? Mark says that DSL design is only after the requirements elicitation and the domain modeling. We have to link these things together. Ulrik agrees but the language the students design are lacking the proper abstractions.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;It’s a bridge too far to teach language design? No says Ralf. If you evaluate how students are using the tools then you can see their progress. Anya says the students make usable languages sometimes using language workbenches, but maybe API is a better way of teaching how to design abstractions.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Tony: not every student is the same and also in time requirements for students  evolve. How do you generalize from a language if you haven’t seen one from the inside? Ulrik says you can do simpler languages (domain specific). Eric says you should start with Scheme or Smalltalk.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Ralf: what material do you use to teach language design? Martin Erweg’s paper (? which one), and “Cognitive Dimensions”. Fowler’s DSL book (language implementation patterns) and Terence Parr’s book.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Massimo: this is bigger than SLE!&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Jaakko: there is a distinction between how language work and how to design languages.&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;Thomas Kuhn: where do you cross the border between language design and using tools to build languages. Will the tools be there when the students have graduated? No!
    &lt;ul&gt;
      &lt;li&gt;Tony teaches attribute grammars and stuff from a conceptual level and provides the tools to practise with them.&lt;/li&gt;
      &lt;li&gt;Eric says the same. Don’t teach Java, teach them OO and then use Java in the lab.&lt;/li&gt;
      &lt;li&gt;Ralf says the same: we use labs to exercise different kinds of technologies in the same classroom.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;1406&quot;&gt;14:06&lt;/h3&gt;

&lt;p&gt;&lt;em&gt;The Moldable Debugger: a Framework for Developing Domain-Specific Debuggers, A. Chis, T. Girba and O. Nierstrasz&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;I dropped into the &lt;em&gt;best student paper&lt;/em&gt; talk by Andrei Chis. Andrei demonstrates the actions a programmer takes when doing deduction and abduction steps while browsing the code in an advanced IDE. Like a good debugger he makes the decision steps, choices and the stack of reasoning explicit while clicking in the IDE and reading the information the debugger provides. Conclusion: debugging is repetitive and confusion for framework code (let’s say an even handler).&lt;/p&gt;

&lt;p&gt;The solution is to have a debugging perspective which is specialized for the framework. In this case an event framework. The contribution of the paper lies in the rapid prototyping/engineering of such debuggers. It can be applied to any domain, even very complex ones such as parsing frameworks.&lt;/p&gt;

&lt;p&gt;The contribution of this paper lies at the core of SLE:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;It helps software engineers solve complex daily problems&lt;/li&gt;
  &lt;li&gt;It takes the language perspective on API/frameworks&lt;/li&gt;
  &lt;li&gt;It generates IDE tools from higher level descriptions/API&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We want more!&lt;/p&gt;

&lt;h3 id=&quot;1430&quot;&gt;14:30&lt;/h3&gt;

&lt;p&gt;Now Magdalena Widl on the &lt;em&gt;best paper of SLE&lt;/em&gt;: &lt;em&gt;A SAT-based Debugging Tool for State Machines and Sequence Diagrams, P. Kaufmann, M. Kronegger, A. Pfandler, M. Seidl, M. Widl&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Starting point: sequence diagrams show scenarios of state machines running (badly or not)&lt;/p&gt;

&lt;p&gt;Goal: check whether a sequence diagram is consistent with a set of state machines? So this is a lighweight version of a model checking problem. But the problem is how to map state machines to the input languages to model checkers, so we mapped it directly to SAT.&lt;/p&gt;

&lt;p&gt;Héj, this is the first greek letters I am seeing at SLE this year :-) We are getting a short brain-refresh on propositional logic and satisfiability.&lt;/p&gt;

&lt;p&gt;The encoding of sequence diagrams and state machines to propositional formulas works quite nicely. It shows how skipping a generic intermediate formalism in the middle can sometimes make things a lot easier. Normally we think that by standing on a plateau of some reusable language or framework gives benefit, but here we have evidence to the contrary. The generic model checking API/languages have an impedance mismatch with the kinds of sequence diagrams and state machines that Magdalena wants to model. It is easier to think of a mapping to logical variables and conjunctions then it is to find the mapping to the intermediate language.&lt;/p&gt;

&lt;p&gt;Propositional logic is a great language.&lt;/p&gt;

&lt;p&gt;Now this paper also uses random testing to evaluate the efficiency and the correctness of the implementation. Reporting on a thorough testing effort is a great way for SLE papers to evaluate and validate the claims.&lt;/p&gt;

&lt;h3 id=&quot;1504&quot;&gt;15:04&lt;/h3&gt;

&lt;p&gt;Sebastian Gabmeyer presents: &lt;em&gt;Model Checking of CTL-Extended OCL Specifications, S. Gabmeyer, R. Bill, M. Seidl, P. Kaufmann&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Starting point: we need automatic bug hunting tools because we have more and more software and it runs faster and faster. You can’t keep up “manually”.&lt;/li&gt;
  &lt;li&gt;Technological space: EMF, Graph Transformations, OCL.&lt;/li&gt;
  &lt;li&gt;Running example: the mission-critical software system: pacman&lt;/li&gt;
  &lt;li&gt;Problem: check liveness and safety properties&lt;/li&gt;
  &lt;li&gt;Solution: CTL-based model checking&lt;/li&gt;
  &lt;li&gt;Enabler: extending OCL with CTL semantics: cOCL.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;This looks good. I have some trouble positioning the work to general CTL-based model checking literature. One thing I believe is essential: the inclusion of CTL in the OCL language such that it is readily available in the OCL and Eclipse context.&lt;/p&gt;

&lt;p&gt;I found the explanation at the end a bit too detailed, because we lost the story line a bit there. What we have here is cOCL (OCL + CTL) and a model checker  (MocOCL) for this new language. A solid contribution, also from the engineering perspective.&lt;/p&gt;

&lt;p&gt;You can try it at http://modelevolution.org/mococl&lt;/p&gt;

&lt;h3 id=&quot;1602&quot;&gt;16:02&lt;/h3&gt;

&lt;p&gt;Finally: the tools sessions&lt;/p&gt;

&lt;p&gt;First up: Tony Sloane on &lt;em&gt;“Monto: A Disintegrated Development Environment”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;First impression: it’s like a modernized ToolBus of the Meta-Environment with JSON instead of ATerms and Python instead of T-script. Tony nicely mentioned ToolBus in his presentation btw.&lt;/p&gt;

&lt;p&gt;What we have is a truly simplified interaction model which allows one to quickly prototype an IDE-like experience. Quite cool, and all together in 146+32+17+34+10+9+62+35+43+57+4+5+309 = 763 lines of code.&lt;/p&gt;

&lt;h3 id=&quot;1628&quot;&gt;16:28&lt;/h3&gt;

&lt;p&gt;Next up is Ralf Lämmel demoing &lt;em&gt;“Test-data generation for Xtext with Xtextgen”&lt;/em&gt;.&lt;/p&gt;

&lt;p&gt;This is all about grammar-based testing. The result of a class Ralf taught about this topic.&lt;/p&gt;

&lt;p&gt;Essential elements:&lt;/p&gt;
&lt;ul&gt;
  &lt;li&gt;incrementally constraining the test data generator to generate more interesting sequences&lt;/li&gt;
  &lt;li&gt;post-processing to implement semantic constraints on the resulting&lt;/li&gt;
  &lt;li&gt;extended by a grammar customization step where we rewrite the grammar to generate fewer sentences. Elegant and reminiscent of the grammar transformation operators of Vadim Zaytsev, Ralf and Jan Kort.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Ralf is lecturing sentence generation actually. Explaining it to us clearly. If you know the kind of elegant yet incomprehensible and also incompressible Prolog code that Ralf has written to generate sentences from grammars with specfic coverage criteria, you have to appreciate how he manages to tell the story today clearly.&lt;/p&gt;

&lt;p&gt;And Ralf now shows a screencast of how to use the tool and generate input and he explains at the end how this work came about: out of an SLE course!&lt;/p&gt;

&lt;h3 id=&quot;1705&quot;&gt;17:05&lt;/h3&gt;

&lt;p&gt;The final talk, &lt;em&gt;sniff&lt;/em&gt;, of SLE 2014 is presented by Saverio: &lt;em&gt;“AIOCJ: A Choreographic Framework for Safe Adaptive Distributed Applications, M. D. Preda, M. Gabbrielli, S. Giallorenzo, I. Lanese, J. Maurio”&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;Saverio is motivating high-level modeling of system coordination, i.e. separation of computation from coordinational protocol.&lt;/p&gt;

&lt;p&gt;The starting question is: dynamic update of the communication protocol, to get a safely adaptable distributed system.&lt;/p&gt;

&lt;p&gt;(personal note: the ToolBus perspective comes back many times this year :-)&lt;/p&gt;

&lt;p&gt;Saverio explains the syntax and semantics of the AIOC language which has many modern features I would have loved in ToolBus scripts. Scopes for messages is the best example. Second deadlock and race freedom by construction.. or should that one go first? The syntax is nice and clear.&lt;/p&gt;

&lt;p&gt;Website: http://bit.do/aiocj&lt;/p&gt;

&lt;h3 id=&quot;1730---the-end&quot;&gt;17:30 - The End&lt;/h3&gt;

&lt;p&gt;Thank you for your attention for the talks at SLE. Also thanks for your continued work in the field of SLE and we are looking forward to your submissions for &lt;a href=&quot;http://www.sleconf.org/2015&quot;&gt;SLE 2015&lt;/a&gt; at SPLASH 2015.&lt;/p&gt;
</description>
				<pubDate>Mon, 15 Sep 2014 00:00:00 +0000</pubDate>
				<link>http://www.sleconf.org/blog/09-15-2014-call-for-attention</link>
				<guid isPermaLink="true">http://www.sleconf.org/blog/09-15-2014-call-for-attention</guid>
			</item>
		
			<item>
				<title>Reporting on the first workshop on Parsing@SLE</title>
				<description>&lt;p&gt;In 2013 we organized the first workshop on Parsing at SLE (Parsing@SLE) as a pre-conference workshop with SLE in Indianapolis. The goal of this workshop was to bring together as many parsing experts as possible and find out what the state-of-the-art in parsing technology is and what the future will hold.&lt;/p&gt;

&lt;p&gt;Parsing@SLE is also a vehicle for sparking the interest of more people to join the SLE community.&lt;/p&gt;

&lt;h3 id=&quot;participation&quot;&gt;Participation&lt;/h3&gt;

&lt;p&gt;During the summer of 2013 we did a targeted email offensive, inviting everybody who has ever written a parser generator or maintained one, wrote a paper about it or blogged about it to the workshop. As a result we had 40 enthousiastic participants at the workshop!&lt;/p&gt;

&lt;h3 id=&quot;format&quot;&gt;Format&lt;/h3&gt;

&lt;p&gt;The format of the workshop was as follows:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;We invited people to submit short position papers.&lt;/li&gt;
  &lt;li&gt;From the 13 submissions we composed an interactive program, comprising of:
    &lt;ul&gt;
      &lt;li&gt;10 minute talks, hard time limits&lt;/li&gt;
      &lt;li&gt;inter-mixed with longer discussions, free form&lt;/li&gt;
      &lt;li&gt;tightly scheduled coffee breaks&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;It seems that this formula is good for this kind of workshop, because the attendees expressed unanimously that the workshop was enjoyable and useful.&lt;/p&gt;

&lt;p&gt;We started in the morning by having 3 times 10 minute talks in one block and then 30 minutes of discussion, but after lunch we moved naturally to 10 minute talks interspersed by 10 minute discussions.&lt;/p&gt;

&lt;p&gt;The discussions were usually sparked by the presentations but did not always stick to the original point, and we did not force this either. This freedom of discussion topic was deemed to be good for this first instance of parsing@SLE, but some participants expressed the hope that next year at least a part of the day would also be reserved for focused discussion on particular topics.&lt;/p&gt;

&lt;p&gt;Example topics that were proposed to focus on next year:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;The principled definition, evaluation and comparison of parser run-time behavior on typical use cases, as opposed to plain old worst case analysis or benchmarking without a background theory of what it is that parsers do at run-time.&lt;/li&gt;
  &lt;li&gt;Implementation tactics: what makes the difference between a fast and a slow parser implementation.&lt;/li&gt;
  &lt;li&gt;Off-the-beaten-track: step away from our warts, e.g. the parsing-takes-a-string-as-input-and-produces-a-tree-as-output meme, or parsing programming languages. What else needs parsing or is like parsing and what other effects do parsers have? Examples are “abstract parsing”, “incremental parsing”, “parsing streams of events”, “safety/security application area”, “fuzzy parsing”, “statistical parsing”.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;output&quot;&gt;Output&lt;/h3&gt;

&lt;p&gt;As output of Parsing@SLE 2013 we can mention:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;mailto:parsing@sleconf.org&quot;&gt;parsing@sleconf.org&lt;/a&gt; - mailing list of interested participants&lt;/li&gt;
  &lt;li&gt;new SLE community members&lt;/li&gt;
  &lt;li&gt;a handful of registrants who came only for Parsing@SLE.&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;testimonials&quot;&gt;Testimonials&lt;/h3&gt;

&lt;p&gt;At the end of the workshop we asked each individual participant what he or she got out of attending this workshop. The following list summarizes the responses, removing duplicates and generalizing towards sound bites:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;“Modularity and composability in parsing [technology] is in more people’s minds than I had thought”&lt;/li&gt;
  &lt;li&gt;“I did not know so many people cared about deterministic parsing still, while we have all these great general[ized] parsing technologies.”&lt;/li&gt;
  &lt;li&gt;“I did not know about these general[ized] parsing technologies, and I am going to look into this to see what they have to offer over deterministic parsing”&lt;/li&gt;
  &lt;li&gt;“It was brought to my attention again that the use case of a parser greatly influences its design choices, consider an editor in IDE versus a compiler.”&lt;/li&gt;
  &lt;li&gt;“Parser performance is more important than I had considered before. It’s still a number one priority in this age of superfast computers”&lt;/li&gt;
  &lt;li&gt;“What a surprise! more than 10 people actually showed up!”&lt;/li&gt;
  &lt;li&gt;“I was interested most to hear about Boolean Grammars, they are a novel concept to me and I would like to hear more about it.”&lt;/li&gt;
  &lt;li&gt;“Great workshop, but next time let’s consider our application areas with more focus. It’s all in the details!”&lt;/li&gt;
  &lt;li&gt;“Aha! So there is more going in the parsing world than just ANTLR!”&lt;/li&gt;
  &lt;li&gt;“It was particularly good to see such a wide coverage over technological and theoretical backgrounds between the different participants in this workshop.”&lt;/li&gt;
  &lt;li&gt;“I believe the natural language processing people would find a home here too”&lt;/li&gt;
  &lt;li&gt;“We should teach this stuff more”&lt;/li&gt;
  &lt;li&gt;“OH: Incremental parsing is a competitor of projectional editing”&lt;/li&gt;
  &lt;li&gt;“Regular expressions meet context-free grammars at this workshop, in terms of meta notation and performance optimization questions”&lt;/li&gt;
  &lt;li&gt;“We realized today we need to characterize precisely (in a principled manner) what a parser does at run-time in a principled manner in order to start comparing different parser technologies.&lt;/li&gt;
  &lt;li&gt;“Parsing interacts at many points with general computer science and software engineering”&lt;/li&gt;
  &lt;li&gt;“This kind of interactive workshop is what I prefer most.”&lt;/li&gt;
  &lt;li&gt;“I learned some techniques that may help me improve my next parser [generator].”&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;program&quot;&gt;Program&lt;/h3&gt;

&lt;p&gt;This is the program as it was planned for the day:&lt;/p&gt;

&lt;p&gt;&lt;em&gt;8:30-10:00 First session, welcome&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;
    &lt;p&gt;Vinju, Van Wyk: Introduction, goal of the day&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Participant Introduction/Parsing visions round&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;10 minute talks:
    &lt;ul&gt;
      &lt;li&gt;Erdweg - partial evaluation of GLL interpretive parser to improve speed&lt;/li&gt;
      &lt;li&gt;Johnstone/Scott - performance characterization of GLL&lt;/li&gt;
      &lt;li&gt;Afroozeh - OO lazy scannerless parser  - performance using DFA for ‘scanning’&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Discussion
    &lt;ul&gt;
      &lt;li&gt;what the speakers bring, or:&lt;/li&gt;
      &lt;li&gt;Trade-offs: non-determinism versus determinism, benefits &amp;amp; pitfalls&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;10:30-12:00 Second session&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Watson - Exotic Grammatical Operators&lt;/li&gt;
  &lt;li&gt;Patterson/Hirsch - combinators, in C, for parsing binary data&lt;/li&gt;
  &lt;li&gt;Grigorev/Kirilenko - abstract parsers - analysis of dynamically created strings during program execution&lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;McDirmid - incremental compilation, live programming&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;Discusssion
    &lt;ul&gt;
      &lt;li&gt;what the speakers bring, or:&lt;/li&gt;
      &lt;li&gt;Parsing in the IDE: special requirements and opportunities.&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;13:30-15:00 Third session&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Diekmann/Tratt - language boxes&lt;/li&gt;
  &lt;li&gt;Omar - Wyvern - extensible type driven parsing&lt;/li&gt;
  &lt;li&gt;Kaminski/Van Wyk - LALR(1)&lt;/li&gt;
  &lt;li&gt;
    &lt;p&gt;Stevenson/Cordy - boolean grammars, for different views of programs, representing ambiguous parse trees&lt;/p&gt;
  &lt;/li&gt;
  &lt;li&gt;Discussion:
    &lt;ul&gt;
      &lt;li&gt;What the speakers bring, or:&lt;/li&gt;
      &lt;li&gt;Global synergy: how can we converge the effort on parser tooling?&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;15:30-17:00 Final session&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Parr - ALL(*) model of parsing in ANTLR&lt;/li&gt;
  &lt;li&gt;Break out in groups of three or four for 45 minutes
    &lt;ul&gt;
      &lt;li&gt;Assignment: what is the future for the field?&lt;/li&gt;
      &lt;li&gt;open problems in parsing and parser generation&lt;/li&gt;
      &lt;li&gt;Formulate, explore, related work&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;Get together again for 45 minutes
    &lt;ul&gt;
      &lt;li&gt;to harvest, each group chooses a representative who presents results for 5 minutes&lt;/li&gt;
    &lt;/ul&gt;
  &lt;/li&gt;
  &lt;li&gt;The end&lt;/li&gt;
&lt;/ul&gt;

&lt;h3 id=&quot;participants&quot;&gt;Participants&lt;/h3&gt;

&lt;p&gt;TBD&lt;/p&gt;
</description>
				<pubDate>Wed, 20 Nov 2013 00:00:00 +0000</pubDate>
				<link>http://www.sleconf.org/blog/11-20-2013-parsing-at-sle-2013</link>
				<guid isPermaLink="true">http://www.sleconf.org/blog/11-20-2013-parsing-at-sle-2013</guid>
			</item>
		
	</channel>
</rss>
