https://github.com/mrrodrigo/microkernel-arch-lua-c
https://github.com/mrrodrigo/microkernel-arch-lua-c
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mrrodrigo/microkernel-arch-lua-c
- Owner: mrRodrigo
- Created: 2024-10-28T20:27:43.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-06T14:18:25.000Z (6 months ago)
- Last Synced: 2025-01-24T11:44:45.573Z (3 months ago)
- Language: Lua
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`