Shantanu Sardesai
Shantanu Sardesai
Should be the latest one since I Installed it this morning using the [command from the README](https://github.com/ocaml-community/utop?tab=readme-ov-file#installation-via-opam). A screenshot of my utop version (`v2.13.1`): could it be that I misunderstood...
I'm interested in working on this!
> The TODO for this is here: https://github.com/jank-lang/jank/blob/main/compiler%2Bruntime/src/cpp/jank/analyze/processor.cpp#L1245 Updated [permalink](https://github.com/jank-lang/jank/blob/4239ee52e60e290df6656cf52e4a3d00609a6eb5/compiler%2Bruntime/src/cpp/jank/analyze/processor.cpp#L1245).
@jeaye Should this one be closed? ```jank user=> (meta (conj ^:meta {} [:k :v])) {:meta true} ``` And I see Chris already worked on it in one of his previous...
I suppose this also could do with a few new test cases in the test suite?
It looks like this still requires some work after all: ```jank user=> (let [meta-data {:foo 42} \ user=>... apply-meta #(-> % (with-meta meta-data) (conj [:k :v]) meta)] \ user=>... (apply-meta...
Requires a repoint.
I'll also aim to add missing Clojure test suite test cases for some of the arithmetic promotion operators.
Interestingly enough it looks like Clojure doesn't seem to support automatic arithmetic promotion from a `java.lang.Double` to `java.math.BigDecimal`, although I've **_yet_** to receive confirmation on whether that is really the...
> Interestingly enough it looks like Clojure doesn't seem to support automatic arithmetic promotion from a `java.lang.Double` to `java.math.BigDecimal`, although I've **_yet_** to receive confirmation on whether that is really...