Re: JavaFX and Clojure

2010-08-20 Thread prishvin
Thats good news, thanks. I've put repositories at watch. -- 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

JavaFX and Clojure

2010-08-20 Thread prishvin
Dear friends, The are talks about using JavaFX with Clojure, but I was unable to find a single example of such interaction. Have anyone really done the UI with JavaFX for a Clojure programm? Thanks in advance -- You received this message because you are subscribed to the Google Groups "Clojure"

Program design

2010-08-18 Thread prishvin
Dear Friends, I am thinking about porting my existing program to clojure. Is there any way of designing equivalents to classes with simple inheritance? For e.g. if I have base class fruit and derived classes apple and orange. The OOP design gives me a possibility to handle those object in the same

Load Bitmap

2009-10-03 Thread prishvin
Dear friends, I have some experience in lisp and now want to write a small program in clojure. The question is, how can I load a gray scale bitmap and how can i access individual pixels in it. Thank you in advance. M.Prishvin. --~--~-~--~~~---~--~~ You received