zinif Code
Status: Pre-Alpha
Brought to you by:
kawk256
This is the README for the zinif project. zinif is an object-oriented, interpreted, typeless-as-possible language released under the terms of the GNU GPL v2 (see LICENSE). It is designed with simplicity in mind, simplicity for the end-user programmers, not for the developers of the programming language. Though it is a bit of an oxymoron, it additionally uses a C-style syntax. (Note that the C syntax is one of the most obtuse in a language in common use today). The INSTALL file should give you an idea on how to build the zinif interpreter. There should be some precompiled packages available at zinif's sourceforge page (see below). The TODO file is the {bug,wish}list for zinif. If you wish to contribute to the zinif project, then simply clone the git repository (git is used for version control, repo location is on zinif's sourceforge site), choose an item from the TODO file or one of your own ideas, and start working. :) git commit access is available upon request. Websites: Sourceforge: http://zinif.sf.org/ Authors: kawk <kawk256@gmail.com> Many thanks go to sourceforge and repo.or.cz for project hosting.