How do I import an addon in the Io language?

1.1k Views Asked by At

Specifically, I'm trying to use the Random addon. The documentation states addons should be loaded upon first use, which is also supported by Hyperpolyglot However, I get (running one of the sample programs)

Exception: Object does not respond to 'Random'
---------
Object Random                        Cards.io 4
1

There are 1 best solutions below

1
On BEST ANSWER

This appears to be a problem with the macports installation of IO. Building and installing from source worked (with io_static - 'io' has dylib problems)