Hi Summinda, Another possibility may be languages transpiling to JS: http://stackoverflow.com/questions/36845520/arangodb-foxx-and-clojure-script
Big parts of the Foxx ecosystem are implemented in JS; So writing V8 modules will probably be the best way to work with C++ code inside of foxx. Regarding C++ AQL user functions; we currently don't want to provide an API for this, as internal interfaces and datastructures still may change. However, ArangoDB is open source, and we accept pull requests. So if you have AQL functions usefull for others, we will welcome your contribution. Regarding Javascript, "Javascript the good parts" ( http://shop.oreilly.com/product/9780596517748.do ) is a good starting point. In the end the language gap between C++ and JS isn't that huge - which is why we at ArangoDB have chosen to embedd V8. Cheers, Willi -- You received this message because you are subscribed to the Google Groups "ArangoDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
