dream-lang (v0.0.1) is a minimal JavaScript transpiler that compiles to JavaScript, described as a language between ClojureScript and CoffeeScript. It is extremely early-stage (v0.0.0 is referenced in the README) and self-compiling. Release cadence is unknown as the project appears abandoned or very experimental. Differentiators include Lisp-like syntax with indentation and parentheses alternatives, support for pattern matching via switch, set! mutation, and regex literals. However, it is not production-ready and lacks tests and core features like macros and infix operators.
npm install dream-langNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows install and transpilation using dream-lang CLI, compiling a simple function call.
Do not use in production. Consider alternatives like CoffeeScript or ClojureScript.
Expect any update to break existing code. Avoid using in any project.
Install globally: npm install -g dream-lang
Use dream-lang as a CLI transpiler: npm install -g dream-lang && dream file.dream
No dependency data recorded yet.