Datastar attribute plugin for signal value translation
Extending on the data-text attribute with user defined output value mapping using vanilla Javascript.
Wrote an article on creating new reactive DOM attributes using Datastar front-end framework plugin API while solving a specific #frontend problem in a minimal and declarative fashion: jasalt.dev/blog/datasta... #webdev
13.10.2025 19:00 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
@carltongibson.bsky.social Hey, I noted that Datastar was mentioned first time in Django Chat, I am a big fan of both. It fits in with Django async side more smoother than HTMX for SSE etc.
You should interview Delaney some time @data-star.dev
20.09.2025 14:24 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Sveltia is cool. I would like to try it with AstroJS sometime while I avoid JavaScript most of times. Seems like it could be a good lower hassle CMS solution over WordPress in many cases.
20.09.2025 14:04 โ ๐ 3 ๐ 0 ๐ฌ 0 ๐ 0
(defn get-users
"Phel adapter for php/get_users."
[m]
(php->phel (php/get_users (phel->php m))))
(defmacro php
"Calls PHP function with given arguments. Converts arguments to PHP
data structures using `phel->php` and conversely returned PHP data structure
back to Phel with `php->phel`.
TODO could do conversion ONLY when needed."
[php-function & args]
(let [php-function-symbol (symbol (str "php/" php-function))
converted-args (map (fn [arg] `(phel->php ,arg)) args)]
`(php->phel (,php-function-symbol ,@converted-args))))
(php get_users {:meta_key "legacy_user_id"
:meta_value 10
:meta_compare "="})
# -> [Printer cannot print this type: WP_User]
Ergonomic interop macro avoiding the need of wrapping every function expecting array as argument which is often the case with #WordPress.
#phel #php #lisp
06.08.2025 06:25 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
pyinfra
pyinfra turns Python code into shell commands and runs them on your servers
Looking at YAML-free Ansible ja Terraform alternatives pyinfra.com & www.pulumi.com.
Not having grief over YAML but seems less complicated to go without when starting something from scratch and keeps it more lispy.
24.06.2025 08:20 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
And Phel REPL is available in Javascript (calling shared PHP function)... Excited to make better demo soon but sources so far git.sr.ht/~jasalt/php-... #lisp #wasm #php
16.05.2025 06:21 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Vibe coding to get PHP Composer work in WebAssembly with Aider. On Chromium because Firefox fails with out of memory errors during testing. Annoyed that LLM (Claude 3.7) leaves trailing whitespace on empty lines but it gives out what code hasn't been human-edited at least. git.sr.ht/~jasalt/php-...
13.05.2025 16:56 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
UML class diagram centered on https://github.com/phel-lang/phel-lang/blob/main/src/php/Compiler/Application/Parser.php
Trying to make sense of Phel compiler to fix REPL require issues.
PlantUML outputs (generated with smeghead/php-class-diagram):
nc.contabo-storage-1.lti.la/s/rPiAXGkyKW... #php #lisp #engineering
05.04.2025 08:11 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Testing simple #Phel web form REPL with #AMPHP async http-server and #datastar printing transpiled PHP and the evaluation result while keeping state between requests. Might run as wasm service worker also which could be nice for interactive web tutorials. #PHP #Lisp
02.03.2025 07:47 โ ๐ 3 ๐ 1 ๐ฌ 0 ๐ 0
YouTube video by Mickael Euranie
Your PHP can fly - First PHP-controlled AR-Drone
Very impressive demo from 2013 even in today's #PHP standards youtu.be/i07m_TFR9no?...
09.02.2025 07:27 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Helsinki Clojure Meetup | Meetup
Discussion, education, and hands-on workshops about all things related to Clojure and its ecosystem - areas of application, hosting environments, ClojureScript, different implementations of the langua...
Held a Phel (Lisp) case study / WordPress e-commerce plugin REPL live coding demo talk at a functional programming meetup with Clojure and Haskell developers. Worked well loosening up the atmosphere after talks in recursion schemes and expansible data types www.meetup.com/helsinki-clo....
06.02.2025 09:56 โ ๐ 3 ๐ 2 ๐ฌ 0 ๐ 0
Latest hyped LLM model test: "create a detailed OpenScad 3D representation of a cow" -> deepseek-r1-distill-llama-70b
28.01.2025 15:02 โ ๐ 2 ๐ 0 ๐ฌ 0 ๐ 0
YouTube video by Ahmet Usal
Ulisp Blink and Wifi Demo with esp32 Doit Devkit V1 and Emacs
This is how it must have been to "package install" with Lisp in the 70s early internet before package managers were invented youtu.be/lnRgfM7gzSI?.... #programming #SoftwareEngineering #lisp
26.01.2025 11:57 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Learned `binding` function in #Phel / #Clojure, convenient for testing stateful things.
30.12.2024 14:38 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Profile created.
30.11.2024 16:21 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
You know, Django ๐ฆ Former Fellow, 6.x Steering Council and Security Team member. Maintainer of a package or two. Django Chat co-host ๐๏ธ
Not really here. Thereโs a bridged account from the fedi at https://bsky.app/profile/carlton.chaos.social.ap.brid.gy
The Rust Foundation is an independent nonprofit organization dedicated to stewarding the Rust programming language and its global community. rustfoundation.org
Interactive Programming for Artificial Intelligence books read now https://aiprobook.com #Clojure #AI #ML #DeepLearning #Bayesian #Java https://dragan.rocks
The job board dedicated to clojure developer jobs, i.e. job ads where companies are looking for developers that know Clojure / Clojurescript.
Find your next job at https://ClojureJobboard.com
Netlify/Decap CMS successor. Fast, lightweight, Git-based headless CMS. Modern UX, first-class i18n support, mobile support + 100s of improvements. Open source & free. A @sveltia.dev product maintained by @britegrid.io.
๐ https://sveltiacms.app
Drips is a toolkit for rewarding open source projects with onchain dependency trees and programmable value flows. ๐ฆ
drips.network
Antiquated analog chatbot. Stochastic parrot of a different species. Not much of a self-model. Occasionally simulating the appearance of philosophical thought. Keeps on branching for now 'cause there's no choice.
Also @pekka on T2 / Pebble.
Staff Software Engineer at IQM Quantum Computers. Home page: https://rakhim.org/
Building https://minifeed.net and https://exotext.com/
Based in southern Finland.
ใใธใในๆฆๅฟตใๆฝๅบใใฆใฏใฉในๅใใฆใในใใๆธใใใใกใคใณใ็ด็ฒใซไฟใคใJIGใ็พจใพใใใฆphp-class-diagramใไฝใฃใฆใพใใใใกใคใณใใชใใใฃใใๅธๆใฎๅ
ใชใใฆ็กใใฃใใฃใฆใใใใใชใใใCใงStarbug1ใจใใBTSใไฝใฃใฆใพใใใ
CodeZine่จไบ ๅฅๅ
จใชใฝใใใฆใงใข่จญ่จใฎ็ฌฌไธๆญฉ๏ผ ๆขๅญใฎPHPใฝใผในใณใผใใใใฏใฉในๅณใ่ชๅ็ๆใใใ https://codezine.jp/article/detail/20561
Just an independent game maker, standing in front of a game engine, asking for it to play nice today.
Ex-Bell Labs/AT&T Research'er making art & technology in Berlin.
๐@jack@jackrusher.com
๐ฆ@jackrusher
Creator of jank, the native Clojure dialect on LLVM with seamless C++ interop.
Artist, dog-lover, and avid reader.
#clojure (#cljKondo, #babashka) * functional programming * whole food plant based * progressive rock+metal * โฅ @lalage_ * http://github.com/borkdude
A community organizer at https://scicloj.github.io/
building a #Clojure platform for #data and #science
https://github.com/daslu