chore: clean up serialise
Some checks failed
build / build (push) Has been cancelled

This commit is contained in:
2026-03-01 11:55:18 -07:00
parent 283c18fd9e
commit 74e48264ea
2 changed files with 2 additions and 9 deletions

View File

@@ -3,4 +3,4 @@
com.rpl/specter {:mvn/version "1.1.6"}
mvxcvi/clj-cbor {:mvn/version "1.1.1"}
babashka/process {:mvn/version "0.6.25"}}
:paths ["." "classes"]}
:paths ["."]}

View File

@@ -1,4 +1,5 @@
(ns serialise
"A toy script for experimenting with doerg-temml-worker."
(:require [clj-cbor.core :as cbor]
[clojure.string :as str]))
@@ -8,12 +9,4 @@
(defn c [x]
(->> x cbor/encode (map #(format "%02x" %)) (str/join " ")))
#_
(w "\\naturalto")
(w "\\ifxetex blah \\fi")
#_#_#_
(w "c = \\sqrt{a^2 + y^2}")
(w "c = \\sqrt{a^ + y^2")
(w "\\alpha^\\beta")