Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 38 min 19 sec ago

Zero a Language for Humans and Robots

Mon, 05/18/2026 - 7:11am

Article URL: https://zero-lang.com/

Comments URL: https://news.ycombinator.com/item?id=48178004

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Alder: Dynamic Code Execution Without Roslyn

Mon, 05/18/2026 - 7:09am

Hey HN, I recently published Alder and thought Id share it here.

I’ve been working with dynamic code execution for quite some time now and there still seems to be a lack of a open source solution that fully tackles this problem. A lot of the libraries I keep finding seem to be outdated or only support a small subset of C#. On the other hand, embedding Roslyn isn’t a viable solution for me due to the overhead it would introduce.

So I started building my own solution. Alder is an expression engine that parses, semantically binds, validates, and executes C# code dynamically in both interpreted and compiled modes, with support for AOT dispatch as well.

Although it started as a much smaller project, I’m quite surprised by how much of the language I ended up supporting in the end.

https://github.com/MartiSilvio/Alder

Any thoughts or feedback are really appreciated

Comments URL: https://news.ycombinator.com/item?id=48177992

Points: 1

# Comments: 0

Categories: Hacker News

I Updated Virtual Bookshelf

Mon, 05/18/2026 - 6:12am

Article URL: https://petargyurov.com/bookshelf/

Comments URL: https://news.ycombinator.com/item?id=48177489

Points: 1

# Comments: 1

Categories: Hacker News

Pages