Fork me on GitHub
#announcements
<
2021-04-27
>
borkdude10:04:49

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

clojure-spin 38
borkdude10:04:04

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

sci 60
metal 21
Jakub Holý (HolyJak)15:04:29

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

😂 3
chrisn15:04:48

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 🙂.

👍 16
❤️ 15
3
💪 6
Karol Wójcik16:04:54

@UDRJMEFSN There is already such bridge which supports native, babashka and java runtime 😄 (Disclaimer: It's done by me)

🙂 3
chrisn16:04:07

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 🙂.

👍 5
3
Karol Wójcik16:04:37

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

❤️ 3
ericdallo20:04:55

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

🎉 55
😍 5
Michaël Salihi21:04:25

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!

🙂 9
👏 9
mauricio.szabo22:04:41

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 👍

😄 27
🙏 14
pathom 18
👍 14
👏 17
aw_yeah 3
🎉 7
2