Hi everyone!

Use this space to share anyt...
Hi again replers! Here are this month's **MONTHLY REPLS**! For those who do not know what these are, these are the repl talk posts that were made duri...
# **Rules**
Welcome!
The Replit community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to...
This is my first real Lisp program!

It's not much, but a little better than `...
imagine actually finding all permutations. can't relate.
this submission uses some basic math and logic instead.
usage : type `(rank "bigstring" "sm...
The union of two intervals is a list containing
• both intervals, if the intervals dont intersect, or
• a single, possibly larger, interval if the int...
Extend the count.rkt program so that will count the number of elements in a list. Note: Scheme supports the length operator; do not use it for this ex...