Introduction

Type-C is a work in progress programming language, with the following goals in mind:

  1. Speed: Type-C's runtime aims to be fast and efficient
  2. Safety: Type-C aims to be safe
  3. Expressive: Type-C aims to be expressive and productive

Type-C is a modern take of C programming language but for general purpose programming. It is inspired by languages such as Javascript, Typescript, C.

While Type-C shared few similarities with C, but it is not a superset of C. It is a new language with its own syntax and semantics. Some C concepts still applied, such as arguments and upvalues being passed by values and not reference.


Kudos! Keep reading!