Skip Navigation
Furry Programmers @pawb.social Newtra @pawb.social

Scripting Language? Engine Language? Why Not Both? [56:39 video]

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
1 comments
  • 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.