We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

The C2 programming language

Formal Metadata

Title
The C2 programming language
Title of Series
Number of Parts
90
Author
License
CC Attribution 2.0 Belgium:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date2014
LanguageEnglish

Content Metadata

Subject Area
Genre
Abstract
A new C? C2 is a new programming language that attempts to maintain the spirit of C, while considerably raising development speed. C2 also adds some great features and tools to C developers. The C programming language has been around for a long time and C is one of the main 'open-source' languages that is used today. The C2 project attempts to build on the success of C, while keeping the spirit of C intact. C2 doesn't change the abstraction level (like C++/Java/etc), but it does change the way code is structured. This will greatly accelerate development cycles and at the same time increase run-time speed as well. One major change from C to C2 is the removal of the use of #include to access code in other files... This presentation at Fosdem 2013 will be the first ever to be given about C2.