-
Notifications
You must be signed in to change notification settings - Fork 3
Home
Chris Zheng edited this page Jul 7, 2026
·
2 revisions
Foundation Base is a Clojure-first toolkit for building, generating, testing, and operating polyglot systems.
It combines:
- reusable libraries under
std.*; - developer tooling under
code.*; - language generation and target models under
hara.*; - runtime adapters under
rt.*; - portable cross-target libraries under
xt.*.
You do not need to understand the whole repository before using it. Choose a path:
| Goal | Page |
|---|---|
| Install Foundation Base | Getting Started |
| Generate JavaScript, Lua, Python, Go, SQL, or Solidity | Hara Language Tooling |
| Compare source with generated projects | Examples |
| Run fact-based tests | Code Tools |
| Understand the namespaces and directories | Repository Map |
| Propose a change | Contributing |