Skip to content

A highly dynamic and enigmatic embeddable scripting language.

License

Notifications You must be signed in to change notification settings

midnightravena/Shadow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Project Banner
Made in dart Shadow

Language Specification

  • The language syntax is a mix of Go and JavaScript.
  • It is also highly dynamic and enigmatic embeddable scripting language.
  • Shadow script files have an .shadow extension.
  • The compiler and vm provides the compiler and the runtime for the language.
  • The performance is reasonable for a mere scripting language.
  • It can do 100000 iterations and function calls in around 225 milliseconds.

Example

print := "Hello World!";
print(print);

About

A highly dynamic and enigmatic embeddable scripting language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published