Erdős-primes: Difference between revisions

Line 479:
=={{header|jq}}==
{{works with|jq}}
'''Works with gojq, the Go implementation of jq''' (but the second task requires an unreasonable amount of memory)
 
 
'''Preliminaries'''
<lang jq>def emit_until(cond; stream): label $out | stream | if cond then break $out else . end;
2,460

edits