Epic Programming Language

Epic is a language written in TypeScript and designed to be easy to understand for anyone who wants to create their own language from scratch.

curl -fsSL https://epiclang.org/install.sh | sh

Install latest version of Epic

GitHub Repo
Loading...

Editors supported by Epic

Checkout extensions below

VS Code

VS Code

Coming Soon
Neovim

Neovim

About Epic

Epic is currently under active development, aiming to become the most transparent programming language in the world.

My approach is to documents every step of the execution process, providing insight into how your code runs. This makes Epic an ideal tool for:

  • Learning programming concepts
  • Debugging complex algorithms
  • Understanding language design and implementation

Below is an example of Epic's detailed execution breakdown:

Epic code execution example