Why does luaj not support the LONG type! #111

Closed
opened 2023-02-24 00:55:11 +00:00 by ReanRelay · 0 comments
ReanRelay commented 2023-02-24 00:55:11 +00:00 (Migrated from github.com)

For example, I use Long type in most of kotlin, but LuaTable. set in LUAJ has no Long method, only Int type. Int type has no long range. My current solution is to transfer Long type to String and pass it to LUA

For example, I use Long type in most of kotlin, but LuaTable. set in LUAJ has no Long method, only Int type. Int type has no long range. My current solution is to transfer Long type to String and pass it to LUA
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-autonomous-connection/luaj#111