-
Notifications
You must be signed in to change notification settings - Fork 67
Open
Description
The Embedding section of the C API chapter explains some basic ways of running Janet code embedded in a C program, such as janet_dobytes, janet_dostring, or janet_call.
It is mentioned multiple times that these ways are mostly meant for running "simple, short running logic" or for running code once. There is a mention of the existence of more efficient options (under the entry for janet_dobytes), but there's no info on what those options actually are.
What are these more efficient ways of running Janet code optimally when embedded in a C program?
Metadata
Metadata
Assignees
Labels
No labels