(erstmal weiter online) |
(obsolet) |
||
Line 3: | Line 3: | ||
|Description=meeting for people interested in Go and/or Rust | |Description=meeting for people interested in Go and/or Rust | ||
|Type=Meet-Up | |Type=Meet-Up | ||
|Host=gabriel, hanemile, ytvwld | |Host=gabriel, hanemile, ytvwld | ||
}} | }} | ||
{{Project | {{Project | ||
Line 13: | Line 9: | ||
|description=Treffen | |description=Treffen | ||
|project category=Meet-Up | |project category=Meet-Up | ||
|status= | |status=obsolete | ||
}} | }} | ||
Revision as of 20:36, 19 October 2022
CarGOcult | |
---|---|
meeting for people interested in Go and/or Rust | |
Art | Meet-Up |
Host | gabriel, hanemile, ytvwld |
CarGOcult obsolete | |
---|---|
Treffen |
Wir probieren mal was Neues - ein regelmäßiges Treffen für Interessierte an Go und / oder Rust.
Regelmäßig bedeutet hier: Monatlich.
Mehr Details werden wohl auch irgendwann™ folgen.
Quick-Start
Go
Sprache:
von der Go-Homepage oder aus den Paketquellen deiner Distro - das Paket sollte golang heißen (z.B. Ubuntu bzw. Debian).
IDEs:
Rust
Sprache:
von der Rust-Homepage oder aus den Paketquellen deiner Distro - das Paket sollte cargo heißen (z.B. Ubuntu bzw. Debian).
IDEs:
Sonstiges
Vorgestellte Libraries
Go
- pb: Fortschrittsbalken
- log15: buntes Logging mit mehr Details
- gg: "Go Graphics" - einfaches 2D-Rendering
- [1]: SVG-Generierung
Rust
- Luther: ein Lexer-Generator
- nphysics: 2D- und 3D-Physiksimulation
- error-chain
- human-panic Fehlerbehandlung für CLI-Anwendungen
- hyper: eine Library für HTTP-Server und -Clients
Vorgestellte Projekte
Go
- GalaxySimulator: Emiles Galaxien-Simulation
- Hexago
Rust
- verify C-Bindings für minisign-verify
Sehenswerte Talks
- An Introduction to Rust by Sunjay Varma (Slides)
- An introduction to structs, traits, and zero-cost abstractions by Tim McLean
Bücher / Anleitungen / Übersichten
Go
- A Tour of Go: interaktive Tutorials zu vielen Go-Features
- Go Search: Suche für Go-Pakete
Rust
- The Rust Book
- Rust By Example
- crates.io: Rust-Crates
- Are We Game Yet?: eine Übersicht von Gaming-Libraries
- Command line apps in Rust
- Rust Cookbook