Docs.rs
strykelang-0.8.0
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
strykelang 0.8.0
A highly parallel Perl 5 interpreter written in Rust
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
bench_array.jl
bench_array.lua
bench_array.pl
bench_array.py
bench_array.raku
bench_array.rb
bench_fib.jl
bench_fib.lua
bench_fib.pl
bench_fib.py
bench_fib.raku
bench_fib.rb
bench_hash.jl
bench_hash.lua
bench_hash.pl
bench_hash.py
bench_hash.raku
bench_hash.rb
bench_loop.jl
bench_loop.lua
bench_loop.pl
bench_loop.py
bench_loop.raku
bench_loop.rb
bench_map_grep.jl
bench_map_grep.lua
bench_map_grep.pl
bench_map_grep.py
bench_map_grep.raku
bench_map_grep.rb
bench_pmap.pl
bench_pmap_perl.pl
bench_regex.jl
bench_regex.lua
bench_regex.pl
bench_regex.py
bench_regex.raku
bench_regex.rb
bench_startup.jl
bench_startup.lua
bench_startup.pl
bench_startup.py
bench_startup.raku
bench_startup.rb
bench_string.jl
bench_string.lua
bench_string.pl
bench_string.py
bench_string.raku
bench_string.rb
run_bench.sh
run_bench_all.sh
1
2
3
4
5
6
7
8
function main() s = 0 for i in 0:4_999_999 s += i end println(s) end main()