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

using simple go functions #85

Closed trumae closed 6 years ago

trumae commented 6 years ago

That code is a simple way to use golang functions in rum scripts. Only the primitive types in rum parser.Values can be used as parameters or returns.

marioidival commented 6 years ago

This is a good way to implement "import" packages to Rumlang... Thank you @trumae !