albrow/fo
An experimental language which adds functional programming features to Go. observed · 2026-08-28
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 3129
- days_rel: n/a
- days_push: 1444
- n_releases_24m: 0
Adoption not part of the score
1224 stars · 35 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Fo (Functional Go) is an experimental programming language that extends Go with generics, including generic named types, functions, and methods, while remaining a superset of Go syntax. It ships as a simple compiler CLI that runs single .fo files and an online playground.
Use cases
- add generics to Go programs
- write functional programming style code in Go
- try generic types and methods not possible in standard Go
- experiment with a Go-like language without installing anything via the playground
- study or hack on the Go compiler and ASTs
- run a single-file Go program with type parameters
When to choose
- You want to explore generics syntax in Go on a small, single-file program
- You are interested in modifying the Go compiler or working with Go ASTs
- You need generic methods or omitted receiver type parameters, which standard Go does not support
When to avoid
- You need generics in production Go — use the built-in generics in Go 1.18+
- You are building any real-world application — Fo only compiles one file at a time and is unstable
- You need an actively maintained language or toolchain — the project is explicitly no longer maintained
Facets
cli-tool · maturity abandoned
programming-language compiler cli programming-languages compilers developer-tools go cli cross-platform windows functional-programming generics generic-types generic-functions golang experimental-language superset-of-go playground go-compiler ast command-line linux macos
1 source
- readme: https://github.com/albrow/fo · fetched 2026-08-28 · 827659b749d9
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| albrow/fo | main | 10 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem