Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 526 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 526 Bytes

itaco

ITAco is a programming language which uses italian keywords and a imperative paradigm. It's build for education purposes, so you will never find high performance or great feature. But only simple function which can let italian user to learn programming faster than using a common language. :)

You can write code in itaco syntax and compile it to a .class file, suitable for the JVM. This is possible using Jasmin library to get .class file from Java Assembly code. ITAco files also can be exported in C or Ruby.