今日已更新 316 条资讯 | 累计 25396 条内容
关于我们

标签:#hackernews

找到 8598 篇相关文章

AI 资讯

Show HN: Margarita - Programming language for Agents using Markdown-ish syntax

On my list of build it from scratch has always been to build a programming language. So with the help of AI I was able to get it done! Why did I build it? At work I've seen two major problems with our ai workflows/ skills libraries. There is a lack of determinism when your whole workflow is a markdown file of 100 steps, and markdown skill libraries lack composability. Meaning we violate things like DRY in the all the md files in the skills library. I built Margarita to allow for markdown and log

2026-07-02 原文 →
AI 资讯

Show HN: Meow – The 4th and final JavaScript runtime and toolchain

Yes, I said final. Fight me in the comments. But seriously: there are basically exactly 3 serious JS runtimes in the world. (Now 4... or 1, idk). Why? Because the modern JS ecosystem is a fragmented, bloated nightmare. Node, pnpm, tsc, eslint, prettier, vite. Each spins up its own V8 instance, parses your codebase from scratch, and leaves a graveyard of .json configs in your root directory. meow squishes it all into one cute 82MB binary. It’s a drop-in Node replacement, ultra-fast package manage

2026-07-02 原文 →