waTeim / node-julia

Fast and simple access to Julia embedded in node
MIT License
80 stars 15 forks source link

Support for Unions, Any and arrays for these types. #19

Open waTeim opened 9 years ago

waTeim commented 9 years ago

Any, and Arrays of Union types and Any are currently not supported; they should be. This is fairly straightforward, but potentially costly as the result array will need to contain elements each of which could be a different type and thus must be stored separately. Ref #17.