程序代写代做代考 scheme DrScheme – a modern implementation of Scheme

DrScheme – a modern implementation of Scheme
Texas Instruments Scheme was developed in 1988. Many people who created their standards at the time of rich graphical user interfaces will agree that TI Scheme is ugly and obsolete. More tolerant people will focus on the essence of Scheme and try to benefit from ideas that are implemented in that language. We believe that all opinions have equal rights, and if we want to suggest a modern and comfortable environment to develop Scheme software, one of the best environments would be DrScheme.
You might start with the PLT Scheme and download software that is available for Windows, Macintosh, Linux, and Solaris:
http://plt-scheme.org/
The DrScheme tutorial can be found at:
http://maclab.cs.uchicago.edu/tutorials/DrScheme.html A brief tour of DrScheme can be found at
http://www.plt-scheme.org/software/drscheme/tour/ Software distribution place is
http://planet.plt-scheme.org/
A rich collection of documentation can be found here: http://docs.plt-scheme.org/
An important book, How to Design Programs – An Introduction to Computing and Programming by Matthias Felleisen , Robert Bruce Findler , Matthew Flatt , and Shriram Krishnamurthi can be found here:
http://www.htdp.org/2003-09-26/Book/
DrScheme is a dialect of Scheme that contains expansions and modifications with respect to the basic Scheme functionality that is built in the Texas Instruments Scheme and in the Geneva Scheme.

DrScheme offers a window where we can write definitions and a window where we can execute programs:

PLT Scheme also includes a command line version called MzScheme that creates a traditional command line window similar to TI Scheme and Geneva Scheme. In this environment you can test Scheme commands and short programs focusing on properties of the language, without mastering specific features of the windowed DrScheme environment.