Schemers: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Update link to Noisebridge Schemers wiki)
Line 15: Line 15:
* [http://webcast.berkeley.edu/course_details_new.php?seriesid=2010-B-26275&semesterid=2010-B/ Berkeley Class Webcasts]
* [http://webcast.berkeley.edu/course_details_new.php?seriesid=2010-B-26275&semesterid=2010-B/ Berkeley Class Webcasts]
* [http://blog.willdonnelly.net/2008/09/04/a-scheme-syntax-rules-primer/ Hygienic Macros]
* [http://blog.willdonnelly.net/2008/09/04/a-scheme-syntax-rules-primer/ Hygienic Macros]
* [[scheme:start|The Noisebridge Schemers Wiki]]
* [[scheme|The Noisebridge Schemers Wiki]]


=== Software ===
=== Software ===

Revision as of 19:30, 3 April 2011

We're forming a study group to learn about the scheme programming language and fundamental CS concepts using the classic book SICP as a study guide. The full text of this book is freely available online, and we have a physical copy on our bookshelf as well. We meet on Sundays at 2pm in the Church classroom of the Noisebridge hackerspace. Please monitor the Noisebridge Discuss mailing list for updates (read the archives if you'd rather not subscribe to this somewhat high-volume list).

Textbook

Other Helpful Texts

Software

  • Racket The original "DrScheme" has been updated and expanded and renamed. It is still Scheme at the core however.
  • PLT Scheme = Racket PLT Scheme was renamed to Racket, included here for de-confusion.
  • Chicken Scheme is another implementation of scheme. It has as active, friendly community...and it has eggs.