[previous] [up] [next]     [contents] [index]
Next: Stand-alone Programs Up: Language Reference Previous: Configuring your language

Initial Basis

DrScheme provides almost all of the the standard MzScheme primitives, as well as the core MzLib functions. In the R tex2html_wrap_inline6220 RS+ language level, it provides all of MzScheme's syntactic forms.

DrScheme does not support all of the parameters that MzScheme provides. current-prompt-read, current-print, and current-eval will not change the behavior of DrScheme's REPL, but they will take effect if you call eval or read-eval-print.

DrScheme also provides these syntactic forms in the R tex2html_wrap_inline6220 RS+ language level.

Any other macros in MzLib can be used in your DrScheme program by calling reference-library as described in Library Collections.





PLT