# software ## mine Projects I worked on that are more or less finished * [http web server](https://git.lgatlin.dev/logan/website) * [html templating language](https://git.lgatlin.dev/logan/html-templater) * [kinematic image processing](fishbowl.html) * [stack based assembly language](https://git.lgatlin.dev/logan/forte) * [n dimensional cartesian product](https://git.lgatlin.dev/logan/nrange) * [stock trading algorithm](https://git.lgatlin.dev/logan/stocks) ## influences This list is for software projects that change my perspective on something. Everything here has influenced my own work in some significant way. * [forth](https://forth-standard.org/) - _Stack based programming language_ * [cheri](https://www.cl.cam.ac.uk/research/security/ctsrd/cheri/) - _Security focused ISA_ * [jai](https://jai.community/) - _Programming language for games_ * [htmx](https://htmx.org/) - _Hypermedia focused JavaScript framework_ * [rust](https://www.rust-lang.org/) - _Memory safe programming language_ * [apache](https://apache.org/) - _HTTP server_ ## favorites This list is for my personal favorite software projects. * [unicode](https://home.unicode.org/about-unicode/) - _Character encoding format_ * [maud](https://maud.lambda.xyz/) - _HTML templating macro for Rust_ * [lua](https://www.lua.org/) - _Scripting language_ * [web assembly](https://webassembly.org/) - _Portable instruction target_ * [cascadia code](https://github.com/microsoft/cascadia-code) - _Monospaced terminal font_