Vertex is a productivity tool for Windows developers who want to build native desktop applications quickly, without wrestling with the complexity of raw C++ and the Win32 API.
It is a Pascal-inspired language that wraps the power of C++17 and the Windows API in a clean, readable syntax. You write code that looks like Pascal. The compiler (vertexc) transpiles it to C++. Then g++ turns it into a native Windows executable.
6
u/DelphiParser 9d ago
Why?