Email or username:

Password:

Forgot your password?
242 posts total
(λ. borkdude)

If you sponsor my #clojure #oss work via Github and use Paypal for transactions, please update to a card since Paypal won't be supported after February 23rd. I'll likely take a hit in sponsorships since "I don't have time for this" is a thing, but I hope many of you will. 🙏 ♥️

Sean Corfield

@borkdude I'm a bit surprised GitHub hasn't notified people who are using PayPal to sponsor projects/maintainers... I just updated my sponsorships (only one was using PayPal, as it happened).

(λ. borkdude)

Try #squintcljs , it has threading macros :)

squint-cljs.github.io/squint/

#clojure #clojurescript
---
RT @stevekrouse
I want the pipe operator in JavaScript so badly. If there were a kickstarter for it, I'd be so in
twitter.com/stevekrouse/status

(λ. borkdude)

Carve is now compatible with #babashka (1.0.170)

Run:
bb -Sdeps '{:deps {io.github.borkdude/carve {:git/sha "<latest-sha"}}}' -x carve.api/carve! --paths src --report --report-format :text

to see unused vars in your project :)

#clojure

github.com/borkdude/carve

(λ. borkdude)

neil: a CLI to add common aliases and features to deps.edn-based projects

Version 0.1.48 released!

#clojure #babashka

Also see the intro blog post here:

blog.michielborkent.nl/new-clo

(λ. borkdude)

pod-babashka-buddy v0.3.3

Use #clojure buddy from #babashka

- Expose the crypto namespace
- Provide macOS aarch64 binaries (thanks @cirrus_labs)

github.com/babashka/pod-babash

(λ. borkdude)

This has been exactly my _personal_ experience with #clojure vs other languages, especially those that focus on frameworks + static typing.

Productive / happy vs slow velocity / no momentum / dealing with making basic "stuff" work.

YMMV!

youtube.com/watch?v=MZy-SNswH2

@bradfordcross

(λ. borkdude)

Introducing instaparse.bb - a library that is usable from babashka and wraps a pod that includes support for Instaparse!

github.com/babashka/instaparse

#clojure #babashka

(λ. borkdude)

neil is a tool that makes stuff around #clojure deps.edn easier

Hearing this from a beginner Clojurians makes me smile!

github.com/babashka/neil

(λ. borkdude)

clj-kondo, a linter for Clojure that sparks joy, 2023.01.12 is released! ✨

#clojure #cljKondo

See these tweets for a demo of the new features:
twitter.com/borkdude/status/16
twitter.com/borkdude/status/16

---
RT @borkdude
A feature that @mkvlr and I hacked on today in Berlin: #cljKondo won't report about functions defined after the rich comment form anymore, since this order usually does…
twitter.com/borkdude/status/16

(λ. borkdude)

You can now write scripts in JavaScript to extend Visual Studio Code using #vsjoyride (without writing an extension)

github.com/BetterThanTomorrow/

#clojure

Go Up