announcements

Project/library announcements ONLY - use threaded replies for discussions. Do not cross post here from other channels. Consider #events or #news-and-articles for other announcements.
borkdude 2021-04-27T10:37:49.067Z

New release of edamame, a highly configurable clojure / EDN parser with accurate location metadata. Release notes: https://github.com/borkdude/edamame/blob/master/CHANGELOG.md#0011

13
borkdude 2021-04-27T10:40:04.068300Z

Also a new release of sci, a configurable Clojure interpreter suitable for scripting and Clojure DSLs which is compatible with JVM / GraalVM native and ClojureScript (advanced). https://github.com/borkdude/sci/blob/master/CHANGELOG.md#v025

🀘 7
21
Jakub HolΓ½ 2021-04-27T15:06:29.071300Z

Have you / will you make a tool called fi? Would be a nice companion to ☝️ :)

πŸ˜‚ 1
borkdude 2021-04-27T15:07:14.071500Z

:)

chrisn 2021-04-27T15:58:48.071900Z

I posted aΒ https://github.com/cnuernber/cljs-lambda-gateway-exampleΒ of using AWS API Gateway proxying to AWS lambda to host a full reagent-based webapp running in graal native.Β  This required a bit of a bridge between API Gateway and a ring handler stack; this bridge I think would be best done by the community.Β  In any case,Β  Enjoy πŸ™‚.

πŸ‘ 6
1
❀️ 6
πŸ’ͺ 2
Karol WΓ³jcik 2021-04-27T16:10:54.072600Z

@chris441 There is already such bridge which supports native, babashka and java runtime πŸ˜„ (Disclaimer: It's done by me)

πŸ™‚ 1
chrisn 2021-04-27T16:17:07.073Z

I know, you are speaking of https://github.com/FieryCod/holy-lambda which I think is a good pathway but for my tastes it is not a good demonstration of the basic pathway end to end as it hides a lot of details. I can link to it in the addendum section however if people want to explore a more batteries-included pathway. There is more here than just proxy-lambda integration as it this is also demonstration of how to use shadow-cljs which I see lots of questions about and a basic demonstration with instructions of how to setup API Gateway to forward such requests. The differentiator is this is project designed for teaching, not designed as a library for further use πŸ™‚.

πŸ‘ 2
1
Karol WΓ³jcik 2021-04-27T16:22:37.073500Z

Sure! Thanks for your explanation! I do appreciate it a lot!

❀️ 1
ericdallo 2021-04-27T20:56:55.083Z

:clojure-lsp:Β Released clojure-lspΒ https://github.com/clojure-lsp/clojure-lsp/releases/tag/2021.04.27-20.17.45 With the power of clj-kondo, adds the feature of finding the definition of re-frame.core registrations like reg-event-db , reg-sub and others! No more searching by text in the whole project with that πŸŽ‰ For more details, check #lsp

😍 2
πŸŽ‰ 20
2021-04-27T21:16:25.084500Z

A few days ago, I released https://github.com/prestancedesign/inertia-clojure Ring middleware. Here is a more complete demo of how I started from @seancorfield 's usermanager fork to turn it into a SPA. More info here: https://github.com/prestancedesign/usermanager-reagent-inertia-example Feedbacks are welcome. Cheers!

πŸ‘ 4
πŸ™‚ 3
mauricio.szabo 2021-04-27T22:03:41.087400Z

Just published a new version of Chlorine, the socket-repl package for the Atom editor. In this version, some fixes, a new goto var definition for namespaces, and also the ability to extend core commands using Pathom. The feature is not yet 100% documented, but I'm doing small spikes of documentation here: https://github.com/mauricioszabo/repl-tooling/blob/master/doc/extending.md#Add-new-commands. Also, I'd like to thank @wilkerlucio for all the help, encouragement, and also for doing an incredible job with Pathom. You're the man πŸ‘

πŸ‘ 5
1
πŸ‘ 5
1
6
πŸ™ 5
πŸ˜„ 9
πŸŽ‰ 3