Email or username:

Password:

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

Python and #babashka are both interpreted scripting languages. How do they differ in performance?
A loop of 10M iterations, adding a number: this isn't babashka's strong suit, yet it's not too bad compared to Python :)
#clojure

Vale@kujike.nai

@borkdude this confuses me why is most of the runtime in System?

(λ. borkdude)

What I like about the bahn.de website is that it just does what it's supposed to and their UI / styling hasn't changed in years. Stay boring!

(λ. borkdude)

#clojure is the most enjoyable programming language I've written that programming language in 🤣
---
RT @julienbarbier42
What is the most enjoyable programming language that you have written in?
twitter.com/julienbarbier42/st

Chip Butty

@borkdude same. I often say it is the most fun I've had programming since logo.

LouDFPV

@borkdude of all the languages I collected over the years, Clojure is by far my favorite language.

(λ. borkdude)

RT @ClojureStream
Between 25 and 28 Nov 📆 50% of every purchase will go to @cljtogether to fund #Clojure Open Source Maintainers 👩‍💻 🧑‍💻 and Projects 💻

erickisos :archlinux: :python:

@borkdude dude, I have one quick weird question, how do you share RT in here? Like, do you use an app or something? It's amazing btw

(λ. borkdude)

Wanna diff two .edn files? (requiring bb 1.0.166 + bbin)

$ bbin install raw.githubusercontent.com/bork
$ ddiff <(echo '[1 2 3]') <(echo '[1 2 4]')
[1 2 -3 +4]

#clojure #babashka

(λ. borkdude)

RT @pappapez
Tuesday night me an @borkdude will talk about and demo #vsjoyride online at London Clojurians. I will dare live code VS Code, even. Will try to deny you any major fuckups, but idk. meetup.com/london-clojurians/e #VSCode #Clojure

(λ. borkdude)

RT @ericwastl
Soon, 50 free programming puzzles will appear over 25 days on #AdventOfCode! Grab some friends, do your best to figure things out, and don't be afraid to ask for help or skip puzzles. Beginner or expert, set your own goals and learn something new! adventofcode.com/

(λ. borkdude)

It seems a breaking change happened to Chrome. I often type a word in the address bar, just to copy and paste an address I recently visited, without visiting that page. But now it only copies words, not the url. How can I reverse that? @ChromiumDev

(λ. borkdude)

Rewrite in Ruby 🤣
---
RT @brunoborges
"As the team and codebase grew, I felt that, over time, we were paying an increasingly heavy tax for continuing to use Rust."

Consider other languages for your CRUD APIs.

mdwdotla.medium.com/using-rust
twitter.com/brunoborges/status

(λ. borkdude)

Sometimes it's obvious when you see it, yet it takes years for hypes to settle down and the masses realizing that these things are good but not silver bullets:

- Design patterns
- Microservices
- Rewrite in Rust
- Static types
- Kubernetes
- Nix
- Prediction: Github Copilot

🔥

Herwig Hochleitner

@borkdude

You think Nix is riding a hypetrain fr?

I've been waiting for Docker and Kube hype to burn down for people to realize that Nix is much more versatile and solid.

(λ. borkdude)

Did you know that you can build @graalvm binaries for macOS and linux arm64 on @cirrus_labs? It's awesome.

It's used in these projects:

github.com/babashka/babashka
github.com/clj-kondo/clj-kondo
github.com/borkdude/jet

Just check the .cirrus.yml file in those repos.

#graalvm #clojure

(λ. borkdude)

A fast way to upgrade your deps:

neil dep upgrade

neil is a CLI written in babashka that adds features / boilerplate around deps.edn projects

github.com/babashka/neil

#clojure #babashka

(λ. borkdude)

How the #clojure community at large has been doing state management in React apps in #clojurescript and have been doing so since 2015 with virtually no breaking changes: re-frame. This is almost all you need to know:

babashka.org/scittle/codemirro

LouDFPV

@borkdude this is cool, I need to dig into this

(λ. borkdude)

Scittle: execute Clojure(Script) directly from browser script tags via SCI!

v0.4.11 released: you can now use re-frame from scittle!

babashka.org/scittle

You can play around with re-frame here:

babashka.org/scittle/codemirro

#scittlecljs #clojurescript #clojure

Go Up