All Projects → buntine → Simply-Scheme-Exercises

buntine / Simply-Scheme-Exercises

Licence: other
All of the exercises (and their solutions!) from the Berkeley textbook Simply Scheme.

Programming Languages

scheme
763 projects

Projects that are alternatives of or similar to Simply-Scheme-Exercises

nivinEdu
拟物校园,一个开源的高校教务移动化解决方案。
Stars: ✭ 24 (-75.26%)
Mutual labels:  educational
StarDustCFWPack
StarDust es un Pack con los CFW actuales tipo AIO, Configurado con Atmosphere, SX OS Agrega también las app mas básicas para empezar y no preocuparse por nada
Stars: ✭ 83 (-14.43%)
Mutual labels:  educational
stanford-dl
A dead simple script to download videos or pdfs from Stanford Engineering Everywhere.
Stars: ✭ 57 (-41.24%)
Mutual labels:  educational
Ejercicios-Practicos
Mejora tu lógica de programación y aprende mucho más resolviendo estos ejercicios.
Stars: ✭ 316 (+225.77%)
Mutual labels:  exercises
imongo
A MongoDB kernel for Jupyter
Stars: ✭ 51 (-47.42%)
Mutual labels:  educational
jsex
Implement Some Handy JavaScript Functions From The Ground Up
Stars: ✭ 13 (-86.6%)
Mutual labels:  exercises
coq-art
Coq code and exercises from the Coq'Art book [maintainers=@ybertot,@Casteran]
Stars: ✭ 57 (-41.24%)
Mutual labels:  exercises
godot-nature-of-code
The Nature of Code in Godot - https://natureofcode.com/book/
Stars: ✭ 17 (-82.47%)
Mutual labels:  educational
EEGEdu
Interactive Brain Playground - Browser based tutorials on EEG with webbluetooth and muse
Stars: ✭ 91 (-6.19%)
Mutual labels:  educational
vly1
v1 Voluntarily application - deprecated
Stars: ✭ 14 (-85.57%)
Mutual labels:  educational
oop-exercises
Exercises for those who want to learn Object Oriented Programming in C++ 🔥
Stars: ✭ 27 (-72.16%)
Mutual labels:  exercises
cloud-bulletinboard-ads
This is the bulletinboard-ads sample application code used in the openSAP course: Cloud-Native Development with SAP Business Technology Platform (formerly SAP Cloud Platform).
Stars: ✭ 75 (-22.68%)
Mutual labels:  exercises
web-development-101
Практическое введение во все инструменты, необходимые для создания рабочих веб-сайтов.
Stars: ✭ 21 (-78.35%)
Mutual labels:  educational
learn js regexp
Example based guide to mastering JavaScript regexp
Stars: ✭ 85 (-12.37%)
Mutual labels:  exercises
SilentXMRMiner
A Silent (Hidden) Monero (XMR) Miner Builder
Stars: ✭ 417 (+329.9%)
Mutual labels:  educational
javascript-practice
Repository for an article "10 Javascript exercises with arrays"
Stars: ✭ 44 (-54.64%)
Mutual labels:  exercises
RoadToTop50-Methodology
Methodology notes for web and infrastructure (Windows/Linux) testing.
Stars: ✭ 32 (-67.01%)
Mutual labels:  educational
KanaQuiz
A simple app to quiz the user on identifying Japanese characters.
Stars: ✭ 19 (-80.41%)
Mutual labels:  educational
python-exercises
Exercises for Python
Stars: ✭ 17 (-82.47%)
Mutual labels:  exercises
b9
An educational JS virtual machine based on Eclipse OMR
Stars: ✭ 40 (-58.76%)
Mutual labels:  educational

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:

  1. Wants to (re)learn LISP and/or functional programming
  2. Finds SiCP difficult to digest (hint: read SS and then SiCP)
  3. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].