# **Rules**
The Repl.it community is a place for users to share code, ask questions, and discuss coding-related subjects. We're committed to making i...
If you didn't see my email, we released an app that lets you --look-- loop back on your year. Check it out https://replitloopback.repl.co/
Let's use...
Hi everyone!

Use this space to share anyt...
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...