this post was submitted on 04 Aug 2024
50 points (96.3% liked)

Tech

675 readers
20 users here now

A community for high quality news and discussion around technological advancements and changes

Things that fit:

Things that don't fit

Community Wiki

founded 9 months ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] uservoid1 21 points 3 months ago (11 children)

How are they going to tackle heavy use of the C preprocessor?

What about pointer arithmetic without decorating everything with "unsafe"? As the whole point is making the code safer.

[–] pelya 4 points 3 months ago (1 children)

I guess it will translate the majority of the code which does not contain unsafe parts, and leave the pointer manipulation for manual rewrite.

load more comments (9 replies)