A small, expressive scripting language built for learning and experimentation.
npm install -g kexrasay "Hello, Kexra"
fn add(a, b) {
return a + b
}
say add(2, 3)
The Kexra website is statically generated from this repository.
Each package must include:
- source code (
packages/<name>/) - documentation (
site/packages/<name>/README.md) - website content (
site/packages/<name>/website/index.md)
- Interpreted scripting language
- Built in TypeScript
- Runs on Node.js
- Open source
- Not production-ready
- Not a JavaScript replacement
- Not a framework
Kexra documentation is hosted on GitHub Pages.
🔗 https://manjunathh-xyz.github.io/kexra/
Created by Manjunath H and Ramkrishna.