Ross ROSS = Recommend OSS · open-source software intelligence for agents

coalton-lang/coalton

Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp. observed · 2026-08-28

github.com/coalton-lang/coalton · homepage · Common Lisp · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

93/100

  • Activity 97
  • Release rhythm 84
  • Longevity 100
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: 1.0
  • age_days: 1829
  • days_rel: 111
  • days_push: 18
  • n_releases_24m: 7

Full methodology

Adoption not part of the score

1752 stars · 111 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

Coalton is a statically typed functional programming language embedded in Common Lisp, drawing ideas from Haskell, Scheme, and OCaml. It compiles to efficient Common Lisp code and integrates directly into Lisp packages and the REPL with compile-time type checking.

Use cases

  • write statically typed functional code inside Common Lisp
  • get compile-time type errors in a Lisp project
  • use algebraic data types and pattern matching in Common Lisp
  • build high-performance typed numerical or scientific code in Lisp
  • gradually add type safety to an existing Common Lisp codebase

When to choose

  • you develop in Common Lisp and want Haskell-style static typing without leaving the ecosystem
  • you need typed functional programming with Lisp's interactive REPL and debugging
  • you want efficient compiled code with type safety for production Lisp applications

When to avoid

  • you want a standalone general-purpose language rather than a Lisp-embedded one
  • your project is not Common Lisp based
  • you need dynamic typing or full Common Lisp metaprogramming semantics

Facets

library · maturity active

programming-language type-system compiler programming-languages cross-platform cli common-lisp statically-typed haskell-inspired embedded-language type-inference functional-programming

2 sources

Member repositories

RepositoryRoleHealth v2
coalton-lang/coaltonmain93

For agents

markdown · JSON · MCP: product_card(name="coalton-lang/coalton")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem