Tag Archives: Open Source
cli4clj 1.2.5 – Improved Testability of Multi-threaded Command Line Applications in Clojure
In my previous post, I already outlined the problem of testing multi-threaded interactive command line interfaces (CLIs). In the meantime, I came up with some improvements for addressing the testability of multi-threaded command line applications with cli4clj. In this post … Continue reading
cli4clj Version 1.2.3 Released
cli4clj is a library for easing the implementation of simple interactive command line interfaces (CLIs) for Clojure applications. In this post, I briefly announce the release of cli4clj version 1.2.3. The most important changes in version 1.2.3 are: Add support … Continue reading
bowerick: Easing Simple Message-oriented Middleware Tasks with Clojure (and Java)
TL;DR The aim of bowerick is to ease simple Message-oriented Middleware (MoM) tasks with Clojure and, to some extent, with Java. The general functionality that is offered by bowerick is: Creating message producers and sending messages. Creating message consumers and … Continue reading
cli4clj 1.2.0 Released
This is a brief post to announce the release of version 1.2.0 of cli4clj, a small library for easing the creation of interactive command line interfaces (CLIs). The most noteworthy changes in this version are: Addition of a run-time setting … Continue reading
cli4clj 1.1.0 Released
This is a brief post to announce the release of cli4clj, a small library for easing the creation of interactive command line interfaces (CLIs), version 1.1.0. The most noteworthy changes in version 1.1.0 are: Updated dependencies One updated dependency that … Continue reading
Performance of “Method Calls” on “Clojure Objects”
tl;dr There are various ways for implementing objects or object-like constructs with Clojure. Besides differences with respect to implementation aspects, these ways also differ with respect to their performance. In this post, I write about the results of some simple … Continue reading
Note to self: get information about the camera in SailfishOS
This is just a brief note to self about getting information about the camera in SailfishOS with v4l-utils. This post primarily consists of a list of some commands that showed me some, hopefully useful, information and the corresponding output. Maybe … Continue reading
test2junit 1.2.1 released
This is a brief post to announce the release of test2junit 1.2.1. For those who do not know test2junit yet, here is the brief description from the readme: Test2junit is “a leiningen plug-in to output test results to JUnit XML … Continue reading
Note to self: Getting vim-eastwood to work.
This is primarily a brief note to self but maybe someone else may find this useful as well. I learned about eastwood and vim-eastwood some time ago and initially struggled a bit with getting it to work properly. I installed … Continue reading
vim-todo-helper – Helper functionality for handling to-do items in Vim (and vimoutliner)
Some time ago, I stumbled across vimoutliner for organizing lists of to-dos. I am pretty happy with vimoutliner as it boils down to a very simple way for organizing to-do items. To-do items are stored in a plain text file … Continue reading
You must be logged in to post a comment.