forked from shidasan/konohascript
-
Notifications
You must be signed in to change notification settings - Fork 0
konohascript
License
okamotoyuki/konohascript
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
KONOHA SCRIPTING LANGUAGE ========================= KONOHA SCRIPTING LANGUAGE ------------------------- Konoha is a newly designed statically-typed scripting language. * static typing * "run anytime" compiler * highly portable language runtime * Java-like grammar and libraries Konoha is open source software and may be freely copied on the terms contained in the GNU Lesser General Public License 3.0. If you are interested in other form of license, we are preparing "Konoha Software Foundation License 1.0". OVERVIEW OF KONOHA ------------------ The language design of Konoha is characterized by: 1 Konoha looks like Java 2 Konoha runs like Python 3 You'll enjoy fantastic experience INSTALL AND TRY --------------- You'll have to make only three steps. Try: cd build cmake ../ make sudo make install If Konoha is installed successfully, you can try Konoha as an interactive mode. $ konoha konoha 1.0(beta1) svn (rev:234, May 27 2011 13:16:36) options: iconv msgc thcode sqlite3 syslog used_memory:6389 kb >>> print "hello,world" ((eval):1) hello,world DO YOU WANT TO KNOW MORE? ------------------------- For now, there are very few manuals for programming Konoha. To get any kinds of useful information about Konoha, you'll at first visit the following sites: http://konoha.sourceforge.jp/ (Main, in Japanese) http://code.google.com/p/konoha We recommend you to join one of the following groups. Any comment and questions are welcome!! http://groups.google.com/group/konoha-users (in English) [email protected] (in Japanese) Thank you for downloading and trying Konoha!!
About
konohascript
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C++ 81.2%
- C 16.0%
- JavaScript 2.1%
- Python 0.4%
- Java 0.3%
- Shell 0.0%