Вход на сайт

Просмотр новости

Найдите то, что Вас интересует

Pyre: New JIT Python interpreter written in Rust

Дата публикации: 06-04-2026 08:23:00



Основное содержимое страницы с новостью.

Run pyre in your browser

This runs the WASM build of pyre directly in the page. It is meant for quick experiments and basic examples.

Output

Initializing pyre...

Loading WebAssembly module...

Project goals

Pyre is not trying to invent a totally innovative Python runtime. The short-term goal is to find out whether PyPy's structure can be reproduced on top of Rust, and if so, what that reproduction costs.

  • Preserve PyPy's meta-tracing design and overall structure.
  • Use Rust for memory safety, tooling, and maintainability.
  • Keep MaJIT reusable as a general tracing JIT framework.
  • Provide a no-GIL runtime foundation for future work.
Repository

The source lives in a single repository. It contains the pyre runtime, the MaJIT tracing JIT framework, documentation, and release metadata in one place.

Install

Use whichever path fits your setup. The project ships through Homebrew, Cargo, and GitHub releases.

Homebrew

Install `pyre` from the tap and run the `pyre` binary directly.

brew install youknowone/tap/pyrex
Cargo

Install the CLI crate from crates.io.

cargo install pyrex
Binary releases

Download a prebuilt binary from the latest GitHub release.

Open releases

Схожие новости

#Наименование новостиТональностьИнформативностьДата публикации
1cinderx: High-Performance Python Runtime Extensions03012-03-2026
2PyPy: A new benchmark runner for PyPy07.3520-06-2026
3PyInfra: Infrastructure Deserves Real Code in Python, Not YAML Soup01007-02-2026
4Free-threaded Python: past, present, and future026.6727-06-2026
5rsloop: An Event Loop for Asyncio Written in Rust01020-04-2026
6PyWry: Cross-Platform Rendering Engine in Python026.6703-05-2026
7syrupy: The Sweeter pytest Snapshot Plugin01003-04-2026
8djangofmt - A fast, HTML aware, Django template formatter, written in Rust01021-02-2026
9oxyde: Type-Safe, Pydantic-Centric Async ORM05020-02-2026
10svc-infra: Bundled FastAPI Infrastructure03502-01-2026

Классификация: . Схожих патентов: 0. Схожих новостей: 10. Тональность: 0. Информативность: 10. Источник: pythondigest.ru.