-
Provide a mechanism to dynamically link custom C implementations of functionality and clean ways to access that functionality from ClojureScript.
See https://nodejs.org/api/addons.html for inspiratio…
-
## Feature Request
### Description of Problem:
I'm working on a new feature for [status-react](https://github.com/status-im/status-react). This [feature](https://github.com/status-im/status-react/…
-
This would address some issues we're having in our Clojurescript / Clojure Apps. Theoretically could wrap the Node/java libraries.
-
Since the most recent version it is possible to load .cljs files from Clerk viewers using `:require-cljs true`. This works fine, but when I try to require a library in such a file (added in my deps.ed…
-
I am evaluating this lib for usage in constructing responses from my CLJS lambda functions but I have noticed that the main file is a `http_response.clj` is `.clj` file.
Is this something you folks…
-
What would be most helpful for the maintainers?
- Tests
- New ideas
- Documentation
- Donations
... maybe just a few lines in a `Contributing` section of the `README` would do. Even if the p…
-
## Currently
While looking at https://github.com/cljdoc/cljdoc/issues/543 I was reminded that
ClojureScript analysis only includes macros in `.clj` files if they happen to be loaded by other namespa…
-
**Describe the bug**
Clojure dart is not able to handle this scenario where a function is defined and used in a subsequent macro.
**To Reproduce**
```clj
(defn gensyms [amt]
(vec (repeate…
-
**Is your feature request related to a problem? Please describe.**
I would like to add support in `clojure-lsp` for `Basilisp`, a Clojure-compatible language running on the Python VM.
https://gi…
-
- Load clojurescript files with `(load-file "some/file.cljs")` (seems to be broken at the moment).
- Require globally installed nodejs libraries like `(def decode-prompt (js/require "decode-prompt")`…