Skip to content
View leandrowilliam's full-sized avatar
  • TotalWine & More
  • Boca Raton, FL
  • 01:21 (UTC -04:00)

Block or report leandrowilliam

Report abuse

Contact GitHub support about this userโ€™s behavior. Learn more about reporting abuse.

Report abuse
leandrowilliam/README.md

Hi there ๐Ÿ‘‹

Not the most efficient ๐Ÿ‘‡ but is elegant ๐Ÿ˜Ž

(defn sieve [n] (loop [s (range 2 n) primes []] (if-let [c (first s)] (recur (remove #(zero? (mod % c)) s) (conj primes c)) primes)))

Pinned Loading

  1. microsoft/vscode microsoft/vscode Public

    Visual Studio Code

    TypeScript 183k 38.8k