changelog shortlog graph tags branches files raw help

Mercurial > org > docs / changeset: pub update

changeset 7: a6cf5a2a2f8d
parent 6: 713c22bdab6a
child 8: 4cb5e087f588
author: ellis <ellis@rwest.io>
date: Tue, 28 Nov 2023 21:45:46 -0500
files: tech.org
description: pub update
     1.1--- a/tech.org	Mon Nov 27 18:24:49 2023 -0500
     1.2+++ b/tech.org	Tue Nov 28 21:45:46 2023 -0500
     1.3@@ -3,25 +3,22 @@
     1.4 ellis@rwest.io,
     1.5 The Compiler Company Core Technologies)}}}
     1.6 
     1.7-OS:
     1.8-- GNU/Linux
     1.9-  - *Arch Linux*
    1.10-Core:
    1.11-- Lisp
    1.12-- Rust
    1.13-- Emacs
    1.14+* OS
    1.15+We primarily support [[https://unix.org][Unix-based]] Operating Systems. Check
    1.16+project-specific docs for officially supported targets.
    1.17 
    1.18-Shared Libs:
    1.19-- rocksdb
    1.20-- alpm
    1.21-- btrfs
    1.22-- tree-sitter
    1.23-- uring
    1.24-- blake3
    1.25-- xcb
    1.26-
    1.27-Extra:
    1.28-- K
    1.29-- BQN
    1.30-- Python
    1.31-- 2BWM
    1.32+Development and CI is ran on [[https://archlinux.org/][Arch Linux]] (btw).
    1.33+* Core
    1.34+** [[https://lisp-lang.org/][Lisp]]
    1.35+** [[https://www.rust-lang.org/][Rust]]
    1.36+** [[https://www.gnu.org/software/emacs/][Emacs]]
    1.37+* Libs
    1.38+** [[https://rocksdb.org/][rocksdb]]
    1.39+** [[https://archlinux.org/pacman/][pacman]]
    1.40+** [[https://docs.kernel.org/filesystems/btrfs.html][btrfs]]
    1.41+** [[https://tree-sitter.github.io/tree-sitter/][tree-sitter]]
    1.42+** [[https://kernel.dk/io_uring.pdf][uring]]
    1.43+** [[https://github.com/BLAKE3-team/BLAKE3-specs/blob/master/blake3.pdf][blake3]]
    1.44+* Extras
    1.45+** [[https://ngn.codeberg.page/k][k]]
    1.46+** [[https://mlochbaum.github.io/BQN/][BQN]]