Skip to content

JS version: create appropriate project directories; modify build script, etc #61

Description

@AndreVanDelft

In particular, java dependencies in the VM need to be isolated:

  • synchronized
  • Thread

Like the SwingCodeExecutorAdapter is now in the subscript.swing package, these java dependencies may go to package subscript.jvm. For the JS version, we may use a package subscript.js, which should have stubs for synchronized and for the executor that ThreadedCodeFragment uses.

How will the appropriate class from either of these packages be loaded at run time? The run time should know whether it runs on JVM, JS or maybe something else. How exactly is to yet be found out.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions