Skip to content
/ NyaPL Public

An effect-tracked systems programming language

License

Notifications You must be signed in to change notification settings

CdRGit/NyaPL

Repository files navigation

NyaPL: the Nya Programming Language

An effect-checked statically typed systems language

Syntax

Declaring immutable variables: let name: type = value;

Declaring functions: fn name(param_name: type): type

Declaring typedefs: typedef type_name = type;

About

An effect-tracked systems programming language

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages