Skip to content
caumond edited this page Jan 20, 2025 · 1 revision

Welcome to the auto-core wiki!

`auto-core` is about all core technical functionalities we may need to start a project.

file:docs/img/automaton_small_duck.png

If every tool, when ordered, or even of its own accord, could do the work that befits it, just as the creations of Daedalus moved of themselves, or the tripods of Hephaestus went of their own accord to their sacred work, if the shuttle would weave and the plectrum touch the lyre without a hand to guide them, master-craftsmen would have no need of assistants and masters no need of slaves ~ Aristotle, Politics 1253b

Main features

  • This project should be agnostic of any environment, so it should run on the following examples of technology: CLI, backend of web app, frontend of web app, Android frontend, Android backend, …
  • Create cljc versions of features which are not naturally behaving the same between clj and cljs: uuids,
  • Data strucutre helpers : regular expression, strings, keywords, maps, sequences, uuids
  • Logging in clj and cljs with a proxy from cljc
  • Configuration management
  • Translation

Clone this wiki locally