Explore >> Select a destination


You are here

ventspace.wordpress.com
| | www.fluentcpp.com
9.5 parsecs away

Travel
| | Do you know how to partially specialize all the kinds of templates in C++? Check out this post for how to do it while keeping your code clear.
| | gcher.com
9.7 parsecs away

Travel
| | Recently I got interested in the new Apple language Swift, that will probably replace objective-c as the language of choice for native iOS and OSX applications. There are many things I like in Swift, and also other things I don't like. But one thing that I really enjoy is the support for lambdas, specially compared to the way it works in C++. Why do I think the lambdas in swift are better?
| | nelari.us
6.8 parsecs away

Travel
| | A small look at some useful template techniques, in the context of trying to bind functions to a virtual machine. I wrote this post mostly for myself so that these techniques would be listed all in one place.
| | florimond.dev
95.5 parsecs away

Travel
| ChainMap in a nutshell: treat multiple dictionaries as one, unlock Python superpowers.