You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We can create a keyword for this import, example goimport
We were able to use all Golang's eco-system inside the rumlang, we would have many batteries included.
The challenge here is how to associate Cloe's data types with Go's because the former is similar to JSON and quite different from the latter. Moreover, Cloe doesn't support method calls as it's dedicated to functional programming rather than object-oriented one. However, I'm definitely sure that something simple like the fmt.Println works in Cloe as well as Goby. Thank you for your suggestion! I will investigate it soon.
Retro compatibility with native Golang packages
We can create a keyword for this import, example
goimport
We were able to use all Golang's eco-system inside the rumlang, we would have many batteries included.
Look how it was implemented: https://github.com/goby-lang/goby/blob/83e063d807b73d7d41b6cf3875ed037def104886/vm/plugin_integration_test.go
more info: https://goby-lang.gitbooks.io/goby/content/plugin-system.html
The text was updated successfully, but these errors were encountered: