↧
Subtext
Subtext I like subtext, I am just wondering how it would be possible to create a big practical project in it: How would it do async operations? GUI’s; networking… If there is no difference between...
View ArticleIntroducing Paradox
Kaja Fumei and I are currently developing a light-weight rich jit-ed language called Paradox. The main feature of Paradox will be that it will be very light weight in memory and startup time. It will...
View ArticleTyped Yields: Non fatal exceptions
Wouldn’t it be nice to have: begin { &nsbr;LoadTheDatabase("foo.bar"); } rescue (Exception e) { print "Fatal exception happened: ", e } on (Warning w) { print "Database Warning: ", w } on (Message...
View Article