ProScript
0/37 completeLanguage overview
Start hereLesson 00

Welcome to ProScript

A native language for clear, concurrent software.

ProScript combines Go-like operational simplicity with expressive data modeling and static safety. Source runs through a native compiler, while garbage collection keeps ordinary application memory out of your way.

  • Files use the .pr extension.
  • Programs are checked before execution.
  • The common path is direct; consequential operations stay visible.
Try it yourself

Change the greeting, then run the program again.

main.preditable
Outputloading
Preparing the native ProScript compiler…
ExpectedHello, ProScript

Runs in a disposable, network-isolated sandbox. Source and artifacts are discarded after execution.