Covers programming language design, gamedev, voxels, ray tracing.
I’m surprised by how simple Lobster is, but reading through the docs has made me very unhappy with Python… I want that flow-based type checking!
You must log in or # to comment.
I’ve been using Crystal recently, and I have fallen in love with flow-based typing. It gives me the feeling of freedom dynamic types have while still being fully checked. I just wish it had intersection types.