cbazero

joined 1 year ago
[–] cbazero@programming.dev 22 points 2 months ago (8 children)

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

[–] cbazero@programming.dev 17 points 6 months ago (3 children)

lIIl, IIIl, lIlI and IllI

[–] cbazero@programming.dev 8 points 7 months ago

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*.