summaryrefslogtreecommitdiffstats
path: root/site/miscellaneous.org
diff options
context:
space:
mode:
Diffstat (limited to 'site/miscellaneous.org')
-rw-r--r--site/miscellaneous.org14
1 files changed, 14 insertions, 0 deletions
diff --git a/site/miscellaneous.org b/site/miscellaneous.org
new file mode 100644
index 0000000..c348c28
--- /dev/null
+++ b/site/miscellaneous.org
@@ -0,0 +1,14 @@
+#+SERIES: index.html
+#+SERIES_PREV: haskell.html
+#+SERIES_NEXT: meta.html
+
+#+TITLE: Miscellaneous
+
+Over the years, I have made a habit of learning new programming
+languages, out of curiosity, and I intend to continue this way for the
+time being.
+
+- [[./posts/DiscoveringCommonLisp.html][Discovering Common Lisp with ~trivial-gamekit~]] ::
+ Common Lisp is a venerable programming languages like no other I
+ know. From the creation of a Lisp package up to the creation of a
+ standalone executable, we explore the shore of this strange beast.