edryd.org

some of my neat stuff
git clone git://edryd.org/edryd.org
Log | Files | Refs | LICENSE

commit 449cb9c451b5ac1ebfb5771874e214a7f287e0c1
parent 923fc64dc44775437a4ff4d447af8eed8891c517
Author: Ed van Bruggen <ed@edryd.org>
Date:   Sun, 20 Jul 2025 23:41:07 -0700

Rename tisp to eevo

Add eevo to about section

Diffstat:
Mdata/projects.yaml | 5+++--
Mlayouts/index.html | 1+
2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/data/projects.yaml b/data/projects.yaml @@ -1,6 +1,7 @@ code: - - name: 'tisp' - desc: 'Tiny lisp, simple and embeddable scheme-like language' + - name: 'eevo' + desc: 'Functional record language for data oriented scripting' + link: 'https://eevo.pub' - name: 'gst' desc: 'Painless CLI gist creator' - name: 'markman' diff --git a/layouts/index.html b/layouts/index.html @@ -23,6 +23,7 @@ simulating protein folding for <a href="https://2018.igem.org/Team:Washington">chemically induced dimerization of nanobodies</a>, allowing for the creation of single small molecule biosensors.</p> + <p>Creator of the <a href="https://eevo.pub">eevo</a> scripting language.</p> <p>Lead web developer for <a href="https://projectmhea.org">Mental Health for Every Adolescent</a>.</p> </p> </div>