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

morganstanley/hobbes

A language and an embedded JIT compiler observed · 2026-09-03

github.com/morganstanley/hobbes · homepage · C · Apache-2.0 (permissive) observed · 2026-09-03

Health v2 · maintenance only

77/100

  • Activity 100
  • 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: 3366
  • days_rel: n/a
  • days_push: 0
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1227 stars · 117 forks observed · 2026-09-03

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

Hobbes is a strongly typed domain-specific language with an embedded JIT compiler and runtime for efficient dynamic expression evaluation, data storage, and analysis, designed for high-performance integration with C/C++ applications. It supports pattern matching, comprehensions, LALR(1) parsing, type classes, and remote native code compilation over trusted networks.

Use cases

  • embed a JIT-compiled scripting language in a C++ application
  • evaluate dynamic expressions at runtime with low overhead
  • record structured data for out-of-band analysis
  • parse text with LALR(1) grammars
  • classify and destructure data with efficient pattern matching
  • run remote code compilation between internal services

When to choose

  • you need a fast embedded DSL inside C/C++ systems
  • you want dynamic expression evaluation without sacrificing native performance
  • you need efficient data recording and analysis in low-latency environments

When to avoid

  • you need a sandboxed or memory-safe scripting environment
  • you target platforms other than Linux
  • you cannot trust the code being compiled and executed remotely

Facets

library · maturity active

compiler interpreter programming-language serialization rpc parser programming-languages compilers developer-tools performance cpp c jit-compiler embedded-language haskell-inspired data-storage dynamic-expression-evaluation low-latency data-engineering linux

1 source

Member repositories

RepositoryRoleHealth v2
morganstanley/hobbesmain77

For agents

markdown · JSON · MCP: product_card(name="morganstanley/hobbes")

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