planet

joined 2 years ago
 

Var quote (#’) demystified

https://chpill.github.io/en/posts/var-quote-demystified.html

(require '[ring.adapter.jetty :refer [run-jetty]]) (defn handler [_req] {:status 200 :body "plop"}) (run-jetty #'handler {:port 4321 :join? false}) #'handler is equivalent to (var handler) which returns the var bound to the symbol handler...

#clojure #clj #cljs [email protected] @clojure

 

Clojure Deref (Jan 2, 2025)

https://clojure.org/news/2025/01/02/deref

Welcome to the Clojure Deref! This is a weekly link/news roundup for the Clojure ecosystem (feed: RSS). Thanks to Anton Fonarev for link aggregation. Podcasts, videos, and media Building Tailwind CSS for Clojure Hiccup Backend (Updated...

#clojure #clj #cljs [email protected] @clojure

 

What is form in Clojure?

https://clojure-diary.gitlab.io/2025/01/02/what-is-form-in-clojure.html

In Clojure, a form is a piece of code that can be evaluated. Forms can be simple expressions, such as numbers or symbols, or they can be more complex structures, such as lists or maps. For example, the following are all forms in Clojure: 42 (a...

#clojure #clj #cljs [email protected] @clojure

 

OSS Updates November and December 2024

https://codewithkira.com/2024-12-31-clojurists-together-update-nov-dec-2024.html

This is a summary of the open source work I spent my time on throughout November and December 2024. This was the last period of my ongoing funding from Clojurists together. It's been such a magical year in many ways and I'm so grateful to have had...

#clojure #clj #cljs [email protected] @clojure

 

The magic of metalinguistic programming

https://ericnormand.substack.com/p/the-magic-of-metalinguistic-programming

A new chapter of Runnable Specifications has passed the “valuable enough to read” threshold. This time, it’s the Time Lens, which talks about build a notion of time into your model. As always, I appreciate questions and comments of all kinds. I’m...

#clojure #clj #cljs [email protected] @clojure

 

OSS updates November and December 2024

https://blog.michielborkent.nl/oss-updates-nov-dec-2024.html

In this post I'll give updates about open source I worked on during November and December 2024.To see previous OSS updates, go here.SponsorsI'd like to thank all the sponsors and contributors that make this work possible. Without you, the below...

#clojure #clj #cljs [email protected] @clojure

 

🚀 60+ New GitHub Repositories That Could Inspire Your Next Project (Dec 27, 2024)

https://dev.to/gittech/60-new-github-repositories-that-could-inspire-your-next-project-dec-27-2024-58m0

Python Textual – Neovim Plugin for .tcss Files Website URL: https://gittech.site/github/item/42527036 Github URL: https://github.com/cachebag/tcss-nvim-plugin Published on: Fri, 27 Dec 2024 23:35:21 GMT Minimal, self-hosted...

#clojure #clj #cljs [email protected] @clojure

 

Rendering Markdown with Code Syntax Highlighting in Compose/Android

https://levelup.gitconnected.com/rendering-markdown-with-code-syntax-highlighting-in-compose-android-f8cda0647c87?source=rss----5517fd7b58a6---4

Mini Tutorial: Using Markwon to create a Markdown rendering appSource: Image by author. The symbols used in the image are taken from Markdown-Wikipedia and www.android.comRendering Markdown requires a special parser that reads the...

#clojure #clj #cljs [email protected] @clojure

 

Performance comparison of Clojure, Ruby, and Python

https://www.wedesoft.de/software/2024/12/26/clojure-ruby-python-performance/

Introduction A fair performance comparison of implementations of different programming languages is difficult. Ideally one measures the performance for a wide range of algorithms and programming tasks. However each language will have different...

#clojure #clj #cljs [email protected] @clojure

 

Advent of Code 2024

https://cestlaz.github.io/post/advent-2024/

Happy holiday season to all. Blogging wise, I usually write up a bunch of posts on Advent of Code - a 25 day programming event where each day a new two part challenge is released. It's been running since 2015 with this being the tenth year. Last...

#clojure #clj #cljs [email protected] @clojure

 

How to use SDL3 from Java

https://mccue.dev/pages/12-26-24-sdl3-java

Using native code libraries from Java is both easier than its ever been and still a little bit frustrating. To understand that duality I wrote this pretty basic tutorial on how to use the newly-ish released...

#clojure #clj #cljs [email protected] @clojure

view more: ‹ prev next ›