{"library":"prism-lang","title":"Prism Language Transpiler","description":"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.","language":"javascript","status":"active","last_verified":"Fri May 01","install":{"commands":["npm install prism-lang"],"cli":{"name":"prism","version":null}},"imports":["import { compile } from 'prism-lang'","import { run } from 'prism-lang'","import { check } from 'prism-lang'"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"// compile.prism\nfinal name: string = \"Prism\"\nmut count: int = 0\n\nfn greet(name: string): string {\n  return \"Hello, \" + name\n}\n\nprint(greet(\"World\"))\n\n// CLI: prism compile file.prism --js\n","lang":"typescript","description":"Shows basic Prism syntax: immutable/mutable variables, function with type annotations, and output.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}