XO
XomaDev/Eia64
Eia64 is an interpreted language that draws inspiration from the lovely syntax of Kotlin and many other languages like Go. Featured on GitHub Edu. newsletter.
Eia64
Eia64 is an interpreted language that draws inspiration from the lovely syntax of Kotlin and many other languages like Go.
Main highlights
- Standard library
- Importing external classes
- Class structure for object support
- Emphasis on strict typing
- Mutable / Immutable variables
- Functions and overloading
- Access modifiers
- Anonymous Lambdas
- Decent support for tracing errors along with try-catch
- Live trace ability โ see how your code flows while it runs
Quick start
- Requires minimum Java version 11
git clone https://github.com/XomaDev/Eia64
cd Eia64 && java -jar Eia64.jarand tada! You have a fully interactive shell
You lazy?
If you are afraid of Git, you can try out our SSH version! ๐
ssh -p 2121 hackclub.appand look what you got! You can try out Eia without installing it. ๐
It's hosted on Nest by HackClub <3
Links
- Eia SSH server: XomaDev/EiaAPI
- Eia docs: XomaDev/Eia-Docs
Credits
Thanks to HackClub and the community!
Especially the lang-jam event and the Arcade. <3
It filled me with enthusiasm and encouragement for more than 2 years.
Enjoy!
Crafted with Love โค๏ธ
Kumaraswamy B G โข 16-year-old
On this page
Languages
Kotlin99.6%Java0.4%
Latest Release
devJuly 28, 2024GNU General Public License v3.0
Created June 14, 2024
Updated January 14, 2026

