Hacker News new | ask | show | jobs
by herewulf 1416 days ago
> Why not use Python, why, why not use? I don't know, haxe.

Neither Python nor Haxe (presumably) have built-in types for vectors, quaternions, and matrices. Quite nice convenience features. Though I'd rather write in a lot of other languages than GDscript.

1 comments

Python also doesn't have builtin types for linear algebra, hence NumPy.

So it isn't as if they couldn't add the support.