|
You are here |
gavinhoward.com | ||
| | | | |
mfbmina.dev
|
|
| | | | | Computer and programming languages were born to make our lives easier, as they automatize day-to-day tasks. Programmers and software engineers usually have to build files that are almost the same as others, where the only change is one field or another. For example, there are configuration files, invoices, XMLs, HTMLs or any file which we can use to build other files. There is a simple solution for this problem: we can create a template and change the parts that I need manually! That works, but it is not the best way to deal with the problem because it is scalable. We can use technology to help. | |
| | | | |
boats.gitlab.io
|
|
| | | | | I'm really excited to share with you an experiment that I've been working on for the past 5 or 6 weeks. It's a Rust library called shifgrethor. shifgrethor implements a garbage collector in Rust with an API I believe to be properly memory safe. I'll be going through all of the technical details in future blog posts, so I want to kick this series off with a high level overview of the project's purpose and design decisions. | |
| | | | |
drewdevault.com
|
|
| | | | | [AI summary] A blog post announcing the development of a new systems programming language with features like manual memory management, C ABI compatibility, and a call for community contributions to its standard library. | |
| | | | |
benhoyt.com
|
|
| | | Mugo is a single-pass compiler for a tiny subset of the Go programming language -- just enough to compile itself. | ||