g-lisp-general

schemes-links-list

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