# HG changeset patch # User ellis # Date 1701225946 18000 # Node ID a6cf5a2a2f8d3cd8f88ba9c8406ebe6df7b5d04d # Parent 713c22bdab6a9c2cfb0aff411c0e39e40779bddb pub update diff -r 713c22bdab6a -r a6cf5a2a2f8d tech.org --- a/tech.org Mon Nov 27 18:24:49 2023 -0500 +++ b/tech.org Tue Nov 28 21:45:46 2023 -0500 @@ -3,25 +3,22 @@ ellis@rwest.io, The Compiler Company Core Technologies)}}} -OS: -- GNU/Linux - - *Arch Linux* -Core: -- Lisp -- Rust -- Emacs +* OS +We primarily support [[https://unix.org][Unix-based]] Operating Systems. Check +project-specific docs for officially supported targets. -Shared Libs: -- rocksdb -- alpm -- btrfs -- tree-sitter -- uring -- blake3 -- xcb - -Extra: -- K -- BQN -- Python -- 2BWM +Development and CI is ran on [[https://archlinux.org/][Arch Linux]] (btw). +* Core +** [[https://lisp-lang.org/][Lisp]] +** [[https://www.rust-lang.org/][Rust]] +** [[https://www.gnu.org/software/emacs/][Emacs]] +* Libs +** [[https://rocksdb.org/][rocksdb]] +** [[https://archlinux.org/pacman/][pacman]] +** [[https://docs.kernel.org/filesystems/btrfs.html][btrfs]] +** [[https://tree-sitter.github.io/tree-sitter/][tree-sitter]] +** [[https://kernel.dk/io_uring.pdf][uring]] +** [[https://github.com/BLAKE3-team/BLAKE3-specs/blob/master/blake3.pdf][blake3]] +* Extras +** [[https://ngn.codeberg.page/k][k]] +** [[https://mlochbaum.github.io/BQN/][BQN]]