Message 1 of 2
Generated code from scala.js works, FYI

Not applicable
09-22-2014
10:34 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
If you're interested in the new API stuff but prefer to work in Scala, I just tried running code generated from scala.js in a Fusion360 script, and the basics seem to be working fine. Fusion360-api plus Scala.js is pretty much the definition of bleeding-edge, but I think it's got serious potential. (Assuming that you're not going to have a JVM native scripting environment, of course - I've been assuming that since you're talking about JavaScript and Python a jvm thing isn't in the cards...)
It'd be really nice to have the types available in some kind of machine-readable format (other than the html for the doc site). C/C++ header files, whatever you've got - it'd be better than building traits by parsing html.