Hello Clojurians,

I've released a tiny library for handling POSIX signals named Beckon. You 
can find more information and documentation at 
https://github.com/hyPiRion/beckon: It is not a library aimed to make POSIX 
signals simpler, but to make it easier to work with from Clojure without 
getting your hands dirty with Java.

If you need to handle POSIX signals in your Clojure application and is 
unfamiliar with the JVM/Java way of working with them, you should take a 
look. If you already handle POSIX signals in your Clojure application, this 
library would most likely not give you any mentionable benefits, but it may 
be worth looking at regardless.

A couple of notes if you want to play around with it:

   - nREPL+Emacs doesn't print signal handling stuff in the repl buffer, as 
   signal handling is done in another thread the JVM spawns. Look in the 
   *nrepl-server* buffer instead.
   - `lein repl` and REPL-y-based repls already modify Ctrl-C (SIGINT) and 
   the like, so you will certainly get weird/undefined behaviour if/when using 
   those.


(As POSIX handling isn't usually needed in JVM applications, this is more 
of a *"hey, I exist!"* than a *"hey, you should try me out!"*-library.)

-- JN

-- 
-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to