From 95958a16a6770da28919847deb5d267c276b8649 Mon Sep 17 00:00:00 2001 From: Adam Porter Date: Sun, 26 Aug 2018 15:44:50 -0500 Subject: [PATCH] Notes: Add article --- notes.org | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notes.org b/notes.org index 3d420ee..2df6df4 100644 --- a/notes.org +++ b/notes.org @@ -190,6 +190,15 @@ Virtually indistinguishable. Going to try moving the =byte-compile= call from t Doesn't seem to make any difference. +* References + +** [[https://m00natic.github.io/lisp/manual-jit.html][Uniform Structured Syntax, Metaprogramming and Run-time Compilation]] +:PROPERTIES: +:archive.is: http://archive.is/33R9M +:END: + ++ [[https://github.com/m00natic/cl-fdbq][GitHub - m00natic/cl-fdbq: SQL-like operations over fixed field DBs]] + * Examples / testing #+BEGIN_SRC elisp