Skip to content
View deoxys314's full-sized avatar

Block or report deoxys314

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. dotfiles dotfiles Public

    misc dotfiles, nothing special. Use 'em if you want 'em

    Lua

  2. rune rune Public

    Lua Utility Library

    Lua

  3. iterx.lua iterx.lua
    1
    -- I have discovered a way to convert _any_ lua iterator into an
    2
    -- object which is lazily evaluated and which can be given behaviors
    3
    -- somewhat similar to the Iterator trait in Rust. Further, these
    4
    -- objects use metatables to allow for chained calls instead of the
    5
    -- Python-like ugly right-to-left series of calls (e.g.