« earlier | later » Page 9 of 13
Obscure C++ Features - Made by Evan
"This page is a collection of obscure C++ features, gathered over the years as I've explored different corners of the language." These get more obscure as the page progresses.
to ag0700 c++ language-design obfuscated ... on 13 December 2013
Living without Pointers: Bringing Value Semantics to Object-Oriented Parallel Programming
Coming at mobile data from the other direction.
to concurrency language-design mobile oo parallel programming splash ... on 01 December 2013
Concurrent Revisions | Lambda the Ultimate
"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
The ISO C working group. Interesting discussions.
to c iso language-design ... on 07 September 2013
Cello • High Level Programming C
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
Mozilla's answer to Go, it appears.
to language-design programming rust ... on 09 April 2013
Savonet / Liquidsoap :: Multimedia Stream Generation
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
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
« earlier | later » Page 9 of 13
tasty by Adam Sampson.