Skip to content

Tagged reader literals #314

@teodorlu

Description

@teodorlu

Hi!

Tagged reader literals like #time/date-time "2025-01-03T12:00" don't appear to work in Clay.

Reproduction

;; deps.edn
{:deps {com.widdindustries/cljc.java-time {:mvn/version "0.1.21"}
        com.widdindustries/time-literals {:mvn/version "0.1.10"}}}
;; notebook.clj
(ns notebook)
#time/date-time "2025-01-03T12:00"

Expected

Same behavior in REPL and Clay

Actual

Works in REPL! Crashes in Clay:

Image

References

https://clojure.org/reference/reader#tagged_literals

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions