A playful, beginner-friendly scripting language
npm install kexraA small, expressive scripting language built for learning and experimentation.
``bash`
npm install -g kexra
`kx
say "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/)site/packages/
- documentation ()site/packages/
- website content (
- 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/
- GitHub Repository
- npm Package
- Report Issues
Created by Manjunath H and Ramkrishna.