
19 May
2012
19 May
'12
6:58 a.m.
Date: Sat, 19 May 2012 08:57:38 +0200 From: Ertugrul S?ylemez
Subject: Re: [Haskell-cafe] Can Haskell outperform C++? To: haskell-cafe@haskell.org Message-ID: <20120519085738.37548a07@tritium.streitmacht.eu> Content-Type: text/plain; charset="us-ascii"
Haskell delivers reasonable performance for almost all non-embedded applications, and for the extreme edge cases one can still switch to C or assembly using the FFI.
At the cost of introducing another dimension of complexity (two codebases, two toolchains, need for programmers specialising in two languages). There is a reason why many businesses go to great pains to ensure their codebase is homogeneous (and it's not "managers are dumb"). RW