I'm happy to introduce https://github.com/Tyruiop/syncretism, a crawler + search engine for options (stock market's options) that can be easily deployed and ran locally. You can also https://ops.syncretism.io. • full Clojure + Clojurescript • Crawler has a simple scheduler to handle failures & rate limi • depends only on mysql/mariadb • provides a simple API to ease integration with other projects
Ok, the experiment continues: after seeing that's possible, indeed, to bind Prolog and Clojure, I made it work with SWI-Prolog (as TuProlog is quite slow): https://github.com/mauricioszabo/spock. Now, I want to check if it's possible to do a simple POC application and see where it shines, and also, see if I can use the WASM version of SWI prolog to make it work in ClojureScript. If anyone is familiar with Webassembly, please ping me 😄