Justin is a developer at Unikernel Systems who has been working on unikernels and making systems software more accessible for some years.
Talks I've Given
-
The Road to Unikernels
Featuring Justin Cormack
What if you could do systems programming in your favourite language?
What if you could make better, more maintainable systems, while developing the full stack.
Well, actually, you already can!
There are lots of fun projects you can hack on and learn and improve systems programming....
How do we...
containersched fullstack unikernels -
Using LLVM to generate Lua bindings
Featuring Justin Cormack
LLVM is a new(ish) open source compiler suite developed by Apple and others. It provides libraries which can be used, among other things, to analyse C code and easily generate bindings for C and C++ code to Lua without too much tedious manual work.
llvm apple lua c++