Fusion (programming language)
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) (Created page with "{{FormatInfo |formattype=Languages |subcat=Programming Languages |extensions={{ext|ci}} }} '''Ć''' (pronounced the same way "ci" is pronounced in Polish, if that helps any) i...") |
Dan Tobias (Talk | contribs) m |
||
Line 4: | Line 4: | ||
|extensions={{ext|ci}} | |extensions={{ext|ci}} | ||
}} | }} | ||
− | '''Ć''' (pronounced the same way "ci" is pronounced in Polish, if that helps any) is a stripped-down programming language based on [[C]] and [[C | + | '''Ć''' (pronounced the same way "ci" is pronounced in Polish, if that helps any) is a stripped-down programming language based on [[C]] and [[C Sharp|C#]], designed for creating portable programming libraries which can be transformed in an automated manner into various other programming languages. Since it is intended for low-level libraries, it intentionally lacks any standard I/O or GUI libraries. |
== Links == | == Links == | ||
* [http://cito.sourceforge.net/ci.html The Ć Programming Language] | * [http://cito.sourceforge.net/ci.html The Ć Programming Language] | ||
* [http://cito.sourceforge.net/ cito] | * [http://cito.sourceforge.net/ cito] |
Revision as of 04:11, 25 April 2014
Ć (pronounced the same way "ci" is pronounced in Polish, if that helps any) is a stripped-down programming language based on C and C#, designed for creating portable programming libraries which can be transformed in an automated manner into various other programming languages. Since it is intended for low-level libraries, it intentionally lacks any standard I/O or GUI libraries.