@[email protected] to Programmer [email protected]English • 2 months agoThe meaning of thislemmy.worldimagemessage-square71fedilinkarrow-up1481cross-posted to: [email protected]
arrow-up1481imageThe meaning of thislemmy.world@[email protected] to Programmer [email protected]English • 2 months agomessage-square71fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilink2•2 months agoIn general, ‘classes’ declarations were done with macro. I don’t remember the exact code — something akin to BEGIN_CLASS(A, Parent); CLASS_MEMBER(a...) END_CLASS(); The project had started before C++ existed, and the switch would be too costly. It’s not just OOP part, also reflection mechanism with bindings to the homemade scripting language, and multi-platform UI library. It was a gem of its time.
minus-square@[email protected]OPlinkfedilink1•2 months agoThat sounds like quite a challenge to maintain, to speak in euphemisms ;)
minus-square@[email protected]linkfedilink2•2 months agoRevolutionary technologies of the '80 make me appreciate modern programming languages and especially tooling much more.
In general, ‘classes’ declarations were done with macro. I don’t remember the exact code — something akin to
The project had started before C++ existed, and the switch would be too costly. It’s not just OOP part, also reflection mechanism with bindings to the homemade scripting language, and multi-platform UI library. It was a gem of its time.
That sounds like quite a challenge to maintain, to speak in euphemisms ;)
Revolutionary technologies of the '80 make me appreciate modern programming languages and especially tooling much more.