Git Product home page Git Product logo

minikonoha's Introduction

KONOHA SCRIPTING LANGUAGE
=========================

WHAT IS MINIKONOHA?
---------------

Konoha is a scripting language, characterized by: 

 * simple
 * static
 * syntax extensible

The language is based on C-like grammar, not new for everybody.
You will extend your needed grammar as you like.
(To be announced)

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

At first, you'll download the latest konoha.

	$ git clone git://github.com/konoha-project/minikonoha.git

You'll have to make a few steps. Type in:

	$ mkdir build
	$ cd build
	$ cmake ..
	$ make
	$ sudo make install

NOTE: To build konoha, you need cmake build system. For further
information, you will ckeck at: http://www.cmake.org/

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

	$ minikonoha
	MiniKonoha 0.1 (Old Riga) (75b3d2f6, Oct  1 2012)
	[gcc 4.2.1 (Gentoo 4.2.1_p5666-r1, Apple Inc. build 5666) (dot 3)]
	options: bmgc minivm sugar
	>>> System.p("hello world");
	 - ((shell):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://konohascript.org
	http://github.com/konoha-project/

We recommend you to join one of the following groups. 
Any comment and questions are welcome!!

	http://groups.google.com/group/konoha-on-github

Thank you for downloading and trying Konoha!!

minikonoha's People

Contributors

imasahiro avatar shinpei avatar tetsurom avatar myoan avatar masakiishii avatar wakama2 avatar nikuuchi avatar tosnoz avatar leejonggun avatar kkuramitsu avatar noztos avatar hisaboh avatar

Watchers

 avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.