Article notes

What refers to elementary data types that are basic, indivisible building blocks in any programming language?
What can you prefix an unbound identifier with to prevent it from being evaluated in Racket?
What is the primary non-atomic data structure in Racket?
What is the syntax for a list with some numbers in Racket?
According to the Racket book, a list is a special case of something called a what?
Previous Next