-
Notifications
You must be signed in to change notification settings - Fork 378
Open
Description
Possible node design ....
In parent package:
require 'webforth'; // defines a "forth" global
require 'foo' // where foo is defined in package.json to be a .js file
forth.load('https://bar.com/foo.f') // Load a forth file. Relative to current URL (e.g. could be a file or HTTP etc)
In forth package something like
forth = { m, c, x, load }
export forth
Originally posted by @mitra42 in mitra42/webForth#23 (comment)
Metadata
Metadata
Assignees
Labels
No labels