feisty2
7th May 2020, 18:52
https://gcc.gnu.org/gcc-10/changes.html
I'm sure the mingw64 build will be available soon, you can now handily play with vsfilterscript (https://forum.doom9.org/showthread.php?t=181027) and explore the scripting side of modern c++ under Microsoft windows.
C++20 is highly expressive as a statically typed language, you can do many things that are normally only possible with dynamically typed languages, take python's hasattr for example (https://godbolt.org/z/QoYTLM)
we should start writing C++ programs as if it is a dynamically typed language, this is far more expressive than c with class or java style oop. there's also a terminology for this practice called "soft typing" or whatever, iirc.
I'm sure the mingw64 build will be available soon, you can now handily play with vsfilterscript (https://forum.doom9.org/showthread.php?t=181027) and explore the scripting side of modern c++ under Microsoft windows.
C++20 is highly expressive as a statically typed language, you can do many things that are normally only possible with dynamically typed languages, take python's hasattr for example (https://godbolt.org/z/QoYTLM)
we should start writing C++ programs as if it is a dynamically typed language, this is far more expressive than c with class or java style oop. there's also a terminology for this practice called "soft typing" or whatever, iirc.