« earlier | later » Page 11 of 13
"Trylon is a computer language. It is basically a cross between Python and Smalltalk." Which means it does quite a lot with very little syntax, but it doesn't do it very fast -- although it is compiled.
to dynamic language-design python smalltalk ... on 03 January 2011
Programming language with type propagation for generics (and reasonably clean syntax).
to generics language-design software type-systems ... on 03 January 2011
The Cobra Programming Language
An interesting Python-like programming language. It's nice to see a new language where I'm not cringing at the awful syntax.
to dynamic language-design python software type-systems ... on 03 January 2011
Direct use of the PostScript language
A good overview of doing typesetting directly in PostScript. It's a shame that most of the examples simply don't look very good -- I've probably been spoiled by TeX, and they're perfectly acceptable to someone raised on Word...
to language-design postscript print ... on 01 October 2010
From a Lisp fan, I'm guessing; some worthwhile points here.
to language-design ocaml ... on 01 September 2010
Python (well, really Haskell)-style syntax for Javascript. This is something I've wanted for a while, since JS ought to be a usable language were it not for the 1970-style syntax. (That and reasonable POSIX bindings.)
to compiler javascript language-design ... on 17 August 2010
I don't think this is especially exciting, but if I don't bookmark it I'll probably want to find it again...
to language-design oo ooc programming ... on 10 August 2010
Another language filling roughly the same space as Go, built by some of the Mozilla folks. NewSqueak-inspired concurrency features.
to concurrency language language-design programming ... on 14 July 2010
Designing ParaSail, a new programming language
This is a concurrent language based on the client-server pattern.
to client-server concurrency language-design patterns thesis ... on 21 January 2010
« earlier | later » Page 11 of 13
tasty by Adam Sampson.