cbazero

@cbazero@programming.dev
0 Post – 4 Comments
Joined 1 years ago

Dynamic typing, special and unique syntax for every language feature, interpreter intrinsics

7 more...

Zig is a modern C. Rust is a (modern) alternative to C++. So two different languages can exist alongside each other, just like C and C++.

lIIl, IIIl, lIlI and IllI

2 more...

I guess you ask for C++. There Type* can be null while Type& can't be null. When it gets compiled Type& is compiled (mostly) to the same machinecode as Type*.