Skip to content

Support conditional readers #75

@mcuervoe

Description

@mcuervoe

Scittle does not currently support conditional readers; that is, you can not load .cljc files with #?(:cljs ...) expressions. The conditional readers seem to have been filtered out when you execute the code in the browser.

To test it, replace any ccojureScript expression with #?(:cljs expression), for example

replace ;(js/alert "You clicked!") with #?(:cljs (js/alert "You clicked!"))

The net result should be the same if conditional readers work as expected.

@borkdude , thanks as always for such great tools you build

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