i want to run Haskell code on a system i'm not administrator???
if i compile my haskell program rather than use interpreter (i never compile it) can i run the executable on another Linux platform which has nothing of haskell installed on it ( no runtime library,etc...) ?
i already did that with Racket Scheme could it be done with GHC compiler or should i askĀ the system admin to install haskell platform?
regards,
damien