https://github.com/sahnedunya/d-plus-plus-standard-libray
D++ (D Plus Plus) is a version of Scene World that is based on D but has more features added.
https://github.com/sahnedunya/d-plus-plus-standard-libray
d d-plus-plus dpp programing-language
Last synced: 4 months ago
JSON representation
D++ (D Plus Plus) is a version of Scene World that is based on D but has more features added.
- Host: GitHub
- URL: https://github.com/sahnedunya/d-plus-plus-standard-libray
- Owner: SahneDunya
- License: mit
- Created: 2025-05-19T06:44:15.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-06-12T07:33:39.000Z (about 1 year ago)
- Last Synced: 2025-06-12T07:35:25.979Z (about 1 year ago)
- Topics: d, d-plus-plus, dpp, programing-language
- Homepage:
- Size: 91.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Standard D++ Libray
Standard D++ Library is a Standard Library written for the D++ programming language developed by Sahne Dünya. Which programming language is D++? D++ (D Plus Plus) is a programming language developed by Sahne Dünya that is based on D but has added more features. The main reason for its creation is to be fully compatible with the D programming language, so that it can benefit from the areas where the D programming language is used and developers can benefit from modern features. Although the D programming language is not very well known, it is actually a C/C++ alternative. The D programming language may be a language with a small community and is not very well known, but when D++ comes out, things can change, we don't know what will happen. However, we need your support.
# Basic Fetures
1. File extension: source file: .d++ (As you know, many of you are expecting the .dpp extension, but since this extension is used elsewhere, we chose the .d++ extension)
2. Underlying programming language: D
3. Memory management: ownership and borrowing
4. Mainly supported programming: Object-oriented (OOP)
5. Control structures: match (Pattern Matching)