DEC 11
Project complete! I added a bit of a cli interface to my cataloguing utility written in lil for today's installment of the #DecemeberAdventure.
I could for certain take it farther, and might down the road, but going to call this very tiny project wrapped and move on to something new -- not 100% certain where I'll go next, but I've started collecting some ideas.
While I haven't done much, and this project was admittedly very very very very tiny, it feels weird (in a good way) to be so productive in such a teeny tiny language.
lil is wild to me because it has the expressivity of a #scheme while being nearly as terse as a #forth system.
At first I thought it was gonna be like #... show moreDEC 11
Project complete! I added a bit of a cli interface to my cataloguing utility written in lil for today's installment of the #
DecemeberAdventure.
I could for certain take it farther, and might down the road, but going to call this very tiny project wrapped and move on to something new -- not 100% certain where I'll go next, but I've started collecting some ideas.
While I haven't done much, and this project was admittedly very very very very tiny, it feels weird (in a good way) to be so productive in such a teeny tiny language.
lil is wild to me because it has the expressivity of a #
scheme while being nearly as terse as a #
forth system.
At first I thought it was gonna be like #
lua (which is a language I'm a pretty big fan of), but, while being waaaaaaay smaller than lua, I feel way more capable of getting things done in lil.
It is also fun to move within a language without strict idioms -- lil supports imperative, functional, and array programming paradigms so it is fun to implement a solution, and then refactor to another paradigm as necessary.
https://git.tilde.institute/elioat/december-2022/about/