Author Archives: ruedigergad
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
cli4clj Version 1.0.0 Released
In this post, I announce the release of version 1.0.0 of cli4clj. Even though I was already fairly happy about the state of cli4clj as posted before, I decided to add some more improvements. In the following, I first provide … Continue reading
Tesis Doctoral: Event-driven Principles and Complex Event Processing for Self-adaptive Network Analysis and Surveillance Systems
This is just a brief post to announce the publication of my tesis doctoral (doctoral thesis/PhD thesis/dissertation) entitled “Event-driven Principles and Complex Event Processing for Self-adaptive Network Analysis and Surveillance Systems“. The thesis is available via rodin.uca.es as open access … Continue reading
Update on cli4clj for easing the implementation of CLIs in Clojure
In my last post, I introduced my first shot on cli4clj, which is intended to ease the implementation of command line interfaces (CLIs) in Clojure. Since then, I thought a lot about the future directions of cli4clj and did various … Continue reading
Easing the Implementation of Simple Interactive CLIs for #Clojure Applications with cli4clj
tl;dr: cli4clj is a library for easing the implementation of interactive command line interfaces (CLIs) for Clojure applications. Currently, the main aim is to allow an easy implementation of a custom interactive CLI that is easily usable, even by people … Continue reading
You must be logged in to post a comment.