← Back to context

Comment by funkaster

1 month ago

* A kart data analysis & video synchronizer, that helps you actually understand the ton of data that data loggers like Mychron and UniGo generate https://kartinsightspro.app - written in CHICKEN scheme with tons of FFI bindings

* Schematra https://schematra.com/ - a web "framework" written in CHICKEN scheme

* Lots of (unpublished, but will try to do so soon) eggs that spawned from building schematra & KartInsightsPro

  * llm.scm (inspired by ruby's llm gem)

  * imgui.scm

  * aws.scm (support for core AWS services like SSM, S3, other APIs)

  * umami.scm

You get the idea. I started playing with CHICKEN to scratch the itch of building something in Scheme and I couldn't stop. Using ast-grep as a skill in claude code makes it a lot easier to edit code as well.

Edit: format