Scala
Thread safety of SubScript values (and other scoped references)
In SubScript, we have a possibility to use vals and vars in scripts. They are basically containers for data, just like Scala's vals and vars, but they store their data in SubScript VM data structures. Script itself is a tree of nodes defining its execution flow. Some nodes