Autogram checker: Difference between revisions

Content added Content deleted
(→‎{{header|Julia}}: marked incorrect (197 /is/ correct, 291 includes spaces and punctuation))
(→‎{{header|J}}: marked incorrect)
Line 62: Line 62:


=={{header|J}}==
=={{header|J}}==
{{incorrect|J|punctuation count is wrong in 7 (but right for 3)}}

The task asks us for a rough check, so we rely on normalization to implement the stable core of the algorithm. Also, we use <tt>us</tt> and <tt>uk</tt> from [[Number_names#J|the Number names task]] and explicitly support autograms with character counts higher than 99 (though of course none appear in the task examples).
The task asks us for a rough check, so we rely on normalization to implement the stable core of the algorithm. Also, we use <tt>us</tt> and <tt>uk</tt> from [[Number_names#J|the Number names task]] and explicitly support autograms with character counts higher than 99 (though of course none appear in the task examples).