main is usually a function

char* main = "usually a programming blog";

Wednesday, June 21, 2017

A Rust view on Effective Modern C++

›
Recently I've been reading Effective Modern C++ by Scott Meyers. It's a great book that contains tons of practical advice, as well ...
519 comments:
Sunday, May 3, 2015

Modeling garbage collectors with Alloy: part 1

›
Formal methods for software verification are usually seen as a high-cost tool that you would only use on the most critical systems, and only...
209 comments:
Wednesday, March 18, 2015

html5ever project update: one year!

›
I started the html5ever project just a bit over one year ago . We adopted the current name last July. <kmc> maybe the whole project...
152 comments:
Friday, February 20, 2015

Turing tarpits in Rust's macro system

›
Bitwise Cyclic Tag is an extremely simple automaton slash programming language. BCT uses a program string and a data string, each made of ...
199 comments:
Saturday, January 10, 2015

151-byte static Linux binary in Rust

›
Part of the sales pitch for Rust is that it's "as bare metal as C". 1 Rust can do anything C can do, run anywhere C can run...
239 comments:
Wednesday, October 29, 2014

A taste of Rust (yum) for C/C++ programmers

›
If, like me, you've been frustrated with the status quo in systems languages, this article will give you a taste of why Rust is so excit...
190 comments:
Wednesday, September 17, 2014

Raw system calls for Rust

›
I wrote a small library for making raw system calls from Rust programs. It provides a macro that expands into in-line system call instructi...
444 comments:
›
Home
View web version

About Me

keegan
View my complete profile
Powered by Blogger.