# SaptakBhoumik/Peregrine

A blazing fast language for the blazing fast world(WIP)

Repository: https://github.com/SaptakBhoumik/Peregrine
Canonical: https://ross.abutalabs.com/products/peregrine
Homepage: https://peregrine-lang.github.io/
Language: C++
License: MPL-2.0
License Family: copyleft
Topics: programming-language, language, compiler, peregrine, peregrine-lang
Last push: 2024-06-18T15:25:07+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 1872, "days_push": 806, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1436, forks 72 (observed 2026-08-28T04:04:43.576072+00:00)

## What it is
Peregrine is a compiled systems programming language written in C++ that aims to combine Python-like syntax with C-like performance, compiling to clean C++ (with an experimental JavaScript backend). The project has been discontinued, with the author recommending Mojo instead.

## Use cases
- compile python-like code to fast native binaries
- learn how to build a compiler from scratch
- write systems programs without a garbage collector
- transpile a python-like language to javascript
- explore an alternative to c with simpler syntax

## When to choose
- you want to study compiler implementation in C++
- you need a minimal python-syntax language that compiles to C++
- you are contributing to or forking the language

## When to avoid
- you need a production-ready language - the project is discontinued
- you want stable tooling, libraries, or long-term support
- you should use Mojo, the recommended successor

## Facets
- artifact type: library
- maturity: abandoned
- function: compiler, programming-language
- domain: programming-languages, compilers, developer-tools
- platform: cpp, cli
- tags: systems-programming, python-syntax, compiled-language, discontinued, work-in-progress, linux, macos

## Member repositories
- SaptakBhoumik/Peregrine (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:43.576072+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T08:20:16.633158+00:00, confidence not recorded.
  - readme: https://github.com/SaptakBhoumik/Peregrine (fetched 2026-08-28T04:04:43.576072+00:00, sha 3f3323bf887c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
