// lang

betav0.4

ForgeScript

Load your data. Pipe it. Ship the model.

forgelang.app

#language#data#ml#cli

// about

ForgeScript is a small, expression-oriented language built for data work. Dataframes are a first-class value, pipelines read top to bottom, and the same script runs in the REPL and in production.

It ships as one static binary — no environment to manage.

// features

  • Dataframes as a first-class type
  • Pipe-oriented syntax for transformations
  • Built-in modelling and evaluation primitives
  • Interactive REPL that shares code with scripts
  • Single static binary, zero dependencies