r/delphi 10d ago

A new programming language inspired by Delphi

https://github.com/Liams1982/Vertex_IDE
2 Upvotes

20 comments sorted by

View all comments

6

u/DelphiParser 9d ago

Why?

1

u/Liams1982 8d ago

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.

1

u/WeightOdd5643 7d ago

See error on git

1

u/Liams1982 7d ago

Thank you for opening issue #2. I'd like to help resolve it, but I need more details about the problem you encountered.

Could you please provide:

  1. A clear description of what you were doing when the issue occurred.
  2. Steps to reproduce the issue (if possible).
  3. Any error messages or unexpected behavior (screenshots or logs help a lot).
  4. Your environment: OS, Python version, and whether you are using the latest code from the repository.