Fork me on GitHub
#off-topic
<
2021-07-19
>
phronmophobic19:07:03

In #clojure, there was a discussion about "lightweight". Is there a tool that will look at a deps.edn and show you how much each dependency (and its transitive deps) "weigh?" (eg. jar size, namespace loading time, other metrics?). If not, that seems like a cool mini-project.

👀 2
Alex Miller (Clojure team)19:07:34

tbh, it's not great at this but it's something I'd be interested in making better

Alex Miller (Clojure team)19:07:56

and maybe a picture is not the best avenue for it

sova-soars-the-sora21:07:14

Okay, hear me out. 😂 Write a read-able algorithm in Clojure Have a neural net convert your readable algorithm to something super duper fast in unrecognizable Clojure

Ben Sless02:07:52

Optimizing clojure and keeping it recognizable is enough of a challenge (ask me how I know 🙂) . But I imagine you can do a lot with meander, core.logic and tools.analizer

henrik08:07:05

1. Write a Clojure algorithm 2. Have a quantum computer run it with all possible inputs 3. Have the quantum computer construct all possible algorithms 4. Return all algorithms that generate the same outputs as the initial algorithm 5. Peruse the infinite list at your leisure, and pick the one you like best

😄 2
Ben Sless08:07:35

You forgot the

...
profit
part 🙂

respatialized21:07:15

"non-deterministic compiler"

😮 4