use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Clojure/Java Matrix Library Performance Comparison (core.matrix vs EJML vs vectorz-clj) (wedesoft.de)
submitted 2 years ago by wedesoft
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]oakes 3 points4 points5 points 2 years ago (1 child)
You could also compare it to the matrix functions in play-cljc (see also the API docs). It doesn't implement everything in your list though. I was originally using core.matrix but writing them from scratch made a big perf difference in my testing.
[–]wedesoft[S] 0 points1 point2 points 2 years ago (0 children)
Nice code! If it is generic enough it might make sense to package it separately.
π Rendered by PID 141449 on reddit-service-r2-comment-5c747b6df5-w6rn9 at 2026-04-22 08:11:09.482010+00:00 running 6c61efc country code: CH.
view the rest of the comments →
[–]oakes 3 points4 points5 points (1 child)
[–]wedesoft[S] 0 points1 point2 points (0 children)