Can C be mixed with Pulp?

Can C be mixed with Pulp? If so, what is a minimal example of starting Pulp from the C API and registering a function?

Pulp games can’t be mixed with C or Lua; they use PulpScript.

Pulp uses its own engine to interpret Pulp games, which are really tables of objects. The engine itself knows little about the Pulp game; if you look at the list of Pulp events, that’ll give you some idea of what the engine steps through to interpret the game. There wouldn’t really be any convenient points to extend a Pulp game by adding Lua or C code, I’m afraid :slightly_smiling_face:

Thank you for the clarification!