Could you talk about the clojure part of it? how instrumental was it to build Athens Research.
could you have built it on Electron + Typescript for example
We have athensresearch.org and athens-research.com, neither of which I love.
We actually do use Electron! ClojureScript compiles to JS at the end of the day.
Ultimately Clojure is pretty necessary to use our database, Datascript, a graph db with its own data query language, Datalog. Datalog is a descendant of prolog, and makes recursive/reverse queries trivially easy.
Could you talk about the clojure part of it? how instrumental was it to build Athens Research. could you have built it on Electron + Typescript for example