|
|
|
|
|
by MBCook
646 days ago
|
|
I’d suggest looking at Swift. Non-Apple development keeps getting better. It’s a very easy to read language with lots of safety, strong types,good standard library, await, and tons of users (thanks to Apple). Integrates easily with C/C++/Obj-C/Obj-C++, or anything else that can do C interop. Just gained neat macros and tests. It’s probably my current “if I could pick anything” language. On top of all the rest, it looks more like JS/Python than the pile of symbols C++ or Rust or even Obj-C can turn into. |
|