# jakt

Published articles for jakt.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Memory safety for SerenityOS

DevFeed: [Memory safety for SerenityOS](<https://devfeed.tech/articles/memory-safety-for-serenityos-38360.md>)

Original publisher: [Read original article](<https://awesomekling.github.io/Memory-safety-for-SerenityOS/>)

Author: Andreas Kling

Published: 2022-05-19T00:00:00Z

Content type: article

Language: en

Sources: [Andreas Kling](<https://devfeed.tech/sources/andreas-kling.md>)

Topics: [Memory Safety](<https://devfeed.tech/topics/memory-safety.md>), [C++](<https://devfeed.tech/topics/c-plus-plus.md>), [Programming language](<https://devfeed.tech/topics/programming-language.md>), [systems](<https://devfeed.tech/topics/systems.md>)

Tags: [c-plus-plus](<https://devfeed.tech/tags/c-plus-plus.md>), [cpp](<https://devfeed.tech/tags/cpp.md>), [jakt](<https://devfeed.tech/tags/jakt.md>), [memory-safety](<https://devfeed.tech/tags/memory-safety.md>), [programming-language](<https://devfeed.tech/tags/programming-language.md>), [serenityos](<https://devfeed.tech/tags/serenityos.md>), [systems](<https://devfeed.tech/tags/systems.md>), [technical](<https://devfeed.tech/tags/technical.md>)

### AI overview

The post explains SerenityOS's plan to improve memory safety. It describes why the project is moving away from C++, the author's exploration of memory-safe systems languages, and the possibility of designing a new programming language.

### Source excerpt

This post describes how we're going to achieve memory safety in SerenityOS.