garlic0x1
banner
garlic0x1.bsky.social
garlic0x1
@garlic0x1.bsky.social
I was a toy truck kid
July 26, 2024 at 11:47 PM
If you study Latin you can automatically read a decent amount of those languages
May 16, 2024 at 5:23 AM
Amazing
May 16, 2024 at 5:22 AM
I am thinking now that unwind-protect is probably better for this in most cases, unless you can be absolutely sure nothing will go wrong in the first expression.
March 9, 2024 at 3:55 PM
Can you recommend any resources for learning this? I am not finding it very intuitive based on the examples in cl-gtk4 repo.
March 4, 2024 at 4:26 AM
Yeah, I tried doing memoization in Elixir for a math challenge, and it was like 15x slower than Lisp since you have to pass a message to the cache actor instead of just using a mutable memo table.
March 3, 2024 at 12:54 AM
Plus I am dubious of pure FP. There are enough cases where banning mutation makes things slow.
March 2, 2024 at 10:54 PM
Elixir has many small things like this that make it less appealing than CL. I want to make myself like it, but I can't force myself to switch from CL if I don't absolutely need that concurrency.
March 2, 2024 at 10:53 PM