-
Experimental Clojure compiler with small memory footprint, fast loading time and reduced binary size – Project Skummet (by Alex Yakushev) BEWARE project appears terminated (July 2023)
Read More -
Ferret is a free software Clojure implementation, it compiles a restricted subset of the Clojure language to self contained ISO C++11 which allows for the use of Clojure in real time embedded control systems – Ferret by Nurullah Akkaya) From its documentation Ferret does not depend on any external dependencies …
Read More -
Posh
A luxuriously simple and powerful way to make front-ends with DataScript and Reagent in Clojure – Posh (by Matt Parker) A video on a project that uses Posh: Datalog all the way down - by Christopher Small
Read More -
Lightweight i18n using re-frame modified
A lightweight i18n solution for use with re-frame. It's inspired by Tower, a Clojure/Script i18n & L10n library. Update: later found the Tongue library (by Nikita Prokopov). i18n code 1(ns examplens.i18n 2 (:require [examplens.translations :refer [translations]])) 3 4(def i18n-not-found-key "I18N-KEY") 5(def …
Read More -
Om Next routing with om.next/set-query!
An implementation of client side routing using the client-side router library secretary and om.next/set-query!. Note: this solution may become outdated when Routing-Hooks is made available. Further reading on Om Next routing, see: Routing-Support. Also take a look first at: Routing in Om Next — a Catalog of Approaches, …
Read More -
Om Next subcomponents using DataScript store
Introduction Example of using Om Next subcomponents with a DataScript store. This new attempt has better hierarchy, using secretary routing with one root component (App) responding to changes in the DataScript store. The database changes, which are done in the secretary routing functions via an Om Next mutate, are …
Read More -
Lightweight i18n using DataScript
Jan 14, 2016 · 2 min read · Computer Software Functional Programming Clojure ClojureScript Database ·A lightweight ;-) i18n solution for ClojureScript that uses a DataScript database. It's inspired by Tower, a Clojure/Script i18n & L10n library. Update: later found the Tongue library (by Nikita Prokopov). Database example code 1(ns yournamespace.dst 2 (:require [datascript.core :as d])) 3 4;; Database schema (only …
Read More -
A dark theme approach for Emacs running under KDE (Debian Linux). Alternative approach Configure the Invert desktop effect under KDE system settings and use Ctrl-Meta-U to activate it for the Emacs window (which uses the regular light theme). This gives a very nice dark theme like effect, which is perfect for coding …
Read More -
With my Eclipse running under KDE (Debian Linux) the dark themes in Eclipse suffer from side effects. Like the disappearance of the little menu in the title area of the window's tabs. Alternative approach Configure the Invert desktop effect under KDE system settings and use Ctrl-Meta-U to activate it for the Eclipse …
Read More -
Photivo is a free and open source (GPL3) photo processor. It handles your RAW files as well as your bitmap files (TIFF, JPEG, BMP, PNG and many more) in a non-destructive 16 bit processing pipe with gimp workflow integration and batch mode. Linux build instructions The instructions to build Photivo under Linux can be …
Read More