norden.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Moin! Dies ist die Mastodon-Instanz für Nordlichter, Schnacker und alles dazwischen. Folge dem Leuchtturm.

Administered by:

Server stats:

3.5K
active users

#clojurescript

1 post1 participant0 posts today

Me encanta programar en #Lisp en mi tiempo libre. La programación funcional fomenta la abstracción y me permite construir sistemas complejos a partir de funciones simples. El REPL me abre la puerta a jugar en tiempo real con el código sin tener que reiniciar constantemente el software o forzarme a lanzar un programa de depuración. Para mi es una herramienta poderosa para afinar mis habilidades de programador, probar nuevas ideas, patrones y un espacio para la creatividad. Además tienes sabores en cualquier lugar: #Clojure para JVM, #ClojureScript para #JavaScript, #Emacs Lisp para Emacs, #CommonLisp y #Racket para ejecutar en el equipo... Aunque yo te recomiendo que te quedes en un solo lenguaje y lo domines. No es necesario aprender todos los dialectos de Lisp, pero si es bueno conocerlos para entender sus diferencias y similitudes.
Si quieres aprender más sobre #Lisp, te recomiendo uno de mis libros favoritos: "Land of Lisp" de Conrad Barski. Es un libro divertido que te enseña a programar en Lisp mientras creas juegos y aplicaciones gráficas. También puedes encontrar muchos recursos en línea, por supuesto.

#ClojureScript fam, which of these is more idiomatic for drilling down into DOM events?
Thread-first seems to be more Clojure-y, and aesthetically I like it more, but dotdot seems like it's designed specifically for this particular purpose.
What do you think?

It's crazy that the optimised production build of a simple "hello world" in #ClojureScript is a whopping 97kb. I'm guessing this is the ClojureScript runtime, the Google Closure lib, and shadow-cljs related stuff.
I like writing Clojure on the frontend, but maybe it's time to reconsider plain JS? Or am I overreacting? #theWorkshop

> What’s in a component? That which implemented in any other way would fell as reusable 🌹

In this article, I show how to start a web framework based on the reactivity provided by Signaali.

More specifically, I am describing how its components were formed and how the conversion from an HTML representation to reactive DOM elements works at a basic level.

blog.404.taipei/whats-in-a-com

blog.404.taipei · What's in a componentBy Vincent Cantin (green-coder)