-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathREADME
65 lines (45 loc) · 1.59 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
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)
konoha-users@list.sourceforge.jp (in Japanese)
Thank you for downloading and trying Konoha!!