Nanopass Framework: Clean Compiler Creation Language
Summary
Nanopass Framework is a domain-specific language embedded in Scheme for creating compilers through small passes and intermediate representations, reducing boilerplate and improving maintainability.
View Cached Full Text
Cached at: 04/20/26, 02:55 PM
Similar Articles
DeepCode: Open Agentic Coding
DeepCode is a fully autonomous framework for document-to-codebase synthesis that uses principled information-flow management to convert scientific papers into production-grade code, achieving state-of-the-art results on PaperBench and surpassing PhD-level human experts.
nondescript: a simple embedded programming language
Nondescript is a new single-file, embeddable scripting language for C projects, offering AppleScript-style syntax and features like list comprehensions and extensible grammar.
Show HN: Nibble
Nibble is a C-like systems programming language implemented in 3000 lines of C that generates LLVM IR without external dependencies or heap allocations. It supports defer, recursion, various types, structs, pointers, and includes graphical demos.
SkCC: Portable and Secure Skill Compilation for Cross-Framework LLM Agents
SkCC is a compilation framework that uses a strongly-typed intermediate representation to enable portable deployment of agent skills across different frameworks while enforcing security, significantly improving performance and reducing maintenance.
Self-Programmed Execution for Language-Model Agents
This paper introduces Self-Programmed Execution (SPE), an agent architecture where the language model generates its own orchestration program rather than relying on a fixed external harness. It presents 'Spell', a Lisp-based language enabling this self-editing and re-evaluation, demonstrating that frontier models can successfully perform agentic tasks using this method.