Month August 2023

Feature request: Tests

By Pavel_Vozenilek My ideal is SQLite, where each production line is accompanied by thousand lines in tests. This is not always perfect idea for everyone everytime, but it fits me. [1] A test is test, not a function, doesn’t need…

Tutorial #4. SDL Demo

Step 1. Create a separate module for the graphical scene. Let’s name this module gui. Step 2. Create a main application module. Step3. Entry point This line of code must always be the last line of the source file. What…

How Argentum programming language handles object hierarchies

Practical example, comparison with popular languages, operation semantics, multithreading features, internal structure Original link: reddit To avoid excessive theorizing, let’s examine the reference model of the language using a practical example of a desktop application’s data model. We’ll design a…

Argentum programming language

Original link: reddit 1/2 years ago I started creating a new programming language. Windows demo:  page:  Language Features: Argentum is an experimental language. Much remains to be done: numerous code generation optimizations, bug fixes, test coverage, stack unwinding, improved debugger…