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

The C2 programming language

Formale Metadaten

Titel
The C2 programming language
Serientitel
Anzahl der Teile
90
Autor
Lizenz
CC-Namensnennung 2.0 Belgien:
Sie dürfen das Werk bzw. den Inhalt zu jedem legalen Zweck nutzen, verändern und in unveränderter oder veränderter Form vervielfältigen, verbreiten und öffentlich zugänglich machen, sofern Sie den Namen des Autors/Rechteinhabers in der von ihm festgelegten Weise nennen.
Identifikatoren
Herausgeber
Erscheinungsjahr
Sprache

Inhaltliche Metadaten

Fachgebiet
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.