Re: Regarding using Scala to develop Apex app.

2016-07-15 Thread hsy...@gmail.com
BTW Akshay, if you are using anonymous function as a field in the operator, it's very likely that your function is stateless? If that's the case, you can try to mark it transient ( http://www.scala-lang.org/api/rc2/scala/transient.html) On Thu, Jul 14, 2016 at 11:06 PM, Akshay S Harale <

Re: Regarding using Scala to develop Apex app.

2016-07-15 Thread Priyanka Gugale
I have not tried it yet but SBT is just another build tool like maven or ant, so the package created using SBT should run on Apex platform. -Priyanka On Fri, Jul 15, 2016 at 3:02 PM, Yogi Devendra wrote: > Akshay, Ankit > > Yes. Apex would have full support for scala

Re: Regarding using Scala to develop Apex app.

2016-07-15 Thread Yogi Devendra
Akshay, Ankit Yes. Apex would have full support for scala in future. We understand that many developers would love to use scala or python binding. We would definitely consider this as a user feedback and it will be funneled through the items listed for the project roadmap. But, it would be hard

Re: Regarding using Scala to develop Apex app.

2016-07-15 Thread Ankit Sarraf
Interesting. Thanks for sharing the link. I surly feel that if DataTorrent has to expand its roots, it will have to evolve to support as many languages seamlessly as possible. So it seems to have complete support for Scala in future. Also, curious to know if people at DT are thinking of allowing

Regarding using Scala to develop Apex app.

2016-07-15 Thread Akshay S Harale
Hello, I found one blog post on writing apex app in scala . First I tried simple app it worked very well but when I introduced some anonymous functions in program, it started throwing kryo serialisation exception: