Such relate. Wow
@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 @cypnk Fennel is pretty nice.
@bamfic @cypnk fennel?

@Nixfreak @bamfic The programming language: https://fennel-lang.org/

It actually reminds me a bit of Scheme

the Fennel programming language

@cypnk @bamfic ok so I looked at it , basically from my opinion it’s Lua but using lisp syntax? So why not just lisp or scheme?
@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
@cypnk @bamfic ok so no cons,cdr,car? How do you do slices?
@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.
@technomancy @bamfic @cypnk very cool , looking at https://fennel-Lang.org and seeing differences between , guile,lisp.
the Fennel programming language