Although arguably off-topic, I would be interested to know in what ways Javascript is "wildly different" since there are perhaps things that could be learned from it.kirkkaf13@gmail.com wrote: ↑Mon 26 Aug 2024, 18:18I am familiar with Javascript as an interpreted language but it's wildly different.
I am aware that in Javascript one can 'selectively' import functions from modules, so whereas in BBC BASIC using INSTALL makes all the functions and procedures defined in that module available to be called from the program which INSTALLs it, in Javascript one can specify that only some become available. That doesn't strike me as too fundamental.