Skip to content

Add support for incorporating (some) Lua Standard libraries as builtins #594

@tcoram

Description

@tcoram

There are some standard libraries I miss when programming in Pallene. An example would be string.byte(). Other standard Lua functions, in os, io, math (sin/cos/etc) and string, would also be useful for system programming. While full support for purely variadic functions may be problematic (and defeat the type optimization of Pallene), support for non-variadic forms of the standard functions (ideally as first class functions) in Pallene would be extremely useful.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions