About 640,000 results
Open links in new tab
  1. C2 Programming Language

    Do not underestimate the power of a 'simple' language. C2 is designed for creating kernels, bootloaders, webservers, compilers and other low-level/high-performance applications that you would currently use C (or C++) for. In the trend of 'eat your own dog food', I decided to re-write the C2 compiler (written in C++) in C2.

  2. yngtodd/c2: A collection of examples in C2. - GitHub

    C2 is a relatively young programming language based on C. Here is the developers' take on the language: Philosophy: "The C programming language has been around for a long time and is still used a lot nowadays. The core of the language is very …

  3. C2 Language Documentation

    C2 aims to be the programming language of choice for situations where C would currently be used. Low-level programs like bootloaders, kernels, drivers and system-level tooling are what C2 was designed for.

  4. c2lang/examples: a collection of code snippets and examples - GitHub

    a collection of code snippets and examples. Contribute to c2lang/examples development by creating an account on GitHub.

  5. C2 language Bas van den Berg Fosdem 2015, Brussels Bas van den Berg C2 language ... Bas van den Berg C2 language. Programming language evolution Bas van den Berg C2 language. Programming language evolution Bas van den Berg C2 language. C2 design goals C2 is an evolution of C ... example.c2 module example; func int foo() {Number n = getNumber ...

  6. c2compiler/ir_examples/types.c2 at master · c2lang/c2compiler

    the c2 programming language. Contribute to c2lang/c2compiler development by creating an account on GitHub.

  7. The C2 Programming Language - Sample Programs in Every Language

    May 25, 2021 · Welcome to the C2 page! Here, you'll find a description of the language as well as a list of sample programs in that language. Description. No 'Description' section available. Please consider contributing. Articles. There are 2 articles: Baklava in C2; Hello World in C2; sample-programs-website

  8. Evolution - C2 Language Documentation

    The C2 language design includes attributes. Out of the box, C2 supports standardized attributes. Compiler-specific ones are also still available. This simplifies the development of multi-platform code. tooling. C2C's functionality as a parser can also be used by other tools. One example of this is c2reto, C2's refactor tool. special features

  9. C2 Programming Language - refreshed C (packages, no headers,...) - Reddit

    By conflating declarations and definitions and providing out-of-order use you certainly ease the burden of the developer, however it requires the compiler to keep much more in memory; and therefore on certain platforms with extreme limitations... you …

  10. C2 - Programming language

    C2 is a programming language created in 2012 by Bas van den Berg.