Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/luca3m/itaco

A programming language in Italian
https://github.com/luca3m/itaco

Last synced: 21 days ago
JSON representation

A programming language in Italian

Awesome Lists containing this project

README

        

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.