[go: up one dir, main page]

12 Jul 25

An extensive guide on how to get into competitive Pokemon.

by eli 7 months ago

21 Nov 22

Little languages; what they are, why they matter and how they will shape the future of programming.

by eli 3 years ago

20 Nov 22

My epiphany was that Forth isn’t a programming language. I mean, it does have a programming language in it, but it’s not a very good programming language, just the tiniest step past assembly language that can give you structured control flow and nested expressions. What’s excellent about Forth is that it contains an interactive programming system with virtual memory, multithreading, compile-time metaprogramming, higher-order run-time programming, and instant recompilation, in about 8 kilobytes of memory. You can even get a substantial fraction of it in much less than that.

by eli 3 years ago