lilactown / helix

A simple, easy to use library for React development in ClojureScript.
Eclipse Public License 2.0
622 stars 51 forks source link

Make self-hosted CLJS compatible #144

Open lilactown opened 10 months ago

lilactown commented 10 months ago

Things I think would need to happen:

rome-user commented 10 months ago

Is there a reference for the self-hosted CLJS compiler? I haven't heard of this, but I will be willing to investigate how tagged literals work. Given "self-hosted", I would assume tagged literals use deftype under the hood, but we have to verify this.

lilactown commented 10 months ago

@roman01la created a test bed for self hosted clojurescript that we could use to validate changes https://github.com/roman01la/clojurescript-studio