Add cl-interpol
[adventofcode2020.git] / package.lisp
index a21511cb8f526b2eb9124b20ddeb2ba8f62cfae7..54e35cf252da6775e1f15e41e063434e792e9993 100644 (file)
@@ -1,6 +1,3 @@
-; (progn (ql:quickload :fiveam) 
-;        (ql:quickload :cl-ppcre) 
-;        (ql:quickload :fn))
 (defpackage :adventofcode2020
   (:use :cl 
         :arrow-macros
@@ -13,3 +10,6 @@
                 :split-sequence-if 
                 :split-sequence-if-not)
   (:nicknames :aoc2020))
+(in-package :adventofcode2020)
+(named-readtables:defreadtable :adventofcode2020
+  (:merge :standard fn-reader :interpol-syntax))