A monthly overview of things you need to know as an architect or aspiring architect. Unlock the full InfoQ experience by logging in! Stay updated with your favorite authors and topics, engage with ...
For this lab, you will complete the following functions in Racket. Comment your functions well. Here are some examples of the expected behavior of set?. (set? '(x y z)) => #t (set? '(a 1 b 2 c 3)) => ...
Prof. Robby Findler and collaborators have won the annual SIGPLAN Programming Languages Software Award for contributions to the development of the programming language Racket. This award recognizes ...
A web-based programming practice platform for learning Racket for UWaterloo Students in CS 115-145. It has ~60 problems + 3 handmade practice finals. All code is automatically saved, and the editor ...