Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/trizen/raku-scripts

A small collection of Raku scripts.
https://github.com/trizen/raku-scripts

raku scripts

Last synced: 2 months ago
JSON representation

A small collection of Raku scripts.

Awesome Lists containing this project

README

        

# raku-scripts

Several Raku scripts which prove some ideas or implement some useful practicability

# Summary

* Generators
* [Faulhaber's formula](./Generators/faulhaber_s_formula.raku)
* Math
* [Bernoulli numbers recursive](./Math/bernoulli_numbers_recursive.raku)
* [Mersenne twister](./Math/mersenne_twister.raku)
* Text
* [Smart word wrap](./Text/smart_word_wrap.raku)