Skip to content

Instantly share code, notes, and snippets.

;;
(quail-define-package
"english-true-dvorak" "English" "DVO" t
"English (ASCII) input method simulating Dvorak keyboard"
nil t t t t nil nil nil nil nil t)
;; 1! 2@ 3# 4$ 5% 6^ 7& 8* 9( 0) -_ =+ `~
;; dD vV oO rR aA kK lL uU yY ;: [{ ]} \|
;; gG pP sS tT qQ hH nN eE iI fF '"
;; zZ xX cC wW bB jJ mM ,< .> /?
(ns file-backed-cache.core
(:require [clojure.core.cache :as cache :refer [defcache]]
[clojure.edn :as edn]
[clojure.java.io :as io]
[clojure.pprint :as pp]
[clojure.test :refer :all]
[hasch.core :as hash])
(:import [clojure.lang IDeref]
[java.io PushbackReader]
[java.nio.file Files]