Post #3921093
2026-05-19 16:36 UTC
@SRAZKVT@tech.lgbt this is about as far as i got when experimenting to see if such a thing as dict-passing would be plausible https://gist.github.com/AlexCeleste/a2f5dc3ddae9144ac99a59824446a2e7
i guess it's an exercise in seeing which sharp corners would need to be sanded off the core language
"...several"
@eniko@mastodon.gamedev.place
Replies (1)
-
@SRAZKVT@tech.lgbt 2026-05-19 16:37
@erisceleste@tech.lgbt @eniko@mastodon.gamedev.place abusing the preprocessor is imo something that should never be done as it makes the code significantly more difficult to read, as a reader needs to think about what the macro will do, and such macros are usually written in a way that is completely unreadable