Skip to content

Repository where I experiment and build various systems for learning purposes (mostly low-level)

License

Notifications You must be signed in to change notification settings

martinothamar/building-x-in-y

Repository files navigation

Building X in Y

This is a repository where I experment with languages and programming across a variety of topics for learning purposes

  • Datastructures and algorithms
  • Systems/lowlevel programming
  • Distributed systems
  • Databases
  • Anything high performance

Currently interesting in learning more about the following languages

  • Rust
  • Zig
  • C#
  • Go

The code is organized such that the top level folders are topics, and first level subfolders are per programming language. Example (git ls-tree -r --name-only HEAD | tree --fromfile):

├── dsa
│   ├── c
│   │   ├── seqlock-queue
│   │   │   ├── Makefile
│   │   │   └── ...
│   │   └── spsc
│   │       ├── Makefile
│   │       └── ...
│   ├── rust
│   │   ├── Cargo.toml
│   │   ├── Makefile
│   │   ├── ...
│   └── zig
│       ├── Makefile
│       ├── build.zig
│       ├── ...

Topics

Notes

Some notes here

About

Repository where I experiment and build various systems for learning purposes (mostly low-level)

Topics

Resources

License

Stars

Watchers

Forks