EWG got an heir https://github.com/eiffel-wrap-c/WrapC. LibertyEiffel has wrappers-generator which is built upon castxml.
Continue ReadingEiffel
The V Programming Language
I’ve just read “Is Zig the long awaited C replacement” and it cites: The V Programming Language seems to be…
Continue ReadingThe S.O.L.I.D Principles in Pictures
If you are familiar with Object-Oriented Programming, then you’ve probably heard about the SOLID principles. Ugonna Thelma explains The S.O.L.I.D…
Continue ReadingWhat Is Faster In C#: A Struct Or A Class? – C# Architects – Medium
What do you think is faster: filling an array with one million structs, or filling an array with one million…
Continue ReadingEiffel’s conditional expressions
The ternary conditional operator is a short-hand method for writing an if/else statement. Does Python Have a Ternary Conditional Operator?…
Continue ReadingNo Title
Single header C++ WASM binary writer (with linking/reloc support): https://t.co/Jq44aiwNRt as part of the Lobster WASM backend: https://t.co/zsC6UJRiYQ — Wouter…
Continue ReadingMaintainable Code and the Open-Closed Principle – Severin Perez – Medium
A Look at the Open-Closed Principle in JavaScript Maintainable Code and the Open-Closed Principle – Severin Perez – Medium Oh,…
Continue Reading(ECMA) Eiffel Syntax Guide
(ECMA) Eiffel Syntax Guide
Continue ReadingConditional JavaScript for Experts – Hacker Noon
Mastery of conditional expressions for cleaner codes They say in Conditional JavaScript for Experts – Hacker Noon. What they are…
Continue ReadingTop 10 JavaScript errors from 1000+ projects (and how to avoid them)
From Top 10 JavaScript errors from 1000+ projects (and how to avoid them) Most of them are caught at compile…
Continue Reading