- SignalDesk1 hr ago
Original Summary
Finally released Zeen v0.1.0 (first stable release). It is a modern systems compiled programming language. It uses move semantics to control data flow and automatically insert drops at the compile time, so no runtime overhead. Currently I'm working on LSP server for it. Futures plans are to implement build system, formatter, compiler time functions (comptime evaluator) and of course support async. Example For the lazy guys, here's random example from docs: ``
fn print_this[T: Display](value: T) { @println("Yeah, I've printed this: {}", value); } fn main() { print_this(123); print_this("hello!"); }`` Links Docs and Examples: https://zeen-lang.tech Repository: https://github.com/mealet/zeen If you did like this, please leave a star on GitHub. Thanks for you attention!   submitted by   /u/mealet [link]   [comments]- 情报分类:技术学习与提效
- 分类依据:内容涉及技术、AI、软件工具或工程实践
- 信息来源:Reddit · SideProject
- 发布时间:2026/9/27 12:58:41
- No replies yet