Re: Clojure Users Group - Denmark

2009-03-31 Thread Attila Babo
Hey, here is another clojure user from Copenhagen. I'm a Hungarian but living here so please count me in! Cheers: Attila --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send e

Re: VimClojure 2

2009-03-12 Thread Attila Babo
On Thu, Mar 12, 2009 at 9:30 PM, Mark Volkmann wrote: > cp -r {autoload,bin,doc,ftdetect,ftplugin,indent,syntax} ~/.vim You don't need the content of bin folder under ~/.vim --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google G

java.nio.channels.FileChannel.MapMode

2009-01-12 Thread Attila Babo
To achieve high speed IO I've tried to used mapped FileChannel but failed to specify MapMode. user=> (import '(java.nio.channels.FileChannel MapMode)) java.lang.ClassNotFoundException: java.nio.channels.FileChannel.MapMode (NO_SOURCE_FILE:0) while user=> (import '(java.nio ByteOrder)) nil user

Re: java.nio.channels.FileChannel.MapMode

2009-01-12 Thread Attila Babo
user=> (import '(java.nio.channels FileChannel)) nil user=> java.nio.channels.FileChannel$MapMode/READ_ONLY # Sorry for the noise! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this gro