by bitcynth on 11/8/20, 3:06 PM with 6 comments
by maweki on 11/9/20, 11:26 AM
You can find Prolog-bindings provided by me on the EV3Dev website, which are about as fast as the JS bindings and make for quite a fun weekend, combining declarative planning and plan execution in the same language. You can find my paper on that here: https://dx.doi.org/10.18420/inf2019_ws41
And if you have a lot of spare time on your hand, you can get both HUGS (a Haskell implementation) and PureScript (using the JS bindings) running on the EV3. What you should not do, is try to run clojure, as the runtime is too massive. You can try other JVM languages, but I would suggest you don't.
by birdyrooster on 11/8/20, 7:26 PM
by SamBam on 11/9/20, 2:06 PM