8000 GitHub - dphfox/wolf: An experimental expression-based scripting language.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dphfox/wolf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wolf logo

The Wolf Scripting Language

Wolf is an expression-based scripting language aiming to be:

  • Easy. Wolf lets you bring your own paradigms, and provides the tools to use them ergonomically.
  • Small. Wolf is built from first principles by composing together a few, well chosen features that are easily identified and repurposed.
  • Smart. Wolf code can be analysed 100% statically with smart inference, so you don't have to spell things out for the computer.
  • Parallel. Wolf code avoids prescribing a specific order or method of running code, so it can be rearranged or broken up across threads for performance.

wf - the Wolf Reference Implementation

There is no reference implementation at this time, and there probably won't be for a while.

License

Licensed the same way as all of my open source projects: BSD 3-Clause + Security Disclaimer.

As with all other projects, you accept responsibility for choosing and using this project.

See LICENSE or the license summary for details.

About

An experimental expression-based scripting language.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0