Prune net/dante
[dports.git] / lang / ici / pkg-descr
1 ICI is a C-like, high level language originally developed by Tim Long
2 and placed into the public domain. ICI marries C's expression syntax,
3 control structures and overall feel, with a dynamic, garbage
4 collected, object-based, data model. Version 4 incorporates numerous
5 performance enhancements, refinements to existing features and new
6 features including native support for threads, a cleaner, more well
7 defined API for extension module authors and those embedding ICI
8 within other programs, and new documentation that is superior to
9 that provided in previous releases.
10
11 ICI is typically used as a scripting-like language in the fashion of
12 Perl, Python, Ruby, Lua, TCL and other such languages.  ICI can be
13 called from C and the language itself can be extended allowing
14 applications to provide domain specific functions, types and
15 operators for use in their ICI programs. Embedding within applications
16 allows application authors to make use of ICI's efficient object
17 system which provides many useful facilities.
18
19 ICI is in the public domain, there is no copyright on it.
20
21 WWW:    http://www.zeta.org.au/~atrn/ici/