Code Monkey home page Code Monkey logo

touretzky-gentle's Introduction

touretzky

Rick Kawala

This is a bunch of Lisp code that I wrote while I read A Gentle Introduction To Symbolic Computation by David Touretzky. A PDF of the book is available for free online at https://www.cs.cmu.edu/~dst/LispBook/.

Rob Mee suggested the idea of learning something new by writing unit tests. It's worked out really well. You can read a book and think you understand something, but you don't know what you don't know until you actually try to express it as code and run it.

I also learned a lot by doing my best to DRY the tests. I wrote my first Lisp macro that way, among other things.

Running the code

One of the hard things, as a person new to Lisp, was figuring out how to get that first test to run. I recommend you do the following:

  1. Install Portacle from https://portacle.github.io/
  2. Clone this repo into the portacle/projects directory.
  3. Start Portacle.
  4. Go to the Emacs buffer named *slime-repl sbcl*
  5. Execute (ql:quickload :rove) to download the testing framework and its dependencies.
  6. Execute (asdf:load-system :touretzky) to load this project.
  7. To run the tests, do (progn (rove:run :touretzky) nil)

I wrote that list from memory, so feel free to add a GitHub issue if I got it wrong.

License

This project is licensed under the MIT license. Use this code in any way you want, just don't sue me.

touretzky-gentle's People

Contributors

rkawala avatar

Watchers

 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.