User loginNavigation |
Sketchpad: A man-machine graphical communication systemIvan Sutherland's famous thesis has been rereleased in a new electronic edition. This is a freely downloadable and high-quality PDF version created by Alan Blackwell and Kerry Rodden. Dynamic Languages Wizards panel videos (rerun)
We have previously mentioned
these videos of a series of panel discussions that were hosted by the MIT Dynamic Languages group in 2001. I just watched them again and I thought they were great, so I'm re-posting them for people who missed them the first time around and as a reminder for anyone who'd like to watch them again.
There are three separate panels on different topics: compilation, runtime, and language design. The panelists are distinguished people mostly from the Lisp/Scheme/MIT world. These panels were a precursor to the Lightweight Languages workshop series. The videos are in QuickTime format. To play them on Linux I used VLC. mplayer wasn't able to synchronize the audio and video. Slideshow: Functional Presentations
Slideshow: Functional Presentations.
Findler, Flatt. ICFP 2004.
Nothing earth shattering, but a nice example of DSL design none the less. Might be useful for teaching (as well as for creating slideshows...) By Ehud Lamm at 2004-08-08 08:57 | DSL | login or register to post comments | other blogs | 5332 reads
More content
I know the type system discussion is taking its toll, but I am sure things would be more interesting around here if we had more news items.
So all you editors out there: How about sharing? Simulators: Virtual Machines of the Past (and Future)SIMH, the Computer History Simulation system, is a behavioral simulator for obsolete systems of historic interest. Originally intended as an educational project, it is increasingly being used in long-lived production environments as a substitute for real systems. SIMH is continuously being extended to simulate new machines. This item isn't directly PL related, but since many LtU regulars are fond of programming language history, I assume there is interest in other apsects of computing history. On top of that, if and when you try to rescue an obsolete language implementation, there's a good chance you are going to need something like SIMH. This ACM Queue article describes the design issues invloved in building SIMH, and the problems the arise when simulating old hardware systems. By Ehud Lamm at 2004-08-06 19:14 | History | login or register to post comments | other blogs | 5176 reads
Acute: high-level programming language design for distributed computationFor more info, see the Main site, from which you can view papers and sample code. By Bryn Keller at 2004-08-06 15:55 | Functional | Implementation | Parallel/Distributed | login or register to post comments | other blogs | 14505 reads
Dan Sugalski: Implementing an Interpreter
An annotated set of slides giving the inside story on the implementation details of Parrot.
Well worth checking if you are into this sort of thing. By Ehud Lamm at 2004-08-06 12:03 | Cross language runtimes | login or register to post comments | other blogs | 8492 reads
Eliminating Array Bound Checking through Non-dependent types
Oleg posted this pertinent message on the Haskell mailing list. It's always nice to see cool examples such as this.
Having saiod that, I must also say that I agree with Conor McBride who wrote that anyone who would argue (and I'm not saying you do) that work to try to make more advanced type systems and stronger static guarantees more convenient and well-supported is not necessary because it happens to be possible to bang out this or that example in Haskell as it stands if you think about it hard enough, is adopting the position of the ostrich. Making type systems more expressive is a worthy goal. You want them to remain decidable (i.e., static), of course. Can we at least agree on that? ;-) A Visual Environment for Developing Context-Sensitive Term Rewriting Systems
(via an interesting discussion on the types list)
A Visual Environment for Developing Context-Sensitive Term Rewriting Systems. Matthews, Findler, Flatt, Felleisen. International Conference on Rewriting Techniques and Applications (RTA) 2004.
Over the past decade, researchers have found context-sensitive term-rewriting semantics to be powerful and expressive tools for modeling programming languages, particularly in establishing type soundness proofs. Unfortunately, developing such semantics is an error-prone activity. To address that problem, we have designed PLT Redex, an embedded domain-specific language that helps users interactively create and debug context-sensitive term-rewriting systems. We introduce the tool with a series of examples and discuss our experience using it in courses and developing an operational semantics for R5RS Scheme. Seems like a nice tool (it's DrScheme based, of course). I guess I should try it out. TyPiCal: Type-based static analyzer for the Pi-CalculusTyPiCal is a type-based static analyzer for the pi-calculus. The current version of TyPiCal provides four kinds of program analyses or program transformations: lock-freedom analysis, deadlock-freedom analysis, useless-code elimination, and information flow analysis. Type system is an ordinary type system extended so that channel types carry precise information about how each channel is used. This allows a type inferencer to obtain information about the behavior of a process. |
Browse archives
Active forum topics |
Recent comments
20 weeks 9 hours ago
20 weeks 13 hours ago
20 weeks 13 hours ago
42 weeks 1 day ago
46 weeks 3 days ago
48 weeks 21 hours ago
48 weeks 21 hours ago
50 weeks 5 days ago
1 year 3 weeks ago
1 year 3 weeks ago