Re: How to visualise relations, bahavior and so on in functional programming ?

2010-05-11 Thread Rubén Béjar
To unsubscribe from this group, send email to clojure+unsubscr...@googlegroups.com For more options, visit this group athttp://groups.google.com/group/clojure?hl=en -- Rubén BÉJAR HERNÁNDEZ Dpto. de Informática e Ingeniería de Sistemas - Universidad de Zaragoza (Computing and Syst

Re: How to visualise relations, bahavior and so on in functional programming ?

2010-05-12 Thread Rubén Béjar
am sure there are many free alternatives). HTH Rubén Donell Jones escribió: Any examples ? On 11 Mai, 16:03, Rubén Béjar wrote: And Data Flow Diagrams? I learnt about them while studying structured analysis and design at University, but I always thought they did not match very well with im

Newbie question about vector performance

2010-05-28 Thread Rubén Béjar
1:2 cellular-automata-basic=> I would thank a lot any hint, suggestion, comment, or whatever... :-) Best regards, Rubén (*) The update consists on adding the values of the 8 neighbours of every cell and changing it if that sum is between two fixed numbers. -- Rubén BÉJAR HERNÁNDEZ

Re: Newbie question about vector performance

2010-05-28 Thread Rubén Béjar
I am trying is using Java Vectors in my Java implementation...    Rubén Rubén Béjar escribió: Hi all, I am new to the list and to Clojure. I have been working in implementing some 2D cellular automata (CA) just to have a project to teach Clojure to myself. After some work I have somethin

Re: Newbie question about vector performance

2010-05-30 Thread Rubén Béjar
is the basic one you would apply after taking "Programming 101"). Thanks to all of you for your interest, I will inform of any further advance... :-) Rubén -- Rubén BÉJAR HERNÁNDEZ Dpto. de Informática e Ingeniería de Sistemas - Universidad de Zaragoza (Computing and Systems Eng

Amap vs Map performance

2010-07-08 Thread Rubén Béjar
is some more: http://gist.github.com/420036 With the really great changes in the 1.2, you can see there's a lovely lack of manual type hinting here. No macros required either. On my machine this averages around ~30ms for 500x500. Not too shabby. 2000x2000 takes ~480ms or so. David Ru