Hacker News new | ask | show | jobs
by newuser46547 1481 days ago
>mastery of that dark art allows metaprogramming that you could only dream of in other systems languages

Can you give an example for this?

1 comments

Unreal Engine vs Unity. Unreal Engine has a visual editor that allows the developers to accomplish most task without the need of entering the code editor thanks to a visual scripting language, it mirrors the C++ counterpart 100%. I believe it is not possible to do that in C# (Unity language).
Unity is in the process of achieving parity via Unity Visual Scripting.