more about #hither and that time i wrote a heap :)
more about #hither and that time i wrote a heap :)
last week i added enough features to #hither, my little #forth-like language written in #zig, to be able to write a FizzBuzz.
realized that calling functions when the stack is *popped* was silly, so fixed that up and here's the complete FizzBuzz code :)
really happy with my "all functions are lambdas until you name them" choice, makes things like "while loops expect a lambda" really natural. #theWorkshop