瀏覽代碼

Add Honorable Mentions section

Lily Carpenter 9 年之前
父節點
當前提交
e124575369
共有 4 個文件被更改,包括 62 次插入6 次删除
  1. 10 6
      auto/presentation.el
  2. 21 0
      presentation.org
  3. 二進制
      presentation.pdf
  4. 31 0
      presentation.tex

+ 10 - 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 "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 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
+   (add-to-list 'LaTeX-verbatim-macros-with-braces-local "hyperref")
17 17
    (add-to-list 'LaTeX-verbatim-macros-with-delims-local "path")
18 18
    (TeX-run-style-hooks
19 19
     "latex2e"
@@ -80,6 +80,10 @@
80 80
     "sec-9"
81 81
     "sec-9-1"
82 82
     "sec-10"
83
-    "sec-10-1"))
83
+    "sec-10-1"
84
+    "sec-11"
85
+    "sec-11-1"
86
+    "sec-11-2"
87
+    "sec-11-3"))
84 88
  :latex)
85 89
 

+ 21 - 0
presentation.org

@@ -222,3 +222,24 @@
222 222
 - Designed to be simple
223 223
 - Seems to have a very small community
224 224
 - Hackernews ([[https://news.ycombinator.com][news.ycombinator.com]]) is implemented in Arc
225
+* Honorable Mentions
226
+** Lisp Flavored Erlang
227
+- Written by Robert Virding
228
+- Work begin in 2007
229
+- Basically developed just because the author wanted to develop a language on top of erlang and likes lisp
230
+- Author was one of the creators of Erlang
231
+- Provides erlang with meta programming and a feature rich REPL
232
+** Hy
233
+- Also called Hylang
234
+- Written by Paul Tagliamonte
235
+- Introduced at PyCon 2013
236
+- Transparent Lisp front end to Python
237
+- Extreme python interop, since it is basically python
238
+** Pixie
239
+- Heavily inspired by Clojure
240
+- Written by Timothy Baldrige
241
+- Our own Chris Gore has contributed
242
+- First appeared in 2015
243
+- Implemented in RPython and uses PyPy Garbage Collector and tracing JIT
244
+- Basically a clojure dialect with fast startup and native code
245
+- Very young, good for small scripts/programs

二進制
presentation.pdf


+ 31 - 0
presentation.tex

@@ -351,5 +351,36 @@
351 351
 \item Seems to have a very small community
352 352
 \item Hackernews (\href{https://news.ycombinator.com}{news.ycombinator.com}) is implemented in Arc
353 353
 \end{itemize}
354
+\section{Honorable Mentions}
355
+\label{sec-11}
356
+\subsection{Lisp Flavored Erlang}
357
+\label{sec-11-1}
358
+\begin{itemize}
359
+\item Written by Robert Virding
360
+\item Work begin in 2007
361
+\item Basically developed just because the author wanted to develop a language on top of erlang and likes lisp
362
+\item Author was one of the creators of Erlang
363
+\item Provides erlang with meta programming and a feature rich REPL
364
+\end{itemize}
365
+\subsection{Hy}
366
+\label{sec-11-2}
367
+\begin{itemize}
368
+\item Also called Hylang
369
+\item Written by Paul Tagliamonte
370
+\item Introduced at PyCon 2013
371
+\item Transparent Lisp front end to Python
372
+\item Extreme python interop, since it is basically python
373
+\end{itemize}
374
+\subsection{Pixie}
375
+\label{sec-11-3}
376
+\begin{itemize}
377
+\item Heavily inspired by Clojure
378
+\item Written by Timothy Baldrige
379
+\item Our own Chris Gore has contributed
380
+\item First appeared in 2015
381
+\item Implemented in RPython and uses PyPy Garbage Collector and tracing JIT
382
+\item Basically a clojure dialect with fast startup and native code
383
+\item Very young, good for small scripts/programs
384
+\end{itemize}
354 385
 % Emacs 24.5.1 (Org mode 8.2.10)
355 386
 \end{document}