hi Sorry if this too obvious, but I don't understand how gambit handles objects from the hosts backend.
For example: if one would like to construct a 'Node' library for the JS backend, how would you do that? The whole node api seems to be object oriented. But also the Python standard libaries (batteries) are layed out class based. You had to do something like
(define o (new Lib)) (o.print "hello")
This looks wrong. What am I missing?
Regards ben