Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What can Scheme do as a programming language?

0
Posted

What can Scheme do as a programming language?

0

Anything that any other “general-purpose” language can do! That is what we meant when we said that Scheme was “universal” at the beginning of the course; any computable function can be computed in Scheme. (By the way, Ada and Java and most languages that you know are universal in this sense.) You could use Scheme to write business data processing software, network control software, artificial intelligence programs, etc. People have used Scheme for all of these purposes. For example: • As mentioned last week, the software that became Yahoo! Store was written in Common Lisp, Scheme’s full-featured cousin. Check out Paul Graham’s telling of the story. • A former student who now works for Short’s Travel sent me a link to an article on the implementation of Orbitz, one of the major on-line airline reservation database systems, in Common Lisp. • From the domain of operating systems, see this paper describing how to implement secure kernels using Scheme and the lambda calculus. • Take a look

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123