@cypnk yeah bloatware sucks, I wish I could find books on how to program without heavy ram or at least free ram. #lisp#scheme#nim are looking really good now.
@Nixfreak@bamfic Can't speak to that directly, but I was considering it for ease of development. I'm using an ESP32 microcontroller for a DIY word processor project and I thought it would be interesting as a supported platform for it
@Nixfreak@cypnk@bamfic even in scheme/racket pattern matching is usually better than calling car and cdr directly. declarative code reads a lot more nicely.