Working on a JIT/hot-reload module for minc compiler. This is a godot app written in minc, with a static "engine" part that loads the minc compiler as a .dll module (libminc.dll), then watches file dir with OS events, recompiles directly to executable memory and remaps. Cross platform win/mac/linux.
9 days ago