this post was submitted on 03 Jul 2024
109 points (77.1% liked)

Privacy

31182 readers
497 users here now

A place to discuss privacy and freedom in the digital world.

Privacy has become a very important issue in modern society, with companies and governments constantly abusing their power, more and more people are waking up to the importance of digital privacy.

In this community everyone is welcome to post links and discuss topics related to privacy.

Some Rules

Related communities

Chat rooms

much thanks to @gary_host_laptop for the logo design :)

founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] rwhitisissle@lemmy.ml 1 points 2 months ago (3 children)

Languages: C++

Yeah, hard pass on looking at that code base.

[–] JustMarkov@lemmy.ml 9 points 2 months ago* (last edited 2 months ago) (2 children)

From their website:

Why build a new browser in C++ when safer and more modern languages are available?

Ladybird started as a component of the SerenityOS hobby project, which only allows C++. The choice of language was not so much a technical decision, but more one of personal convenience. Andreas was most comfortable with C++ when creating SerenityOS, and now we have almost half a million lines of modern C++ to maintain.
However, now that Ladybird has forked and become its own independent project, all constraints previously imposed by SerenityOS are no longer in effect. We are actively evaluating a number of alternatives and will be adding a mature successor language to the project in the near future. This process is already quite far along, and prototypes exist in multiple languages.

[–] rwhitisissle@lemmy.ml 0 points 2 months ago (1 children)

I'm not criticizing the choice of C++. I just don't want to look at the code because I don't personally like the language.

[–] refalo@programming.dev 2 points 2 months ago

Same for me with Rust. I don't like to look at it and it's a lot harder for me to understand (and hence contribute to or modify), so I avoid it.