aboutsummaryrefslogtreecommitdiff
path: root/json.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-07-30 21:52:54 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-07-31 03:14:07 +0200
commit6297081081857b38da56665df7a1e91ca7e8ef82 (patch)
tree3453bc47be9b41d4486e142c05ca51a144169a99 /json.scm
parentUpdate monad library. (diff)
downloadtexttv-6297081081857b38da56665df7a1e91ca7e8ef82.tar.gz
texttv-6297081081857b38da56665df7a1e91ca7e8ef82.tar.xz
Update all dependencies to work.
Diffstat (limited to '')
-rw-r--r--json.scm8
1 files changed, 0 insertions, 8 deletions
diff --git a/json.scm b/json.scm
deleted file mode 100644
index bb33e5d..0000000
--- a/json.scm
+++ /dev/null
@@ -1,8 +0,0 @@
-(define-module (json)
- #:export (get-json parse-json json->scm))
-;; (setenv "LD_LIBRARY_PATH" (string-append "/usr/local/lib:" (getcwd)))
-
-(load-extension "libguile-json" "init_json")
-
-(define (get-json filename)
- (json->scm (parse-json filename)))