|
@@ -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}
|