Total circles area: Difference between revisions

m
→‎{{header|Go}}: Fix link: Perl 6 --> Raku
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎{{header|Go}}: Fix link: Perl 6 --> Raku)
Line 742:
 
=={{header|Go}}==
{{trans|Perl 6Raku}} (more "based on" than a direct translation)
This is very memory inefficient and as written will not run on a 32 bit architecture (due mostly to the required size of the "unknown" Rectangle channel buffer to get even a few decimal places). It may be interesting anyway as an example of using channels with Go to split the work among several go routines (and processor cores).
<lang go>package main
2,392

edits