Wisp Compiler
Wisp is a translation-based compiler designed to make C++ easier to write, read, and understand.
Inspired by how TypeScript builds on top of JavaScript, Wisp builds on top of C++. Instead of replacing C++, Wisp enhances it. It …
Wisp Compiler
Wisp is a translation-based compiler designed to make C++ easier to write, read, and understand.
Inspired by how TypeScript builds on top of JavaScript, Wisp builds on top of C++. Instead of replacing C++, Wisp enhances it. It introduces a cleaner, more structured, and more approachable language that compiles into standard C++ code.
However, Wisp is not just “C++ with prettier syntax.” It has its own syntax, structure, and design philosophy. Wisp source code is written in .wisp files and is then automatically translated into organized .hpp and .cpp files, which are compiled using a standard C++ compiler such as g++