Any interesting projects built in ClojureScript

I want to see some interesting apps or websites built with ClojureScript.

1 Like

https://asciinema.org

I think all use ClojureScript.

5 Likes

My entire project is build w/ CLJS:
www.soyoulearn.com

It’s a custom Rum + custom Datascript. About 25k LOC. Though, you need to create an account to actually see the SPA.

3 Likes

Calva is not even close to entirely using ClojureScript, but certainly we will get it there:

https://marketplace.visualstudio.com/items?itemName=cospaia.clojure4vscode

Calva uses Calva Formatter for its formatting and that is a ClojureScript First project where TypeScript is only used for the integration parts and ClojureScript is used for building the ”library” of functionality.

2 Likes

I started a collection of ClojureScript programs that are publicly available on github. See this announcement post: [ANN] cjs-corpus: A greppable archive of ClojureScript code

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.