User loginNavigation |
Brians functional brainA rather fun and instructive series of posts about implementing a cellular automaton in idiomatic Clojure, and making it run fast (and in parallel). Be sure to read the second part, and the errata. By Ehud Lamm at 2010-04-16 02:20 | Clojure | Fun | Parallel/Distributed | 3 comments | other blogs | 10280 reads
More iPhone PL lockdown... Goodbye Scratch!If the general idea wasn't enough to make you mad, or if you wrote it off as being purely an Apple/Adobe spat, this ought to cut a bit closer to LtU's heart... Apple removes Scratch from iPad/iPhone/iTouch. My wife has taught a couple of classes using Scratch with young kids, and to see the pride they feel at their creations is a marvelous thing. I think restricting their ability to share that feeling is really reprehensible. And the damage done to the programmers of tomorrow? Hard to say... (Apologies for this being on the front page twice now, but I think this really deserves a post of its own...) seL4: Formal Verification of an Operating-System KernelIn seL4: Formal Verification of an Operating-System Kernel, Communications of the ACM, June, 2010 Klein et al
Overall the paper is more of an experience report than an in depth exploration of the kernel and its proofs but there is a some meat to be found. More information can be found at the sel4 website. By James Iry at 2010-04-15 16:35 | General | Software Engineering | 74 comments | other blogs | 27810 reads
Maxine VM: A VM in JavaMaxine VM is an open source meta-circular JVM from Sun.
The Maxine Inspector [5min, YouTube] seems pretty neat! Bringing VM research to the masses :) By bashyal at 2010-04-15 01:48 | General | Teaching & Learning | 10 comments | other blogs | 18111 reads
iPhone PL lockdownThe new iPhone developer agreement as quoted at http://daringfireball.net/2010/04/iphone_agreement_bans_flash_compiler:
Now think about this. Basically, they have said "you can only use these PLs to originally write your code, use of any other PLs breaks this agreement." Now, assume iPhone continues to be widely successful and that...eventually PCs are replaced by iPad devices. And say everyone starts copying Apple's locked fortress model, where will PL innovation go? I'm very disappointed at Apple over this. Emerging Languages ConferenceThis might be of interest to people that will be at OSCON 2010 or will be in Portland, Oregon on July 21-22. Announcing the First Emerging Languages Conference
Initial list of speakers include designers for Go, Io, Duby, Kodu, Newspeak, CoffeeScript, Ur, Objective-J, BitC and F#. A Formal System For Euclid's ElementsA Formal System For Euclid's Elements, Jeremy Avigad, Edward Dean, and John Mumma. Review of Symbolic Logic, Vol. 2, No. 4, 2009.
Diagrammatic languages are a perennial favorite discussion topic here, and Euclid's proofs constitute one of the oldest diagrammatic languages around. And yet for hundreds of years (at least since Leibniz) people have argued about whether or not the diagrams are really part of a formal system of reasoning, or whether they are simply visual aids hanging on the side of the true proof. The latter position is the one that Hilbert and Tarski took as well when they gave formal axiomatic systems for geometry. But was this necessary, or just a contingent fact of the logical machinery available to them? Avigad and his coauthors show the former point of view also works, and that you can do it with very basic proof theory (there's little here unfamiliar to anyone who has read Pierce's book). Yet it sheds a lot of light on how the diagrams in the Elements work, in part because of their very careful analysis of how to read the diagrams -- that is, what conclusion a diagram really licenses you to draw, and which ones are accidents of the specific figure on the page. How they consider these issues is a good model for anyone designing their own visual programming languages. Small is Beautiful: the design of LuaRoberto Ierusalimschy discusses the ideas behind the design of Lua specially on the pervasive use of tables and coroutines. Video, Slides[PDF] and Talk Abstract. Note: The video is in Windows Media format but it works with Quicktime Player on the Mac if you have Flip4Mac WMV installed. I can open the video using File->Open URL. Can functional programming be liberated from the von Neumann paradigm?Conal Elliott's weblog post from January, Can functional programming be liberated from the von Neumann paradigm?, makes the case that the kind of coupling to state which Haskell programs making use of the IO monad have, raise problems of the same sort that led to pure functional programming in the first place. Conal then goes on to sketch, with reference to his work on FRP and denotational design, some ideas about where purity should be leading language design. Clojure’s Mini-languagesA nice blog post about "little mini-languages" that form part of the syntax of Clojure. |
Browse archives
Active forum topics |
Recent comments
22 weeks 4 days ago
22 weeks 4 days ago
22 weeks 4 days ago
44 weeks 5 days ago
49 weeks 15 hours ago
50 weeks 4 days ago
50 weeks 4 days ago
1 year 1 week ago
1 year 5 weeks ago
1 year 5 weeks ago