Dave Lucia

@davelucia.com

CTO @ TV Labs. BEAM enthusiast. Wholesome, bad jokes

I used Lua for scripting long time ago when I was implementing automated trading server in C++. It is beautiful and powerful language made for embedding. It is so good to have it available in Elixir deflua.com, github.com/tv-labs/lua! #elixirlang #lua

Lua.ex: Sandboxed Lua 5.3 on the BEAM, built for AI agents

Embed untrusted Lua in your Elixir app: AI agent tools, user formulas, per-tenant plugins. Pure BEAM, sandboxed by default, zero NIFs.

deflua.com

I've been annoyed with doc hovers in Neovim being just raw markdown. This is fine but could be better. Eg, docs in Elixir are often written for ex_doc/hexdocs.pm which supports some extensions like admonition blocks and tabs. This renders like crap though in Neovim So I fixed it.

TV Labs opened sourced an experimental version of this library. If this is interesting to you, take a look and let us know your feedback! github.com/tv-labs/jql #ElixirLang

GitHub - tv-labs/jql: An Ecto-like DSL for writing Jira Query Language (JQL)

An Ecto-like DSL for writing Jira Query Language (JQL) - tv-labs/jql

github.com

Dave Lucia@davelucia.com · 8mo ago

So I wrote an #ElixirLang Ecto-like DSL for writing JQL (yes, Jira, I know) Would anyone find this useful?