RFC: Script Runner Library #44
Closed
Ratstail91
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So I'm thinking about the potential script runner library. I'm trying to decide on how to go about it.
Currently, the engine in airport has the ability for a node to call a function that was declared in another node. This is ok as a start, but I actually want to hoist this ability into a core library, I'm just not sure how.
Here's a proposal for how it might look in the lang:
The opaque variable
subject
would essentially be the root-level scope of subject.toy. This would allow for type checking, etc. as well.This is, in theory, a big change to how I've been envisioning the language so far, and would mean that the
import
/export
feature would be deprecated and removed. The version number would also be bumped to 0.7.0.Beta Was this translation helpful? Give feedback.
All reactions