I am just trying to do very simple code with set-car! and set-cdr! in racket, but I got the error: expand: unbound identifier in module in: set-car! and expand: unbound identifier in module in: set-cdr!
Aren't they defined in racket? Could anyone help?
#lang racketin the beginning, when I set#lang R5RS, it gives me an error:Module Language: invalid module text standard-module-name-resolver: collection not found: #<path:R5RS/lang> in any of: (#<path:/home/chengtie/.racket/5.1.1/collects> #<path:/usr/share/racket/collects>)- SoftTimur#lang r5rs-- lower case. (But using the r5rs language is not going to make for a pleasant experience.) - Eli Barzilay