Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add section that lists the safety features of Zig #18

Merged
merged 1 commit into from
Aug 1, 2024
Merged

Conversation

pedropark99
Copy link
Owner

Related to #7 .

Zig is a "not memory safe" type of language by default. But it is a language that offers a lot of tools to be memory safe.
This PR adds a section that lists the features that Zig offers to achieve safety in our software. In other words, this section
describes how Zig faces the "safety problem" in modern software.

@pedropark99 pedropark99 self-assigned this Aug 1, 2024
@pedropark99 pedropark99 linked an issue Aug 1, 2024 that may be closed by this pull request
@pedropark99 pedropark99 merged commit a1c64c0 into main Aug 1, 2024
@pedropark99 pedropark99 deleted the safety branch August 1, 2024 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List memory safety features of Zig
1 participant