Re: [Haskell-cafe] an OS-independent executeFile??

2009-03-26 Thread Vasili I. Galchin
;^) On Thu, Mar 26, 2009 at 5:32 PM, Jonathan Cast wrote: > On Thu, 2009-03-26 at 17:27 -0500, Vasili I. Galchin wrote: > > ok .. how about API independent? ;^) > > Last I checked VMS, OS/360 (NB: not dead by a long shot), etc. had APIs > too. > > What you really mean is `does not break when run

Re: [Haskell-cafe] an OS-independent executeFile??

2009-03-26 Thread Jonathan Cast
On Thu, 2009-03-26 at 17:27 -0500, Vasili I. Galchin wrote: > ok .. how about API independent? ;^) Last I checked VMS, OS/360 (NB: not dead by a long shot), etc. had APIs too. What you really mean is `does not break when run against Windows's pseudo-POSIX API despite Microsoft's best efforts' :)

Re: [Haskell-cafe] an OS-independent executeFile??

2009-03-26 Thread Vasili I. Galchin
ok .. how about API independent? ;^) On Thu, Mar 26, 2009 at 5:14 PM, Jonathan Cast wrote: > On Thu, 2009-03-26 at 17:16 -0500, Vasili I. Galchin wrote: > > Hello, > > > > I have been looking through Hackage and using Hoogle to "fork > > and execute" a program in an OS-independent way, i.e.

Re: [Haskell-cafe] an OS-independent executeFile??

2009-03-26 Thread Jonathan Cast
On Thu, 2009-03-26 at 17:16 -0500, Vasili I. Galchin wrote: > Hello, > > I have been looking through Hackage and using Hoogle to "fork > and execute" a program in an OS-independent way, i.e. neutral from > POSIX and Win32 APIs. Does such a library function exist? System.Process.createProces

[Haskell-cafe] an OS-independent executeFile??

2009-03-26 Thread Vasili I. Galchin
Hello, I have been looking through Hackage and using Hoogle to "fork and execute" a program in an OS-independent way, i.e. neutral from POSIX and Win32 APIs. Does such a library function exist? Regards, Vasili ___ Haskell-Cafe mailing list Haskell