leiningen

N.B. The maintainers are on #leiningen on Libera chat IRC. Go there for direct support/bug reports.
2020-01-22T02:19:36.021200Z

I always thought the slowest parts I see have been just compiling a bunch of clj namespaces.

2020-01-22T02:19:49.021400Z

As far as tooling goes.

ghadi 2020-01-22T02:25:38.021600Z

ghadi 2020-01-22T02:25:55.022100Z

lein is aot compiled ^ unzip -l /usr/local/Cellar/leiningen/2.9.1/libexec/leiningen-2.9.1-standalone.jar | awk '{print $4}' | sort | grep __init.class

2020-01-22T02:33:29.022700Z

Well I mean all the middleware and stuff along with plugins

2020-01-22T02:35:31.023900Z

I don’t remember profiling results now. I believe there were some insightful blog posts showing where the time goes that was out about a year or so ago. And made sense.

2020-01-22T02:35:45.024100Z

Perhaps can find