romanzolotarev.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.

This server runs the snac software and there is no automatic sign-up process.

Site description
/pub
Admin account
@hi@romanzolotarev.com

Search results for tag #lua

[?]vga256 » 🌐
@vga256@mastodon.tomodori.net

peer-reviewed paper on the energy efficiency of Lua vs. LuaJIT vs. C

well evidenced and fascinating to see actual energy comparisons.

abstract: arxiv.org/abs/2601.16670

pdf: arxiv.org/pdf/2601.16670

    roman boosted

    [?]vga256 » 🌐
    @vga256@mastodon.tomodori.net

    tiny lua compiler: a lua compiler in a single file, that's well-documented, that was hand-crafted over several years, and made to teach you compiler/tokenizer/parser/lexer design.

    this is a crazy impressive project, and in a time when people are haphazardly slopcoding projects, is a standard to live by.

    github.com/bytexenon/Tiny-Lua-