Elektrine lite

← Feed

@markuslatvala@mastodon.gamedev.place

Post #2439220

2026-03-28 19:25 UTC

@scoopr@mastodon.social It's just integer math really, but the dynamic typing certainly doesn't help.

Replies (1)

  • @scoopr@mastodon.social 2026-03-28 20:02

    @markuslatvala@mastodon.gamedev.place I might forgotten the little Lua I knew, but I see to recall that there was a single number type, which is double, akin to JS, but perhaps there is a fast path for integers? But also that the bit-ops were somehow cumbersome, though perhaps I was just unfamiliar with them, coming from C family of languages.

    Open ##2439221