Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 734 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 734 Bytes

Skrypt-Language

Skrypt is a general purpose scripting language. It's an interpreted language that's compiled at runtime, is weakly typed and supports object-oriented, functional and imperative programming styles. The goal of Skrypt is to create an easy to use scripting language that combines familiar ideas and syntaxes from other languages.

Skrypt includes a fully working executable REPL, an extensive standard library and interoperability with .NET.

While Skrypt has an extensive list of features, it's still in a prototypal stage. Syntax, semantics and the inner workings of the language are subject to change. Feature or change requests, bug reports in the form of GitHub Issues or Pull Requests are welcome and encouraged.