(define get-nth-helper
(λ (n)
(for/fold ([str "ca"])
([i (in-range n)])
(string-append str "d"))))
(define get-nth-up-to-index-3
(λ (n ls)
(define fn (string->symbol (string-append (get-nth-helper n) "r")))
((eval fn) ls)))
Pinned Loading
-
cockroach
cockroach PublicForked from cockroachdb/cockroach
CockroachDB - the open source, cloud-native distributed SQL database.
Go
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.