Search
Top Posts & Pages
- Note to self: Resize animated PNG (APNG)
- Exchange Data and Objects between C++ and QML and vice versa
- QComboBox for QML
- QML and Clipboard Interaction
- Plasma Active for Nexus 7: Running the touch-optimized Plasma Active Linux Distribution on Nexus 7
- KDE Lock Screen vs. Touch Input
- New Version of the QML TreeView
- Speed up TDD in Clojure with lein-reload
- Q To-Do Version 0.7.1 + Updated QML TreeView
- QML FlowListView
Links
Tag Archives: Open Source
cli4clj 1.7.2 – “GraalVM-ready”
In this post, I briefly summarize my experience of making cli4clj “GraalVM-ready”. Inspired by Jan Stepien’s talk about GraalVM at :clojureD 2019, I got curious about GraalVM. So, I gave it a try to build a “native” executable of the … Continue reading
cli4clj – @clojuredconf Wrap-up
I just returned from the fantastic :clojureD 2019 conference. As a wrap-up of my lightning talk on cli4clj, I uploaded the slides of my lightning talk: cli4clj – Easing the Implementation of Interactive Command Line Interfaces in Clojure for “Everyone” … Continue reading
cli4clj 1.7.0 – Alternate Scrolling Mode
In this post, I briefly introduce a newly added “alternate” scrolling mode for cli4clj, a library for easing the implementation of interactive command line interfaces (CLIs) for Clojure applications. Since quite some time, I had been a bit unhappy about … Continue reading
cli4clj Version 1.5.3 – Mixing cli4clj- and Clojure-style Syntax
cli4clj aims on easing the implementation of interactive command line interfaces (CLIs) targeting “everyone” as CLI users. One implication of “targeting everyone” is that CLIs implemented with cli4clj should be usable by “non-lispers”. Thus, cli4clj purposely does not use lisp- … Continue reading
test2junit Version 1.4.0 Released
This is a bit delayed announcement of the release of test2junit 1.4.0. test2junit lets you “Emit Clojure test output in Junit XML format and optionally automatically invoke HTML generation.” With some version 1.3.x of test2junit, I added a bit more … Continue reading
cli4clj 1.4.0 Released – Now with Persistent Command History by Default
cli4clj aims on quickly and effortlessly creating interactive Command Line Interfaces (CLIs) for Clojure applications. It is based on jline2 and the Clojure REPL and tries to provide (hopefully) reasonable abstractions and defaults. Features of cli4clj include, e.g.: simple configuration … Continue reading
Emumaster for SailfishOS, Work-in-progress
I noticed that I did not publish a post about some porting work I did for Emumaster since quite some time. In this post, I provide mostly pointers to further resources such as source code repository, build repository, and forum … Continue reading
Playing with Event-driven Web-based 3D-Visualization via A-Frame and bowerick
This year in February, I heard for the first time of A-Frame (at RWDSL@CGO). In a nutshell, A-Frame aims on easing web-based 3D visualisation. Based on my previous work involving Event-driven Architecture (EDA) and Message-oriented Middleware (MoM), I was curious … Continue reading
cli4clj Version 1.3.2 – New: Embedded CLIs
In this post, I announce cli4clj version 1.3.2 and write a bit about the newly added functionality for creating embedded Command Line Interfaces (CLIs). For those unfamiliar with cli4clj: the aim of cli4clj is to ease the implementation of simple … Continue reading
bowerick 2.1.0 Released
In this post, I announce the release of bowerick 2.1.0. Before going into more detail, the summary of changes is as follows: Added functionality for advanced message handling for message producers and consumers. Added a built-in test message/event producer for … Continue reading
Posted in Announcements, bowerick, Libs.
Tagged bowerick, Clojure, Java, JMS, MoM, Open Source
2 Comments