<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>compiler</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/333/feed"/>
    <updated>2026-09-15T10:53:08+00:00</updated>
    <id>https://links.biapy.com/guest/tags/333/feed</id>
            <entry>
            <id>https://links.biapy.com/links/13441</id>
            <title type="text"><![CDATA[scriptc]]></title>
            <link rel="alternate" href="https://scriptc.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13441"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[TypeScript-to-Native Compiler.

Zero-runtime TypeScript. scriptc compiles ordinary TypeScript into small, fast native executables — no Node, no V8, no JavaScript engine in the binary.

No changes to your code. No annotations, no dialect — the same TypeScript you run on Node, type-checked by the real TypeScript compiler and compiled to native. What compiles behaves byte-for-byte like Node.

- [scriptc @ GitHub](https://github.com/vercel-labs/scriptc).

Related contents:

- [\#1026: OpenAI Agent Hacks Hugging Face @ Syntax](https://syntax.fm/show/1026/openai-agent-hacks-hugging-face).]]>
            </summary>
            <updated>2026-08-04T08:45:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13412</id>
            <title type="text"><![CDATA[Nectar]]></title>
            <link rel="alternate" href="https://buildnectar.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13412"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Web Without JavaScript.
A programming language that compiles to WebAssembly, built for the next era of web development.

Nectar compiles to WebAssembly. One language, one binary, zero dependencies. Your entire app — logic, state, rendering — runs in WASM. JavaScript is reduced to a 10 KB syscall layer.

- [Nectar @ GitHub](https://github.com/HibiscusConsulting/nectar-lang).]]>
            </summary>
            <updated>2026-07-24T13:20:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13117</id>
            <title type="text"><![CDATA[zod-compiler]]></title>
            <link rel="alternate" href="https://github.com/gajus/zod-compiler" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13117"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Compile Zod schemas into zero-overhead validation functions at build time.

Keep your existing Zod schemas. Get 2-75x faster validation. No code changes required.]]>
            </summary>
            <updated>2026-06-25T15:44:21+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13116</id>
            <title type="text"><![CDATA[Blue]]></title>
            <link rel="alternate" href="https://bluejs.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13116"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[JavaScript that compiles
to native binaries.

Blue compiles your JavaScript to C++, then links it into a standalone native binary. Native GUI windows, filesystem, HTTP servers - no Electron, no Node.js at runtime.

- [BlueJS @ GitHub](https://github.com/bluejs-team/Bluejs).]]>
            </summary>
            <updated>2026-06-25T15:43:11+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/13063</id>
            <title type="text"><![CDATA[Binaryen]]></title>
            <link rel="alternate" href="https://github.com/WebAssembly/binaryen" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/13063"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Optimizer and compiler/toolchain library for WebAssembly.

Binaryen is a compiler and toolchain infrastructure library for WebAssembly, written in C++. It aims to make compiling to WebAssembly easy, fast, and effective.

Related contents:

- [I hate compilers @ Xe Iaso](https://xeiaso.net/notes/2026/anubis-wasm-vendor-binary/).]]>
            </summary>
            <updated>2026-06-19T11:56:12+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12907</id>
            <title type="text"><![CDATA[Perry]]></title>
            <link rel="alternate" href="https://www.perryts.com/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12907"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[TypeScript → Native.
One Codebase. Every Platform. Native Performance.

Perry compiles TypeScript to native GUI and CLI apps on macOS, iPadOS, iOS, Android, Linux, Windows, watchOS, tvOS, WebAssembly, and the Web. No runtime. No Electron. Just native binaries.

- [Perry @ GitHub](https://github.com/PerryTS/perry).

Related contents:

- [\#133 - News Juin 2026, Bun passe à Rust, npm verrouille les scripts et SEO pour l&amp;#039;IA @ Double Slash :fr:](https://double-slash.dev/podcasts/news-jun26/)]]>
            </summary>
            <updated>2026-06-04T05:46:05+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/12349</id>
            <title type="text"><![CDATA[Compiler Explorer]]></title>
            <link rel="alternate" href="https://godbolt.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12349"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Run compilers interactively from your web browser and interact with the assembly.

Compiler Explorer is an interactive compiler exploration website. Edit code in C, C++, C#, F#, Rust, Go, D, Haskell, Swift, Pascal, ispc, Python, Java, or any of the other 30+ supported languages, and see how that code looks after being compiled in real time.

- [Compiler Explorer @ GitHub](https://github.com/compiler-explorer/compiler-explorer).

Related contents:

- [Two studies in compiler optimisations @ hmpc](https://www.hmpcabral.com/2026/03/20/two-studies-in-compiler-optimisations/).]]>
            </summary>
            <updated>2026-03-28T15:37:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11532</id>
            <title type="text"><![CDATA[CHICKEN Scheme]]></title>
            <link rel="alternate" href="https://www.call-cc.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11532"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[CHICKEN is a compiler for the Scheme programming language. It produces portable and efficient C and supports the R5RS and R7RS (work in progress) standards, and many extensions. It runs on Linux, OS X, Windows, many Unix flavours, and aims to be...]]>
            </summary>
            <updated>2026-01-19T14:56:29+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10639</id>
            <title type="text"><![CDATA[PyPy]]></title>
            <link rel="alternate" href="https://pypy.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10639"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A fast, compliant alternative implementation of Python.

PyPy is a replacement for CPython. It is built using the RPython language that was co-developed with it. The main reason to use it instead of CPython is speed: it runs generally faster (see next section).

- [PyPy @ Read the Docs](https://doc.pypy.org/en/latest/index.html).
- [PyPy @ GitHub](https://github.com/pypy/pypy).]]>
            </summary>
            <updated>2025-10-14T05:34:43+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/10074</id>
            <title type="text"><![CDATA[The LLVM Compiler Infrastructure Project]]></title>
            <link rel="alternate" href="https://llvm.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/10074"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. 

Despite its name, LLVM has little to do with traditional virtual machines. The name &amp;quot;LLVM&amp;quot; itself is not an acronym; it is the full name of the project.

- [The LLVM Compiler Infrastructure @ GitHub](https://github.com/llvm/llvm-project/).

Related contents:

- [Why ML Needs a New Programming Language @ Signals &amp;amp; Threads](https://signalsandthreads.com/why-ml-needs-a-new-programming-language/).]]>
            </summary>
            <updated>2025-09-09T06:08:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/165</id>
            <title type="text"><![CDATA[comptime.ts]]></title>
            <link rel="alternate" href="https://comptime.js.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/165"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[compile-time expressions for TypeScript.
 ⚡️ Compile-time evaluation of expressions for smaller bundles! 

A dead-simple TypeScript compiler that does one thing really well: enables compile-time evaluation of expressions marked with comptime.

- [comptime.ts @ GitHub](https://github.com/feathers-studio/comptime.ts).]]>
            </summary>
            <updated>2025-09-19T06:01:36+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/1960</id>
            <title type="text"><![CDATA[Codon]]></title>
            <link rel="alternate" href="https://docs.exaloop.io/codon" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/1960"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A high-performance, zero-overhead, extensible Python compiler using LLVM.

Codon is a high-performance Python compiler that compiles Python code to native machine code without any runtime overhead. Typical speedups over Python are on the order of 100x or more, on a single thread. Codon supports native multithreading which can lead to speedups many times higher still.

- [Codon @ GitHub](https://github.com/exaloop/codon).]]>
            </summary>
            <updated>2025-08-28T21:24:10+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2860</id>
            <title type="text"><![CDATA[The Amsterdam Compiler Kit]]></title>
            <link rel="alternate" href="https://tack.sourceforge.net/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2860"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[The Amsterdam Compiler Kit is a cross-platform compiler and toolchain suite that is small, portable, extremely fast, and extremely flexible. It targets a number of low-end machines including the Z80, 8086 and 80386, but there are many other code generators available. It supports several languages, including ANSI C, B, Pascal and Modula-2, and contains integrated runtime libraries including a libc.

- [The Amsterdam Compiler Kit @ GitHub](https://github.com/davidgiven/ack).]]>
            </summary>
            <updated>2025-08-28T23:53:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/2906</id>
            <title type="text"><![CDATA[Jawsm]]></title>
            <link rel="alternate" href="https://github.com/drogus/jawsm" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/2906"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[JavaScript to WASM compiler.

Jawsm (pronounced like &amp;quot;awesome&amp;quot;) is a JavaScript to WebAssembly compiler written in Rust. It is similar to porffor in a way it also results in a standalone WASM binary that can be executed without an interpreter, but it takes a different implementation approach.]]>
            </summary>
            <updated>2025-08-29T00:01:35+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3843</id>
            <title type="text"><![CDATA[Porffor]]></title>
            <link rel="alternate" href="https://porffor.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3843"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A from-scratch experimental ahead-of-time JS engine

Porffor is a unique JS engine/compiler/runtime, compiling JS code to WebAssembly or native ahead-of-time.
It is limited for now; intended for research, not serious use!

- [Porffor @ GitHub](https://github.com/CanadaHonk/porffor).]]>
            </summary>
            <updated>2025-08-29T02:37:39+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/3850</id>
            <title type="text"><![CDATA[dockerc]]></title>
            <link rel="alternate" href="https://github.com/NilsIrl/dockerc" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/3850"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[container image to single executable compiler]]>
            </summary>
            <updated>2025-08-29T02:38:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4526</id>
            <title type="text"><![CDATA[Million.js]]></title>
            <link rel="alternate" href="https://million.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4526"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Make React 70% faster

The drop-in optimizing compiler for React. Gain big performance wins for UI and data heavy React apps. Dead simple to use – try it out now!

- [Million.js @ GitHub](https://github.com/aidenybai/million).
- [082 Les News Web Dev février 2024 @ Double Slash :fr:](https://double-slash.dev/podcasts/news-feb24/).]]>
            </summary>
            <updated>2025-08-29T04:30:41+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5653</id>
            <title type="text"><![CDATA[Codon]]></title>
            <link rel="alternate" href="https://github.com/exaloop/codon" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5653"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A high-performance, zero-overhead, extensible Python compiler using LLVM.

Codon is a high-performance Python compiler that compiles Python code to native machine code without any runtime overhead. Typical speedups over Python are on the order of 10-100x or more, on a single thread. Codon&amp;#039;s performance is typically on par with (and sometimes better than) that of C/C++. Unlike Python, Codon supports native multithreading, which can lead to speedups many times higher still. Codon grew out of the Seq project.]]>
            </summary>
            <updated>2025-08-29T07:40:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6192</id>
            <title type="text"><![CDATA[shc: Shell script compiler]]></title>
            <link rel="alternate" href="https://github.com/neurobin/shc/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6192"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A generic shell script compiler. Shc takes a script, which is specified on the command line and produces C source code. The generated source code is then compiled and linked to produce a stripped binary executable.

The compiled binary will still be dependent on the shell specified in the first line of the shell code (i.e shebang) (i.e. #!/bin/sh), thus shc does not create completely independent binaries.]]>
            </summary>
            <updated>2025-08-29T09:09:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6201</id>
            <title type="text"><![CDATA[Tamagui]]></title>
            <link rel="alternate" href="https://tamagui.dev/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6201"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[React Native + Web UI kit
 Style React Native and Web with an optimizing compiler.
Tamagui lets you share more code between web and native apps while improving, rather than sacrificing, DX, performance, and code maintainability.

[Tamagui @ GitHub](https://github.com/tamagui/tamagui)]]>
            </summary>
            <updated>2025-08-29T09:10:59+00:00</updated>
        </entry>
    </feed>
