;; about the language level of this file in a form that our tools can easily process. #reader(lib "htdp-beginner-reader.ss" "lang")((modname racket_functions_tutorial) (read-case-sensitive #t) ...
at the top of your racket files. The use-language.rkt file contains a minimal example using the language defined in the repo. Please note that the language name sample-racket-language is defined into ...