From 35e634104386a3e89c9d755fe4ac877272e93ccf Mon Sep 17 00:00:00 2001 From: "James E. Housley" Date: Wed, 14 Feb 2001 13:11:57 +0000 Subject: Update to version 3.0.0 PR: 23882 Submitted by: Andy Newman MAINTAINER --- lang/ici/pkg-descr | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'lang/ici/pkg-descr') diff --git a/lang/ici/pkg-descr b/lang/ici/pkg-descr index 4d609ed7b9c6..c24ff7ec7a91 100644 --- a/lang/ici/pkg-descr +++ b/lang/ici/pkg-descr @@ -1,13 +1,14 @@ -ICI is a C-like, high level language originally developed by Tim -Long and placed into the public domain. ICI marries C's expression -syntax, control structures and overall feel, with a dynamic, garbage -collected, object-based, data model. +ICI is a C-like, high level language originally developed by Tim Long +and placed into the public domain. ICI marries C's expression syntax, +control structures and overall feel, with a dynamic, garbage +collected, object-based, data model. Version introduces a cleaner +class system for OO programming and refines the language. -ICI is typically used as a scripting-like language in the fashion -of Perl, Python, TCL and other such languages. ICI can be called -from C and the language itself can be extended allowing applications -to provide domain specific functions, types and operators for use -in their ICI programs. Embedding in an application also allows the +ICI is typically used as a scripting-like language in the fashion of +Perl, Python, TCL and other such languages. ICI can be called from C +and the language itself can be extended allowing applications to +provide domain specific functions, types and operators for use in +their ICI programs. Embedding in an application also allows the application to make use of ICI's efficient object system which provides many useful facilities. -- cgit v1.2.3