Changes between Initial Version and Version 7 of Ticket #28231


Ignore:
Timestamp:
Feb 22, 2011, 9:35:41 PM (13 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #28231

    • Property Cc kianwilcox@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to fixed
    • Property Keywords Qi QiII removed
  • Ticket #28231 – Description

    initial v7  
    1 Qi is a functional programming language developed by Dr Mark Tarver and introduced in April 2005. A new version was reimplemented and issued as Qi II in November 2008. The first version was free software, licensed under GPL. But, as GPL was perceived as unfriendly to commercial use,[1] Qi II is available via two proprietary licenses: one for personal and educational use, and another for producing closed source software.
     1Qi is a functional programming language developed by Dr Mark Tarver and introduced in April 2005. A new version was reimplemented and issued as Qi II in November 2008. The first version was free software, licensed under GPL. But, as GPL was perceived as unfriendly to commercial use, Qi II is available via two proprietary licenses: one for personal and educational use, and another for producing closed source software.
    22
    33Qi is written in Lisp. It includes most of the features common to modern functional programming languages such as pattern-matching, currying, partial applications, guards and (optional) static type checking.