[Shootout-list] Directions of various benchmarks

José Bollo jose.bollo@tele2.fr
Wed, 18 May 2005 10:30:42 +0200


Le mercredi 18 Mai 2005 10:17, vous avez écrit :
> "José Bollo" <jose.bollo@tele2.fr> writes:
> > EIFFEL will win for interfacing any C / C++ / JAVA external libraries.
>
> foreign import ccall "compute_it_fast" comp :: Float->Float->IO Float
> with Haskell.
>
> But I think C will win the "interfacing with C" test. Many languages
> will need C files to interface with C - most scripting languages at
> least. I wouldn't mind such a test - but it would mostly make sense
> from the LOC point of view.
>
> However it would need a general purpose splitter that would work
> for multiple languages, because many of them would need an additional C
> file.

and then receive a "no program" notation!
that is the hard life

>
> - Einar Karttunen