• 0 Posts
  • 77 Comments
Joined 5 months ago
cake
Cake day: February 14th, 2024

help-circle










  • That actually sounds pretty cool

    Sometimes what I’d like to be able to do is treat part of an app as a core and the rest like user provided scripts, but written and evaluated in the host language and not running an embedded scripting language like lua with all the extra burden.

    E.g. you have an image editor and you want the user to be able to write native functions to process the image. Or you have a game engine and you want to inject new game code from the user without the engine being a compiler or the game logic being bundled scripts.