trying to learn Fennel feels like learning programming all over again. so much of how Lisps work runs completely contrary to everything that I learned about programming. I do think I’m enjoying the challenge but wow even trivial programs leave me mentally exhausted
I’m currently working on my own “standard library” for Fennel which is going to include things like (map)
and (filter)
that are (deliberately) not included in Fennel by itself