Racket is an extensible general programming language in the Lisp family.

learn more… | top users | synonyms

2
votes
0answers
94 views

Insert-everywhere

This is HTDP Excercise 12.4.2 :- Page 161 Develop a function insert-everywhere. It consumes a symbol and a list of words. The result is a list of words like its second argument, but with the ...