Lily Carpenter 9 jaren geleden
bovenliggende
commit
5cc203c25d
4 gewijzigde bestanden met toevoegingen van 20 en 6 verwijderingen
  1. 7 6
      auto/presentation.el
  2. 5 0
      presentation.org
  3. BIN
      presentation.pdf
  4. 8 0
      presentation.tex

+ 7 - 6
auto/presentation.el

@@ -8,12 +8,12 @@
8 8
    (TeX-add-to-alist 'LaTeX-provided-package-options
9 9
                      '(("inputenc" "utf8") ("fontenc" "T1") ("ulem" "normalem")))
10 10
    (add-to-list 'LaTeX-verbatim-environments-local "semiverbatim")
11
-   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
12
-   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
13
-   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
14
-   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
15
-   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
16 11
    (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref")
12
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperimage")
13
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperbaseurl")
14
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "nolinkurl")
15
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "url")
16
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "path")
17 17
    (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
18 18
    (TeX-run-style-hooks
19 19
     "latex2e"
@@ -84,6 +84,7 @@
84 84
     "sec-11"
85 85
     "sec-11-1"
86 86
     "sec-11-2"
87
-    "sec-11-3"))
87
+    "sec-11-3"
88
+    "sec-11-4"))
88 89
  :latex)
89 90
 

+ 5 - 0
presentation.org

@@ -79,6 +79,7 @@
79 79
 - Land of Lisp (fun alternative to PCL [love the comics]) http://landoflisp.com/
80 80
 - Common lisp hyperspec [[http://www.lispworks.com/documentation/HyperSpec/Front/index.htm]]
81 81
 - Duckduckgo hyperspec search with !clhs
82
+- Articulate Common Lisp [[http://articulate-lisp.com]]
82 83
 - For the love of lisp, use Emacs + SLIME(or the newer sly) as your REPL even if not your editor
83 84
 ** CLASP
84 85
 *** Purpose
@@ -244,3 +245,7 @@
244 245
 - Implemented in RPython and uses PyPy Garbage Collector and tracing JIT
245 246
 - Basically a clojure dialect with fast startup and native code
246 247
 - Very young, good for small scripts/programs
248
+** Kawa
249
+- Scheme on the JVM
250
+- Many consider it to have better Java integration than Clojure or ABCL
251
+- See [[https://www.gnu.org/software/kawa/]] and [[http://lwn.net/Articles/623349/]]

BIN
presentation.pdf


+ 8 - 0
presentation.tex

@@ -121,6 +121,7 @@
121 121
 \item Land of Lisp (fun alternative to PCL [love the comics]) \url{http://landoflisp.com/}
122 122
 \item Common lisp hyperspec \url{http://www.lispworks.com/documentation/HyperSpec/Front/index.htm}
123 123
 \item Duckduckgo hyperspec search with !clhs
124
+\item Articulate Common Lisp \url{http://articulate-lisp.com}
124 125
 \item For the love of lisp, use Emacs + SLIME(or the newer sly) as your REPL even if not your editor
125 126
 \end{itemize}
126 127
 \subsection{CLASP}
@@ -383,5 +384,12 @@
383 384
 \item Basically a clojure dialect with fast startup and native code
384 385
 \item Very young, good for small scripts/programs
385 386
 \end{itemize}
387
+\subsection{Kawa}
388
+\label{sec-11-4}
389
+\begin{itemize}
390
+\item Scheme on the JVM
391
+\item Many consider it to have better Java integration than Clojure or ABCL
392
+\item See \url{https://www.gnu.org/software/kawa/} and \url{http://lwn.net/Articles/623349/}
393
+\end{itemize}
386 394
 % Emacs 24.5.1 (Org mode 8.2.10)
387 395
 \end{document}