Skip to content
View annrpom's full-sized avatar
馃獝
馃獝

Highlights

  • Pro

Organizations

@IUDataStructuresCourse

Block or report annrpom

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don鈥檛 include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user鈥檚 behavior. Learn more about reporting abuse.

Report abuse
annrpom/README.md
(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)))

Popular repositories Loading

  1. natlogic natlogic Public

    syllogistic inference evaluator

    Python 1 1

  2. cnf-converter cnf-converter Public

    Java 1 1

  3. aoc2021 aoc2021 Public

    my solutions for advent of code 2021 & my attempt to learn more Racket

    Racket 1

  4. racket-projects racket-projects Public

    Racket

  5. p2p-project p2p-project Public

    Java

  6. eopl3 eopl3 Public

    Forked from mwand/eopl3

    Code from the book "Essentials of Programming Languages", 3rd ed. by Friedman and Wand

    Scheme