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!
https://www.youtube.com/watch?v=TOnhqoUxLy0
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!
1 Comments
CapitalEx@pawb.social · 2 pts · 3y
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.