/dpt/ - Daily Programming Thread

if rust is a compiled language, why do people say its written in C? is it compiled to byte-code or something?

What languages do you guys use?

>efficient OOP

>why do people say its written in C?
It's not in any sense, and whoever said that is wrong and retarded.

im working with C++ and Lua right now

C++ Inheritance is just as good as composition models.

>pretty low overhead
OOP is inherently deoptimized on modern CPU architectures:
- State isolation creates cache misses, hinders vectorization and introduces data dependency that hinders optimization on modern superscalar architectures.
- Inheritance creates structs with bad padding, increasing cache space usage and therefore increasing cache misses
- Getters/setters used to maintain the isolation meme produce extra copy operations.

does this cute girl like C++ programmers!?

>why do people say its written in C
Nobody says that.

she likes whatever you want her to like, user, shes not real