this post was submitted on 21 Jan 2024
780 points (93.3% liked)

Programmer Humor

32380 readers
1442 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] PanArab@lemmy.ml 4 points 9 months ago

C is okay with good tooling. I wish it was possible to mix C and Rust code in the same project. I could be wrong but last I looked C code will have to sit outside in a library or something and called externally from Rust.