[Shootout-list] Directions of various benchmarks

José Bollo jose.bollo@tele2.fr
Wed, 18 May 2005 09:21:21 +0200


Le mercredi 18 Mai 2005 09:08, Pascal Obry a écrit :
> José,
>
>  > 	with JAVA: write an additional C library that is a JNI/C proxy stub
>  > 		it is not JAVA
>  > 		it is boring
>  > 		it is not interesting
>  > 	Same with Tcl and many other languages
>  > 	C and C++ are naturally privileged
>  > 	EIFFEL do it in one line
>
> For what it's worth, Ada too:
>
>     function compute_it_fast (x , y : in float)  return float;
>     pragma Import (C, compute_it_fast);

okay ada >= eiffel for that reliability ;-)

>
> But I really don't see this interesting for the Shootout.
>
> Pascal.