How could I deploy a child process using Haskell first?
Also, if pipes are an obvious solution to the issue of data exchange - is there any other way to do this other than using pipes? I am familiar with using shared memory segments in C (shmget, * shmat, shmdt and shmctl functions). Can Haskell imitate this? If so, how?
I would be very grateful for any help you could save.
I have to admit that I am very new to functional programming languages, especially when it comes to Haskell. So forgive me (and please correct me) if I say something stupid.
user12163
source
share