SilverKey Monitor

Rhai - Embedded Scripting for Rust

published on 2025/01/20
  • Fairly efficient evaluation – 1 million iterations in 0.14 sec on a single-core, 2.6 GHz Linux VM (see benchmarks).
  • Compile once to AST for repeated evaluations.
  • Scripts are optimized – useful for template-based machine-generated scripts.

Rhai


Lua-CSharp, high performance Lua interpreter implemented in C# for .NET and Unity

published on 2025/01/20

Lua-CSharp is a library that provides a Lua interpreter implemented in C#. By integrating Lua-CSharp, you can easily embed Lua scripts into your .NET applications.

Lua-CSharp leverages the latest C# features, designed with low allocation and high performance in mind. It is optimized to deliver maximum performance when used for interoperation between C# and Lua in C# applications.

https://github.com/AnnulusGames/Lua-CSharp

This looks like the only actively maintained Lua implementation on .NET.


Dusa Programming Language

published on 2025/01/19

Dusa is a logic programming language designed by Rob Simmons and Chris Martens, the first implementation of finite-choice logic programming.

Dusa

This is a very niche programming language.


Codeberg

published on 2025/01/19

Codeberg is a non-profit, community-led effort that provides Git hosting and other services for free and open source projects.

https://codeberg.org/


Hologram is a full-stack Elixir web framework

published on 2025/01/19

Hologram is a full-stack isomorphic Elixir web framework that runs on top of Phoenix. It lets developers create dynamic, interactive web applications entirely in Elixir. Through intelligent code analysis and transformation, Hologram converts the necessary parts of your Elixir code into JavaScript, delivering modern frontend functionality without requiring any JavaScript frameworks or direct JavaScript coding.

Hologram