would probably be useful to replace my pinned with a notice that i'm more active on fedi, not wasteof.money. you can follow me at @tauon@possum.city
if you want more lily content (codeblock so i don't accidentally ping anyone)
i now have my own javascript library and rust crate. i wonder what other programming languages i will make libraries for
EDIT: as in literally “my own”, they’re convenience libraries that contain stuff i commonly rewrite. think jQuery, but good.
also, alphaver lore for anyone who hasn't seen it, among us is already in the game so i can't make a joke about it
if it's anything like eye cells, you'll grow more on e
lily if she was a programming language syntax:
proc main(argc: int32, argv: ref [char]) -> int32:
decl name: ref [char] = "lily"
fprintln("hi, %s", name)
ret 0
end