Explore >> Select a destination


You are here

ventspace.wordpress.com
| | gcher.com
3.8 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?
| | www.fluentcpp.com
3.0 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.
| | nelari.us
1.9 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.
| | g-w1.github.io
28.0 parsecs away

Travel
| At the start of the 2020 school year I wanted to learn more about compilers so I started writing a compiler for the ez programming language that I made up. I did this as an independent study for school. I wanted to grow dramatically as a thinker and learn a lot about computer science and compilers in specific. If you just want to see the project head to github.com/g-w1/ezc or g-w1.github.com/ezc for documentation.