rumlang / rum

Functional language, easily extensible and possible (Lua features with LISP dialect and functional) to be embarked on software Go!
https://www.rumlang.org/
MIT License
157 stars 13 forks source link

Implements import feature #99

Closed marioidival closed 6 years ago

marioidival commented 6 years ago

100 #98 refer

This implementation is a first draf to import feature. By now, just stdlib's can be imported to runtime of Rum.

The stdlib it's a go interface with a func called LoadLib, with basically set real Go functions to context of runtime.

If package name is not found, should be raise a panic by interpreter Rum.