« earlier | later » Page 8 of 13
FrontPage - parasail edit / delete
"ParaSail is a new parallel programming language designed to support the development of inherently safe and secure, highly parallel applications that can be mapped to multicore, manycore, heterogeneous, or distributed architectures."
to language-design parallel parasail programming ... on 14 December 2013
Project Oberon (New Edition 2013) edit / delete
Book on the development of the Oberon system. I remember playing with this on the Amiga a long time ago...
to etext history language-design oberon retrocomputing ... on 14 December 2013
Clay Programming Language edit / delete
A modern C++-style language; uses Haskell-ish type inference techniques to allow reasonably pretty generic programming.
to c++ generics language-design type-inference types ... on 14 December 2013
Obscure C++ Features - Made by Evan edit / delete
"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 edit / delete
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 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
« earlier | later » Page 8 of 13
tasty by Adam Sampson.