A short overview on how to setup a development environment for and make some first steps with the Ada programming language.
Tag: rust
Rust Hello World Web Service
I always wanted to learn about writing web services in Rust. I know a bit about Java servlets and the Spring framework for Java. But how to start in Rust? As Rust is strong in systems programming, it has good support for networking and […]
Iterators in Rust
I found an interesting article about iterators in Rust (in German). It has been a while since I found some time to try some Rust and I decided to try some of the examples in the article. The following code block show a very […]
Articles about Rust
I found these articles about Rust just recently. How I Start: Rust Rust has a reputation of being difficult because it makes no effort to hide what is going on. I’d like to show you how I start with Rust projects. https://christine.website/blog/how-i-start-rust-2020-03-15 Copyright 2020 […]
Rust is the future
At least according to this article. “Rust is the future of systems programming, C is the new Assembly”: Intel principal engineer, Josh Triplett At Open Source Technology Summit (OSTS) 2019, Josh Triplett, a Principal Engineer at Intel gave an insight into what Intel is […]
Monads mystery solved
Finally an article to solve the monad mystery! Monads as a Programming Pattern This article is written from a programmer’s perspective, where a monad is a software engineering pattern. Like other patterns, you may have already used it without knowing it was the monad […]
Rust 1.37
Programmiersprache Rust 1.37 bringt Feinschliff für die Syntax und den Paketmanager Die Programmiersprache erweitert das Verwenden von Typvarianten und ermöglicht das Festlegen eines Standard-Binary für Cargo-Projekte. https://heise.de/-4498996 Copyright © 2019 Heise Medien Gott sei dank ist das Update sehr einfach.
Nannou and Rust
This week, I stumbled over Nannou, “An open-source creative-coding framework for Rust”. As I had a look at Processing before, I wonder how these two environments for creative coding compare. And as Nannou is written in Rust, I need to have a look at […]