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!

  • Capital
    link
    English
    21 year ago

    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.