@cicada-lang/whereabouts
v0.3.9
Published
> I asked the boy beneath the pines. <br/> > He said, "The master's gone alone <br/> > Herb-picking, somewhere on the mount, <br/> > Cloud-hidden, **whereabouts unknown**." <br/> > -- [Jia Dao](https://en.wikipedia.org/wiki/Jia_Dao)
Downloads
63
Readme
Whereabouts
I asked the boy beneath the pines. He said, "The master's gone alone Herb-picking, somewhere on the mount, Cloud-hidden, whereabouts unknown." -- Jia Dao
Usages
Command line tool
Install it by the following command:
sudo npm install -g @cicada-lang/whereabouts
The command line program is called wa
.
wa repl # Open an interactive REPL
wa run <file> # Run a file
wa run <file> --watch # Run and watch file change
Type wa help
to see what other commands are available.
Development
npm install # Install dependencies
npm run build # Compile `src/` to `lib/`
npm run build:watch # Watch the compilation
npm run format # Format the code
npm run test # Run test
npm run test:watch # Watch the testing
Thanks
Thank you, Daniel P. Friedman, William E. Byrd, Oleg Kiselyov and Jason Hemann, for your book "The Reasoned Schemer".
Thank you, Bharathi Ramana Joshi and William E. Byrd, for writing a great tutorial about implementing constraint logic programming.
Community
GitHub:
- Organization: github.com/cicada-lang
Telegram:
- English chat group: CicadaLanguage
- Chinese chat group: CicadaLanguageCN
Contributions
To make a contribution, fork this project and create a pull request.
Please read the STYLE-GUIDE.md before you change the code.
Remember to add yourself to AUTHORS. Your line belongs to you, you can write a little introduction to yourself but not too long.
It is assumed that all non draft PRs are ready to be merged. If your PR is not ready to be merged yet, please make it a draft PR:
During the development of your PR, you can make use of the TODO.md file to record ideas temporarily, and this file should be clean again at the end of your development.