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
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
Have you / will you make a tool called fi? Would be a nice companion to βοΈ :)
:)
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 π.
@chris441 There is already such bridge which supports native, babashka and java runtime π (Disclaimer: It's done by me)
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 π.
Sure! Thanks for your explanation! I do appreciate it a lot!
: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
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!
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 π