strykelang 0.8.3

A highly parallel Perl 5 interpreter written in Rust
Documentation
1
2
3
4
a = []
500_000.times { |i| a.push(i) }
b = a.sort
puts "#{b[0]} #{b[499999]}"