Giter VIP home page Giter VIP logo

simply-scheme-exercises's Introduction

----------------------------
- SIMPLY SCHEME, EXERCISES -
----------------------------

NOTE: It would be cool to see other peoples solutions to these problems! ;)

This project contains my solutions to the exercises and projects
presented at the end of each chapter in the textbook Simply Scheme
(Brian Harvey and Matthew Wright, 2nd ed, MIT 1999).

The book is freely available here: http://www.cs.berkeley.edu/~bh/ss-toc2.html

I have omitted the first two chapters as they are very basic
and contain little or no actual code. Also, on most chapters,
there is a section called "Boring exercises" and a section
called "Real exercises". I've omitted all boring exercises
because their solutions contain no actual code and they are...
well... boring.

The code samples throughout the book use a slightly modified
implementation of Scheme (syntactically LISP, but with some
additional primitive procedures). To get this augmentation
working correctly in Dr. Scheme, you must choose "Pretty Big"
from the languages menu and then install the extensions via
the REPL:

> (require (planet dyoo/simply-scheme:1:2/simply-scheme))

I try to only use concepts and procedures that have been introduced
when answering questions (e.g I don't use recursion before it's been
discussed, nor do I use variables -- other than the lambda shorthand
notation -- until chapter 7).

For the record, I recommend this particular book for anyone who:

0) wants to (re)learn LISP and/or functional programming;
1) finds SiCP difficult to digest (hint: read SS and then SiCP)
2) is looking for a good introduction to programming

The text is available for free in PDF format. It's distributed under
the GNU General Public License. I place all of my solutions and original
work on this project in the public domain.

simply-scheme-exercises's People

Contributors

buntine avatar sanjeevs avatar sunilkukde avatar

Watchers

James Cloos avatar Charles Kagiri avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.