Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/luca3m/itaco
- Owner: luca3m
- Created: 2012-02-24T15:43:39.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-01-08T15:23:09.000Z (almost 12 years ago)
- Last Synced: 2024-10-19T23:07:36.277Z (2 months ago)
- Language: Java
- Homepage:
- Size: 2.51 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.