Comparison
vs roblox-ts
Section titled “vs roblox-ts”roblox-ts transpiles TypeScript → Luau. Cluaupp does the same job for CL++: one familiar syntax, readable Luau, Roblox APIs as in Studio.
*.server.clpp → Script, *.client.clpp → LocalScript, untagged → ModuleScript.
vs C++ → WASM
Section titled “vs C++ → WASM”Cluaupp never compiles native C++ or WASM. The language compiler is clpp (Rust). This package is init / Rojo / CluauppLibs.
When to use what
Section titled “When to use what”| Goal | Tool |
|---|---|
| Game in TypeScript | roblox-ts |
| Game in CL++ | Cluaupp + clpp |
| Language reference | kartzrbx.github.io/CLPP |