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.

The purpose for Type-C is to be a general purpose programming language, for building servers, CLIs, video games, etc.

Type-C opted for an intreptered model, heavily inspired by LuaJIT.

Type-C attempts to extract the elegant parts of TypeScript, outside of the JavaScript ecosystem, and into a new language, that does not have the same design as JavaScript. Changing the design results in more flexibility or constraint on the language, and Type-C is playing with those ideas.

To put it simply, Type-C attempts to maximize performance and safety, while providing a productive and expressive programming experience. The language's features are defined by these goals. This will become clear as we learn more about the language and more importantly its limitations.


Kudos! Keep reading!