
From Erlang to Management to C++
Software Unscripted
00:00
How to Write a Rock Application
There's no such thing as just a platformless rock app. It's always like I pick a platform. Now somebody else probably implemented that platform. But if you want, you can just build your own platform from scratch. The way that it does memory allocation is basically the platform is responsible for providing a couple of functions which rock will call. And then you have these little sort of hook points that are basically like dynamically linked to function calls That's going to be the compiled rock application. So basically your entire rock app will just compile down to a C function with, it does all of its own memory management and stuff like that.
Transcript
Play full episode