mattn/anko
Scriptable interpreter written in golang observed · 2026-08-28
Health v2 · maintenance only
73/100
- Activity 91
- Release rhythm 35
- Longevity 100
Flags: no_releases
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: 4541
- days_rel: n/a
- days_push: 55
- n_releases_24m: 0
Adoption not part of the score
1580 stars · 134 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Anko is a scriptable interpreter written in Go that provides its own JavaScript-like scripting language. It can be embedded in Go applications to run user-defined scripts or used as a standalone command-line interpreter.
Use cases
- embed a scripting language in my Go application
- let users write custom scripts to extend my Go program
- run dynamic configuration or automation scripts from Go
- evaluate simple expressions or logic at runtime in Go
- execute .ank script files from the command line
- add a lightweight DSL interpreter to my Go service
When to choose
- you need an embeddable scripting language in a Go application
- you want a simple, Go-like syntax for user scripts
- you need to expose Go functions to a sandboxed script environment
When to avoid
- you need a mature, widely-adopted scripting language with a large ecosystem
- you need high-performance execution of complex scripts
- you need strict stability guarantees, since the master branch API and language may change
Facets
library · maturity active
interpreter programming-language programming-languages developer-tools go cross-platform cli scripting-language embedded-interpreter golang-library scripting automation
1 source
- readme: https://github.com/mattn/anko · fetched 2026-08-28 · 8f20ef2851c7
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| mattn/anko | main | 73 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem