-
The https://scicloj.github.io/wolframite/ page points to a page about the old Clojuratica project. We want the new site for Wolframite v1 to be there - and to build in in accordance with how SciCloj w…
-
The README recommends setting up the path to the JLINK jar using `WOLFRAM_INSTALL_PATH`:
https://github.com/scicloj/wolframite/blob/8510c7e/README.md
It turns out that in the code, two different e…
daslu updated
3 months ago
-
The numbers are growing exponentially, so we need to scale our effort exponentially, too.
This repo has several thousands of contributors and ~12.6K stars gazers at moment. That's a lot.
Please …
-
Target group: scientists faimilar with Wolfram/Mathematica, who would benefit from automating their data processing pripelines with Scicloj & Clojure
TBD: Write down some ideas
-
# Problem context + description
Attempting to install dependencies for `top2vec` ran me into [a plethora of issues with my current platform](https://solomonmg.medium.com/so-you-want-to-install-tens…
-
The `:dev` alias at `deps.edn` has a few outdated dependencies.
One of them is `cider/orchard`:
https://github.com/scicloj/wolframite/blob/8510c7e/deps.edn#L12
```clj
…
daslu updated
3 months ago
-
[Delta Lake](https://delta.io/) brings a lot of crucial features into the Spark ecosystem. Some of the highlights include:
1. ACID transactions.
2. Time travel between data versions.
3. Safe in-…
erp12 updated
3 years ago
-
Currently, core.clj is the defactor entry-point for Wolframite. Unfortunately however, exposing load-package! here is not straightforward because of circular dependencies.
If we want load-package! …
-
For future decision, I'm separating this from the pull request that was merged.
```clojure
(wl/eval (w/-)) => ERROR
(wl/eval (w/- 5 4 3)) => ERROR
(wl/eval '(w/- 5 4 3)) => ERROR
(wl/eval (w/Su…
-
Assume we define a namespace `dummy` as follows:
```clj
(ns dummy)
(def x 9)
(defmacro m [] `x)
(m)
```
and that we try to `make!` if from within another namespace, say `user`:
```clj
(requ…
daslu updated
3 months ago