5 ms·
Has anybody used Rootbeer with language which compiles to Java bytecode (like Clojure)? It would be interesting to see how functional languages designed for pa
by skardan 14y ago
Has anybody used Rootbeer with language which compiles to Java bytecode (like Clojure)?
It would be interesting to see how functional languages designed for parallelism perform on gpu.
- th0ma5 14y agothis was my first thought in reading this! as other people would said you would have to think in gpu terms, but a quick glance at the code looks like you could just look into the compile functions. I hope someone out there beats me to this because they'll do a better job :D