Login
7 branches 0 tags
Ben(Parabola/X220) Replaced more NFuncs with methods 6870efd 2 years ago 1049 Commits
nujel / tests / testsuite / string.nuj
(888 (-> (range 200)
         (map string)
         (join ", ")
         (:length)))
(2328731233 (import (hash) :crypto/adler32)
            (-> (range 200)
                (map string)
                (join ", ")
                hash))
(1091 (-> (range 200)
          (map string)
          string/write
          :length))