[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.programming.threads

Functional programming and concurreny

Ramine

6/13/2014 11:52:00 AM


Hello,

I have just read an article by Bartosz Milewski about
Object programming and Functional programming and Concurreny,
here it is: http://bartoszmil...

So he is saying that objects don't compose in the presence
of concurrency and since in functional programming you
can compose immutable objects without using locks,
hence he says that Functional programming must be the way to go..
but i think it is an extremist view..

Cause in Object Pascal for example i have designed an Object
called Parallel archiver that do parallel compression and
that is composable with other parallel objcts, and you can do the same
for mathematics by designing parallel Objects that compose fine... and i
think that's the way also to go, is to use Parallel Objects that compose
fine... so i don't think that functional programming is mandatory here.



Thank you,
Amine Moulay Ramdane.




3 Answers

Ramine

6/13/2014 12:22:00 PM

0


Hello,

My parallel objects called Parallel archiver is not the only Parallel
object that compose fine, i have implemented other Parallel objects that
compose fine, such us my Parallel Sort Libray, Parallel Sort library is
in fact a Parallel Object , my other parallel objects are my efficent
Parallel Quicksort and my Parallel Varfiler,and my Parallel compression
library, and Parallel conjugate gradient solver etc. all those Parallel
objects that i have implemented do compose fine, so i don't think
Functional programming is mandatory here.


Thank you,
Amine Moulay Ramdane.

Ramine

6/13/2014 12:24:00 PM

0


Hello,

You can download my Parallel objects that compose fine from here:

https://sites.google.com/site...


Thank you,
Amine Moulay Ramdane.

Chris M. Thomasson

6/14/2014 12:31:00 AM

0

> "Ramine" wrote in message news:lnfo9u$9d$2@dont-email.me...
> I have just read an article by Bartosz Milewski about

Did you isspell your name?

;^)