Skip to content

A functional programming library written for the Wren scripting language.

License

Notifications You must be signed in to change notification settings

seanohue/wren-beak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beak

A functional programming suite for the Wren scripting language.

How to Use

  • Add the code to your Wren project, along with the LICENSE file (pls).
  • Add this line to the top of your Wren script: import "beak" for Beak
  • You now have access to all Beak functions. For example:
Beak.map([1, 2, 3]) { |x| x + 1 } // returns [2, 3, 4] as a new list.

For the time being, check out tests.wren in this project's repository for more usage examples.

Tests

Run tests by running wren tests.wren. Tests are done using wren-warbler

About

A functional programming library written for the Wren scripting language.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published