Skip to content

imasahiro/konoha-jit-deprecated

Repository files navigation

WELCOME TO KONOHA SCRIPTING LANGUAGE
====================================

THE KONOHA SCRIPTING LANGUAGE
-----------------------------

Konoha is a statically-typed scripting language for ubiquitous and 
dependable computing. It is featured by:

 * hibrid static/dynamic typing with type inferencing
 * "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 characterlized by:

1 Konoha looks like Java
2 Konoha runs like Python
3 You'll enjoy fantasitc experience

INSTALL AND TRY
---------------

You'll have to make only three steps. Try:

	./configure
	make
	sudo make install

If Konoha is installed succeedly, you can try Konoha as an 
interactive mode.

	$ konoha
	Konoha 0.1-GPL2 (#367, Sep  5 2008, 16:35:22)
	[4.0.1 (Apple Inc. build 5465)] on MacOSX (32, UTF-8)
	>>> print "hello,world"
	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)
	konoha-users@list.sourceforge.jp (in Japanese)
	
Thank you for downloading and trying Konoha!!