Recently

• 2 min read

Reading

I’ve been reading a sci-fi novel by Samuel Delany called “Babel-17”. I’d never heard of the book or the author, but looks like it was nominated for a Hugo. It gives me a “Rendezvous with Rama” vibe, which I also read recently, but that might just be because I know they are from roughly the same era.

I also finished reading “The Hot Hand” by Ben Cohen, about the “hot hand” phenomenon in basketball but also about the human tendency to perceive streaks where they may or may not actually exist. I’d recommend the book– for a non-fiction book, I’d say the stories in the book are masterfully told.

Listening

I enjoyed these two podcast episodes:

Projects

Last time, I mentioned a ChocoPy-to-WebAssembly compiler. I’ve continued slowly hacking on the project. Most recently, I implemented parsing types so that programs now look like type-annotated Python. It still doesn’t do any actual typechecking yet, so that is probably what I’ll work on next.

There’s still some way to go– another big feature that’s completely unimplemented is classes.

Also, like I mentioned last time, there’s also a web interface where you can run ChocoPy programs. I should probably just put this up somewhere so that I’m motivated to get the compiler to some form of completion.

Be the first to cheers
Now look what you've done 🌋
Stop clicking and run for your life! 😱
Uh oh, I don't think the system can't handle it! 🔥
Stop it, you're too kind 😄
Thanks for the love! ❤️
Thanks, glad you enjoyed it! Care to share?
Hacker News Reddit

×

Recommended Posts ✍🏻

See All »
• 8 min read
Implementing a Key-value Store, Part 1
Read Post »
• 14 min read
Implementing a Key-value Store, Part 2
Read Post »
• 3 min read
A first look at provisioning with Puppet(on a V...
Read Post »