Using streamly in Haskell to run a REPL in background
The bounty expires in 4 days. Answers to this question are eligible for a +50 reputation bounty. 141592653 wants to draw more attention to this question. I’m trying to use streamly-process to communicate with some REPL in background. It could be Python or anything but here I try to run GHCi. I came up with […]
Using the streamly-process library to run GHCi in background
I’m trying to use streamly-process
to communicate with some GHCi instance running in the background. I came up with the following code :
Using the streamly-process library to run GHCi in background
I’m trying to use streamly-process
to communicate with some GHCi instance running in the background. I came up with the following code :
Using the streamly-process library to run GHCi in background
I’m trying to use streamly-process
to communicate with some GHCi instance running in the background. I came up with the following code :