Skip to content

C++ embedding questions #54

@IngwiePhoenix

Description

@IngwiePhoenix

Hey.

so, I just had to realize that the scripting language that I originalyl wanted to use for my project, has quite some issues. So I need to switch to ObjectScript now. And this brings questions:

  1. How thread-safe is ObjectScript?
  2. Can I compile/run multiple script snippets? Currently, the order would be something like: string, string, string, file, string, string. in my previous used language, ph7, the VM would reset upon each new loaded snippet.
  3. What's the API to insert variables and the like into the scripting eingine?
  4. Can I define getter/setter functions for some native variables?

My project is here: http://github.com/IngwiePhoenix/IceTea

Kind regards, Ingwie

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions