Links - Web Programming Without Tiers
From Lambda the Ultimate: more →
Programming Languages, Martials Arts and Computers. The Weblog of Chris Double.
From Lambda the Ultimate: more →
I've been playing around with Rhino, a Javascript interpreter written in Java, using it as a server side scripting language. Rhino supports continuations so I thought I'd try and port the bshift and breset implementation I ported to Factor to Javascript. My initial attempt is in partial-continuations.js.This can be loaded into the Rhino interpreter using: load("partial-continuations.js") more →
Jack Dempsey was a famous boxer early in the 20th century. Today I got in the mail a DVD on Jack Dempsey's style of boxing made available by Kirk Lawson on rec.martial-arts. The DVD is a garage training session led by Ken Pfrenger, a western martial arts instructor. Ken's 'western martial arts' interest covers early bare knuckle boxing, Irish Collar... more →
wxFruit is a Haskell GUI library based on Functional Reactive Programming concepts. It uses wxWindows as its underlying GUI framework. For FRP it uses the Haskell FRP framework Yampa. Both libraries are relatively old and seem to have suffered bitrot as I couldn't get them to compile using a recent GHC build (GHC 6.4.x). A bit of searching came across... more →
OmegaGB is a Nintendo Gameboy Emulator written in Haskell. The author has a devlog where they are posting information about the implementation along with screen shots and source code. more →