For the Linc docs, click here

Linc (pronounced /lɪŋk/, short for 'Linc Is Not C') is a general-purpose programming language inspired by C. It offers a dynamic experience to writing code, as well as serving as a more consistent and uniform tool, while avoiding the accumulated technical debt of languages such as C and C++. Though a work-in-progress, the featureful lincenv REPL, as well as the Linc VSCode extension make writing Linc code feel easy.

Linc was designed to be:

Linc has been written in C++23 using CMake, and is entirely self-contained, relying solely on the C and C++ standard libraries. This helps streamline but also simplify the development process. However, one important goal of Linc for the future is to reimplement it in itself, which is called self-hosting.

Linc guide coming soon...