« earlier | later » Page 9 of 13
Concurrent Revisions | Lambda the Ultimate edit / delete
"Concurrent Revisions are a distributed version control-like abstraction [1] for concurrently mutable state that requires clients to specify merge functions that make fork-join deterministic, and so make concurrent programs inherently composable." That is, it's a shared data strategy based on version control ideas, which is kind of neat.
to concurrency language-design ... on 24 October 2013
ISO/IEC JTC1/SC22/WG14 - C edit / delete
The ISO C working group. Interesting discussions.
to c iso language-design ... on 07 September 2013
Cello • High Level Programming C edit / delete
Dynamic OO using the GNU C extensions. Neat -- if just for the interesting puzzle of figuring out how it's done without looking at the spoilers!
to c compiler gnu language-design oo ... on 20 July 2013
I was aware of most of this, but the bit about typedef was new to me!
to c language-design obfuscated ... on 15 April 2013
The Rust Programming Language edit / delete
Mozilla's answer to Go, it appears.
to language-design programming rust ... on 09 April 2013
Savonet / Liquidsoap :: Multimedia Stream Generation edit / delete
Language and tools for multimedia streaming (e.g. DIY radio stations).
to audio language-design multimedia software ... on 14 February 2013
A Lisp-like language idea using indentation rather than brackets. Neat; has some similarities to the simplified occam syntax I was talking about a couple of years ago.
to indentation language-design syntax ... on 02 January 2013
Learnable Programming edit / delete
Providing visual feedback and refactoring tools for simple graphics programs, with lots of example videos. Neat.
to graphics language-design teaching tools visual-programming ... on 24 October 2012
I told my 2nd year CS students to create a programming language [RESULTS] | Dovyski edit / delete
The results of the article I'd linked to before.
to ag0700 compiler language-design teaching ... on 15 October 2012
PHP: a fractal of bad design - fuzzy notepad edit / delete
Yup, that's a pretty comprehensive critique.
to amusements language-design php ... on 27 May 2012
« earlier | later » Page 9 of 13
tasty by Adam Sampson.