Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mrrodrigo/microkernel-arch-lua-c


https://github.com/mrrodrigo/microkernel-arch-lua-c

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

simple microkernel arch test using C as core program and lua modules as plugins

https://www.oreilly.com/library/view/software-architecture-patterns/9781098134280/ch04.html

With core compiled, plugins can be added in execution time without re-compile, passing as arg to core.

`core hello`