Skip to content

Instantly share code, notes, and snippets.

@egisatoshi
Created September 4, 2019 03:55

Revisions

  1. egisatoshi created this gist Sep 4, 2019.
    3 changes: 3 additions & 0 deletions primes.egi
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    (take 6 (match-all primes (list integer)
    [<join _ <cons $p <cons ,(+ p 2) _>>>
    [p (+ p 2)]]))