Skip to content

Incremental learning exercises for the array language, BQN

License

Notifications You must be signed in to change notification settings

terrencepreilly/bqn-koans

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BQN Koans

These koans guide you to learning the basics of BQN. They are inspired by the lisp koans and the Elm decoder koans.

Getting Started

Install a BQN interpreter, such as cbqn.

Once installed, you can run the koans a single time by running the contemplate.bqn file:

cbqn contemplate.bqn

If you would like to watch the koans for changes, you can make use of inotify-tools:

inotifywait -mre modify koans/ |
while read file directory action; do
  cbqn contemplate.bqn
done

Contributing

See CONTRIBUTING.md for details.

License

Apache 2.0; see LICENSE for details.

Disclaimer

This project is not an official Google project. It is not supported by Google and Google specifically disclaims all warranties as to its quality, merchantability, or fitness for a particular purpose.

About

Incremental learning exercises for the array language, BQN

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published