diff --git a/content/pages/projects/note.md b/content/pages/projects/note.md index 9bcfd9b..84cb204 100644 --- a/content/pages/projects/note.md +++ b/content/pages/projects/note.md @@ -4,6 +4,8 @@ Open-source tools and projects: [git.sr.ht/~knazarov](https://git.sr.ht/~knazaro Highlights: +* [My own programming language with a VM and garbage collector](https://git.sr.ht/~knazarov/lisp.experimental) (work in progress) +* [A swiss-army script for planning team's work on GitHub](https://git.sr.ht/~knazarov/git-plan) * [Homebrew tap for qemu with support for 3d accelerated guests](https://github.com/knazarov/homebrew-qemu-virgl) * [Plain-text note taking system](https://git.sr.ht/~knazarov/notes.sh) * [Markdown-to-html in awk](https://git.sr.ht/~knazarov/markdown.awk)