Advertisement
g-lisp-general

common-lisp-links-list

May 10th, 2014
1,641
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.76 KB | None | 0 0
  1. >Links and implementations:
  2. - Wiki | http://www.cliki.net/index
  3. - ABCL | http://abcl.org/
  4. - SBCL | http://www.sbcl.org/
  5. - GNU CLISP | http://www.clisp.org/
  6. - Unofficial SBCL port for Windows | http://github.com/akovalenko/sbcl-win32-threads/wiki
  7. - Clozure CL | http://ccl.clozure.com/
  8. - Quicklisp | http://www.quicklisp.org/
  9. - A Common Lisp documentation search engine | http://lispdoc.com/
  10. - GUI toolkits | http://www.cliki.net/GUI
  11. - Rosettacode's pages on Common Lisp | http://rosettacode.org/wiki/Category:Common_Lisp
  12.  
  13. >Books, articles, and documentation:
  14. - On Lisp | http://cliki.net/On%20Lisp
  15. - The Common Lisp HyperSpec | http://clhs.lisp.se/
  16. - Another place for the Hyperspec | http://www.lispworks.com/documentation/HyperSpec/Front/index.htm
  17. - L1sp Common Lisp documentation redirection service | http://l1sp.org/
  18. - Let Over Lambda | http://letoverlambda.com/
  19. - Practical Common Lisp | http://gigamonkeys.com/book/
  20. - Gentle Introduction to Symbolic Computation | http://www.cs.cmu.edu/~dst/LispBook/
  21. - Paul Graham's ANSI Common Lisp | http://www.paulgraham.com/acl.html
  22. - Annotations on Graham's ANSI Common Lisp | http://cs.northwestern.edu/academics/courses/325/readings/graham/graham-notes.html
  23. - Object-Oriented Programming in COMMON LISP: A Programmer's Guide to CLOS | http://en.bookfi.org/book/462381
  24. - Common Lisp: An Interactive Approach | http://www.cse.buffalo.edu/~shapiro/Commonlisp/commonLisp.pdf
  25. - Common Lisp: A Gentle Introduction to Symbolic Computation | http://www.cs.cmu.edu/~dst/LispBook/
  26. - Land of Lisp | http://landoflisp.com/
  27. - Why is pgloader so much faster? | http://tapoueh.org/blog/2014/05/14-pgloader-got-faster.html
  28. - Some cool tricks with the condition system | http://www.dawnofthedata.com/2014/05/abusing-langauge-features-common-lisp.html
  29. - Common Lisp: The Untold Story | http://www.nhplace.com/kent/Papers/cl-untold-story.html
  30. - Common Lisp: A Tutorial on Conditions and Restarts | http://chaitanyagupta.com/lisp/restarts.html
  31. - Backtracking with the Common Lisp Condition System | http://directed-procrastination.blogspot.com/2011/05/backtracking-with-common-lisp-condition.html
  32. - Compiling with ECL | http://blog.s21g.com/articles/1649
  33. - The Common Lisp Cookbook | http://cl-cookbook.sourceforge.net/
  34. - Casting SPELs in Lisp | http://www.lisperati.com/casting.html
  35. - Why CLISP is under the GPL | http://clisp.cvs.sourceforge.net/viewvc/clisp/clisp/doc/Why-CLISP-is-under-GPL
  36. - talking usb-serial to my arduino from lisp (sbcl) on linux | http://ryepup.unwashedmeme.com/blog/2009/09/28/talking-usb-serial-to-my-arduino-from-lisp-sbcl-on-linux/
  37. - Common Lisp the Language, 2nd Edition | https://www.cs.cmu.edu/Groups/AI/html/cltl/cltl2.html
  38. - Converting CLtL2 to ANSI CL | https://web.archive.org/web/20130807175341/http://bc.tech.coop/cltl2-ansi.htm
  39. - Common lisp libraries - victims of drive by programming | https://web.archive.org/web/20110321004316/http://tourdelisp.blogspot.com/2008/01/common-lisp-libraries-victims-of-drive.html
  40. - various tutorials on cl-opengl and related topics | http://3bb.cc/tutorials/cl-opengl/
  41. - GTK+ 3 Tutorial for Lisp | http://www.crategus.com/books/cl-gtk/gtk-tutorial.html
  42. - A Silly CL-PPCRE Performance Test | http://boinkor.net/archives/2007/02/a_silly_clppcre_performance_te.html
  43. - Hindley-Milner in Common Lisp | http://compgroups.net/comp.lang.lisp/hindley-milner-in-common-lisp/695997
  44. - SBCL vs. Perl Benchmark | http://benchmarksgame.alioth.debian.org/u64q/benchmark.php?test=all&lang=sbcl&lang2=perl&data=u64q
  45. - Current recommended libraries | http://www.cliki.net/Current%20recommended%20libraries
  46. - "Why I like Common Lisp" by Pascal Costanza | http://p-cos.blogspot.pt/2014/09/why-i-like-common-lisp.html
  47.  
  48. >Software:
  49. - McCLIM toolkit | http://common-lisp.net/project/mcclim/
  50. - CLIM | http://www.cliki.net/CLIM
  51. - CLIMatis | https://github.com/robert-strandh/CLIMatis
  52. - Second CLIMacs | https://github.com/robert-strandh/Second-Climacs
  53. - Weblocks web framework | http://weblocks-framework.info/
  54. - Drakma | http://www.weitz.de/drakma/
  55. - Stumpwm | http://stumpwm.org/index.html
  56. - CLisp As SHell | http://www.clisp.org/clash.html
  57. - trivial-shell | http://cliki.net/trivial-shell
  58. - inferior-shell | http://cliki.net/inferior-shell
  59. - Someshell | https://gitorious.org/someshell/someshell/source/eea75dd6634388aaf3caf164c2bfb28adbfa6fc5:
  60. - A Parser for M-Expressions | http://informatimago.com/develop/lisp/com/informatimago/small-cl-pgms/m-expression/
  61. - STMX, a high-performance implementation of composable Transactional Memory | http://stmx.org/
  62. - Xelf, for writing games | http://xelf.me/
  63. - Reader Macros in Common Lisp | https://gist.github.com/chaitanyagupta/9324402
  64. - CLAZY: Lazy Calling in Common Lisp | http://common-lisp.net/project/clazy/
  65. - A Common Lisp hangman game written by an anon from /g/ | https://github.com/jimrustle/programming-projects/blob/master/scripts/hangman/hangman.lisp
  66. - Buildapp - Create executables with SBCL or CCL | http://www.xach.com/lisp/buildapp/
  67. - An ORM for Common Lisp. | https://github.com/eudoxia0/crane
  68. - Another ORM for Common Lisp | https://github.com/fukamachi/integral
  69. - Security for Clack-based Common Lisp web applications | https://github.com/eudoxia0/hermetic
  70. - Iterate | http://common-lisp.net/project/iterate/
  71. - Closure Web Browser | http://common-lisp.net/project/closure/
  72. - SHELISP | http://dan.corlan.net/shelisp/shelisp_manual_3_2.pdf
  73. - Opticl | https://github.com/slyrus/opticl
  74. - Chirp | http://www.cliki.net/Chirp
  75. - Linedit | http://www.cliki.net/linedit
  76. - A lisp web browser using WebKit | https://github.com/AeroNotix/lispkit
  77. - Nekthuth : Connection with a Lisp | http://www.vim.org/scripts/script.php?script_id=2357
  78. - Common Music Notation | https://ccrma.stanford.edu/software/cmn/cmn/cmn.html
  79. - Option 9 | http://pages.cs.wisc.edu/~psilord/lisp-public/option-9.html
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement