Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- >Some useful links:
- - Wiki | http://community.schemewiki.org/
- - SRFIs | http://srfi.schemers.org/
- >Implementations and whatnot:
- > Racket:
- - Homepage | http://racket-lang.org/
- - Twitter | https://twitter.com/racketlang
- - Guide (for beginners) | http://docs.racket-lang.org/guide/index.html
- - Docs (for reference) | http://docs.racket-lang.org/reference/index.html
- - Planet (packages) | http://pkgs.racket-lang.org/
- - Typed Racket | http://docs.racket-lang.org/ts-guide/
- - Redex | http://redex.racket-lang.org/
- - RacketCon 2013 | http://con.racket-lang.org/2013/
- - Whalesong | http://hashcollision.org/whalesong/
- - Exploring Racket | http://khinsen.wordpress.com/2014/05/10/exploring-racket/
- - #lang rackjure | http://www.greghendershott.com/rackjure/index.html
- > Guile:
- - Homepage | https://www.gnu.org/software/guile/
- - Manuals | https://www.gnu.org/software/guile/docs/docs.html
- - General resources | https://www.gnu.org/software/guile/resources.html
- - Live Asset Reloading with guile-2d | http://dthompson.us/live-asset-reloading-with-guile-2d.html
- - The effect of Guile's new compiler | http://wingolog.org/archives/2014/05/18/effects-analysis-in-guile
- - Partial evaluation in guile | http://wingolog.org/archives/2011/10/11/partial-evaluation-in-guile
- - The Guile 100 Programs Project | http://www.lonelycactus.com/guile100/
- > Chez:
- - Homepage | http://scheme.com/
- - Docs | http://scheme.com/csug8/
- - Various publications | http://www.cs.indiana.edu/chezscheme/pubs/index.pdf
- > Chicken:
- - Homepage | http://call-cc.org/
- - Eggs (packages) | http://wiki.call-cc.org/chicken-projects/egg-index-4.html
- - API/Docs | http://chickadee.call-cc.org/
- - The garbage collector | http://www.more-magic.net/posts/internals-gc.html
- > Chibi Scheme:
- - Homepage | http://synthcode.com/wiki/chibi-scheme
- - Manual | http://synthcode.com/scheme/chibi/
- > Larceny:
- - Homepage | http://www.larcenists.org/
- > Ypsilon:
- - Homepage | http://www.littlewingpinball.com/doc/en/ypsilon/index.html
- >Books, articles, and documentation:
- - SICP | https://github.com/sarabander/sicp-pdf
- - MIT's SICP companion site | https://mitpress.mit.edu/sicp/
- - Texinfo SICP | http://www.neilvandyke.org/sicp-texi/
- - Various papers | http://library.readscheme.org/
- - How to design programs | http://htdp.org/
- - Realm of Racket website | http://realmofracket.com/
- - Realm of Racket download | http://it-ebooks.info/book/2628/
- - The Little Schemer | http://www.ccs.neu.edu/home/matthias/BTLS/
- - Scheme 9 from Empty Space | http://www.t3x.org/s9book/index.html
- - The Scheme Programming Language | http://www.scheme.com/tspl4/
- - The 90 minute Scheme to C compiler | http://www.iro.umontreal.ca/~boucherd/mslug/meetings/20041020/90-min-scc/90-min-scc.pdf
- - Fear of Macros | http://www.greghendershott.com/fear-of-macros/index.html
- - A look at R7RS | http://www.slideshare.net/kazh98/what-does-r7rs-change-programming-in-scheme
- - An Advanced Syntax-Rules Primer for the Mildly Insane | http://petrofsky.org/src/primer.txt
- - Writing Macros in Continuation-Passing Style | http://repository.readscheme.org/ftp/papers/sw2000/hilsdale.pdf
- - Dirty Macros talk | http://okmij.org/ftp/Scheme/Dirty-Macros-talk.pdf
- - Scheme and Functional Programming 2000 workshop | http://www.ccs.neu.edu/home/matthias/Scheme2000/hilsdale.ps
- - Interview with an individual who wrote adware in scheme | http://philosecurity.org/2009/01/12/interview-with-an-adware-author
- - The Scheme Programming Language | http://scheme.com/tspl4/
- - Essentials of Programming Languages | http://eopl3.com/
- - Moscow chip - hard core Shen discussion | https://groups.google.com/forum/#!msg/qilang/Ch3dZ_220kA/2igXmqeqpK8J
- - The Original 'Lambda Papers' by Guy Steele and Gerald Sussman | http://library.readscheme.org/page1.html
- - Nils' Tech Stuff | http://www.bcl.hamilton.ie/~nmh/t3x.org/zzz/
- - A Schemer’s View of Monads Partial Draft | https://cgi.soic.indiana.edu/~c311/lib/exe/fetch.php?media=manymonads.pdf
- - Programming Languages: Application and Interpretation | http://cs.brown.edu/courses/cs173/2012/book/index.html
- - Scheme Benchmarks | http://www.cs.utah.edu/~mflatt/benchmarks-20100126/log3/Benchmarks.html
- - Guile Developer Blog | http://wingolog.org/
- - Amb | http://community.schemewiki.org/?amb
- - A Practical Soft Type System for Scheme | www.ccs.neu.edu/racket/pubs/tr93-218.ps.gz
- - Embedding Scheme for a game mission scripting DSL | http://carloscarrasco.com/embedding-scheme-for-a-game-mission-scripting-dsl.html
- - Scheme Implementations | http://www.cs.indiana.edu/scheme-repository/imp.html
- - an opinionated guide to scheme implementations | http://wingolog.org/archives/2013/01/07/an-opinionated-guide-to-scheme-implementations
- - Scsh Reference Manual | http://scsh.net/docu/html/man.html
- >Software:
- - A Scheme Interpreter for ARM Microcontrollers | http://armpit.sourceforge.net/
- - Write bullet hell games in Scheme | https://github.com/davexunit/gnumaku
- - An IRC bot written in MIT/GNU Scheme | https://github.com/Zlacki/SchemeBot
- - GuileWM | http://www.markwitmer.com/guile-xcb/guile-wm.html
- - Scheme Constraints Window Manager | http://scwm.sourceforge.net/
- - Database interface for Guile | https://gna.org/projects/guile-dbi/
- - PostgreSQL RDBMS modules for Guile | http://www.nongnu.org/guile-pg/
- - 2D game programming library for GNU Guile | https://gitorious.org/sly/
- - Tox client written in Racket | https://github.com/lehitoskin/blight
- - Rapid prototype 3D graphics with Fluxus | http://www.pawfal.org/fluxus/
- - racket-cow-repl | https://github.com/takikawa/racket-cow-repl/tree/master
- - µKanren | https://github.com/jasonhemann/microKanren
- - GNU Guix | https://gnu.org/software/guix/
- - bootstrap-scheme | https://github.com/petermichaux/bootstrap-scheme
- - W | https://github.com/thomcc/W/
- - A racket/gui wrapper for simple game development. | https://github.com/samvv/racket-gaming
- - Graphical libraries for Chicken | http://wiki.call-cc.org/chicken-projects/egg-index-4.html#graphics
- - Web interface for GNU Guix | https://gitorious.org/guix-web/guix-web/source/8ced57e86f518cecea4fa5c6499ad33459823b77:
- - spock | http://wiki.call-cc.org/eggref/4/spock
- - gzochi | http://www.nongnu.org/gzochi/
Advertisement
Add Comment
Please, Sign In to add comment