5 ms·
It is indeed the case that the student languages in Racket use cons only for lists. Improper lists are an extra complexity that people just learning to program
by samth 3y ago
It is indeed the case that the student languages in Racket use cons only for lists. Improper lists are an extra complexity that people just learning to program don't need.