A A
RSS

cl-cron, cron like lisp library

Sat, Mar 21, 2009

released code

Hey everyone, I just released the cl-cron library that I have written during this week. The library with instructions on usage is found on the main website or directly by going here.I was pretty disappointed not to find such a library when I started searching a couple of days ago (apologies to the Clon author but I just saw your entry after my release), so I hope cl-cron is of use to someone.

Anyways, your opinion matters so if anyone uses it or wants some changes let me know.

Tags: ,

31 Responses to “cl-cron, cron like lisp library”

  1. Thanks! cl-cron is _exactly_ what I was looking for. I was going to write one and thought “maybe someone has done it already” – and you have! I haven’t used it much yet, but it was a breeze to set up and worked immediately.

    I’m using it to sample a 1-wire network every 3 minutes and log the data. I tried using sleep but it made the times creep back, because some of the sensors are sluggish in responding at times. So I still had one miserable piece of C-code in the whole system just so I could run Vixie-cron and now I can eliminate it.

    All the graphs, the website, the dynamic data generation are handled in Lisp (look at top link to the plots of the weather data for an example). Its still reading rather long ASCII log files which have gotten kind of sluggish but that should go away as soon as I finish converting to binary here shortly.

    Anyway, your contribution is much appreciated. If I run into anything worth commenting about I’ll let you know.

    Jeff Cunningham
    North Bend, Washington

  2. admin says:

    Hey Jeff,

    Thanks for the nice words, I am glad that cl-cron is helping someone out there. Please note that I have uploaded today a new version of cl-cron which uses a hash-table instead of a list which also allows you to delete cron jobs if you need too :) . So in case the new version is of more interest to you then please go ahead and download it.

    Regards,
    Mackram G Raydan

  3. Guesque says:

    Hi, discriminative posts there :-) thank’s for the intriguing word

  4. mitzipis says:

    Now all is clear, many thanks for the help in this question. How to me you to thank?

  5. Hi, Congratulations to the site owner for this marvelous work you’ve done. It has lots of useful and interesting data.

  6. GarykPatton says:

    Hi. I like the way you write. Will you post some more articles?

  7. Derekp says:

    I think i’ve seen this somewhere before…but it’s not bad at all

  8. derekpm says:

    Rather interesting. Has few times re-read for this purpose to remember. Thanks for interesting article. Waiting for trackback

  9. All the best for your future.
    http://www.trailoflight.net – cool!!!!

  10. Bracelets says:

    I enjoyed this! Well done!

  11. Clemento says:

    I liked it. So much useful material. I read with great interest.

  12. babafisa says:

    lengthy and in depth article but full of useful information

  13. ultra surf says:

    I think this was a very interesting post thanks for writing it!

  14. Zashkaser says:

    Very interesting site. Hope it will always be alive!

  15. I love it! That is way cool man! The steps weren’t that complicated too, which is great.

  16. npoet.ru says:

    Thank you very much for that great article

  17. Cornelius says:

    Hmm… I read blogs on a similar topic, but i never visited your blog. I added it to favorites and i’ll be your constant reader.

  18. Crasty says:

    Are you a professional journalist? You write very well.

  19. Rebekah says:

    Nice write up…usually I never reply to these thing but this time I will,Thanks for the great info :)

  20. Teddy says:

    I loved reading this and I dont really like to read :)

  21. Christopher says:

    Thanks alot for the great read.

  22. Luy O. says:

    Keep up the good work.

  23. Saniya says:

    Seems like you really took your time on this. Keep up the good work! :)

  24. Deeper Voice says:

    This has been an interesting article, thanks for taking the time to cover it, it’s really helped me! :-D

  25. Power 4 Home says:

    I like your style, the fact that your site is a little bit different makes it so interesting, I get fed up of seeing same-old-same-old all of the time. I’ve just stumbled this page for you :-D

  26. Zygor Guides says:

    This has been really interesting, thanks for that. I love this blog theme too!

  27. bob says:

    works in Clozure on windows 7, although there were some warnings. Still, it works fine.

    It would be great if it supported seconds. This didn’t work:
    (cl-cron:make-cron-job ‘test-print :minute 0.001 :step-min 0.001)

    Anyways, thanks!.

Leave a Reply