Y
Hacker News
new
|
ask
|
show
|
jobs
by
snapdangle
2440 days ago
Raku includes an incredible amount of new tools for writing one-liners. Furthermore, you can convert your one-liner into a command line app simply by wrapping the code in a `sub MAIN($pos-arg, :$named-arg) { ... }`.
1 comments
petre
2440 days ago
Yes but it has a VM penalty for at least more than 500 ms in my box, which is kind if dissapointing.
link