On Jan 10, 6:27 am, Stuart Halloway <stuart.hallo...@gmail.com> wrote:
> I notice that the fastest Java version of pidigits uses a native library 
> named "jpargmp". Is there documentation somewhere that spells out how and 
> when you are allowed to use native libraries and still claim to be written in 
> language X?


If the standard language X implementation wraps the native library,
are the programs you write in language X using the wrapped
functionality of the native library written in language X?

If the standard language implementation for language X wraps a native
library, providing that functionality to all language X programs, why
should language Y programs be prevented from using that same native
library?


 "In addition to language specific multiprecision arithmetic, we will
accept programs that use GMP."

http://shootout.alioth.debian.org/u32/performance.php?test=pidigits#about

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en

Reply via email to