Prism is a small, expressive programming language that transpiles to TypeScript or JavaScript. Current stable version is 0.1.6, released as a work-in-progress. It supports typed variables, functions, classes, pattern matching, and error handling. Differentiator: designed as an alternative language that compiles to JS/TS with modern syntax features. Active development with CLI tools for compile, run, and check.
npm install prism-langNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic Prism syntax: immutable/mutable variables, function with type annotations, and output.
Pin to a specific version and monitor releases for breaking changes.
Add explicit type annotations when inference fails.
Run `npm install -g prism-lang` or use `npx prism compile`.
Run `npm install prism-lang`.
Install globally: `npm install -g prism-lang`
Compile .prism files with the prism CLI before using.
No dependency data recorded yet.