Scheme implementations - what does it mean?
Posted
by JDelage
on Stack Overflow
See other posts from Stack Overflow
or by JDelage
Published on 2010-03-04T09:24:02Z
Indexed on
2010/03/12
2:07 UTC
Read the original article
Hit count: 544
Hi,
I'm a beginning student in CS, and my classes are mostly in Java. I'm currently going through "Little Schemer" as a self study, and in the process of finding out how to do that I have found numerous references to "implementations" of Scheme. My question is, what are implementations?
Are they sub-dialects of Scheme, or is that something else (DrScheme seem to allow for different "flavors" of the language)? Is it just the name given to any given ecosystem incorporating an IDE, interpreter, interactive tool and the like?
Do all other languages (e.g., Java) also have a variety of "implementations", or is it something reserved to "open" languages?
Thank you,
Joss Delage
© Stack Overflow or respective owner