Y
Hacker News
new
|
ask
|
show
|
jobs
by
leejo
3873 days ago
You can do that already in perl 5:
> perl -E 'my $i = 1; say "@{[ sin $i ]}";' 0.841470984807897
perl 6 will improve things, it has a huge feature set.