Re: STEM applications of Groovy?

2021-11-12 Thread MG
Hi Rick, never mind, others already took your question to mean what I suggested, and I think you already got some good answers :-) Cheers, mg PS: I might just add that Python is imho the hot language by means of hype, not by merit of the language itself ;-) On 12/11/2021 10:50, Rick Van

Re: STEM applications of Groovy?

2021-11-12 Thread Paul King
[Sorry - previous email was sent before it was finished. Trying again ...] Hi Rick, I am happy to answer more questions around some data science examples in the following repo: https://github.com/paulk-asert/groovy-data-science You'll see lots of examples there that call out to many Java STEM

Re: STEM applications of Groovy?

2021-11-12 Thread Paul King
Hi Rick, I am happy to answer more questions around some data science examples in the following repo: https://github.com/paulk-asert/groovy-data-science You'll see lots of examples there that call out to many Java STEM libraries some of which in turn use wrapped GPU/C libraries underneath like

Re: STEM applications of Groovy?

2021-11-12 Thread Rick Van Camp
Yes! On Fri, Nov 12, 2021 at 4:45 PM Eric MacAdie wrote: > A lot of hard-core math libraries are written in C, C++ or Fortran (like > BLAS, ATLAS and LAPACK). > > So a lot of math programs in a lot of languages (like JVM languages, as > well as Ruby and Python) off load a lot of the work to

Re: STEM applications of Groovy?

2021-11-12 Thread Eric MacAdie
A lot of hard-core math libraries are written in C, C++ or Fortran (like BLAS, ATLAS and LAPACK). So a lot of math programs in a lot of languages (like JVM languages, as well as Ruby and Python) off load a lot of the work to these C libraries. TensorFlow, NumPy, SciPy, DeepLearning4J, etc all do

Re: STEM applications of Groovy?

2021-11-12 Thread MG
Hi Rick, should "but it was only calling operations which performed the manipulations I am interested in learning if Groovy can perform." read "but it was only calling operations which performed the manipulations. I am interested in learning if Groovy can perform." ? Or more generally:

RE: STEM applications of Groovy?

2021-11-12 Thread Rick Van Camp
For this reason I suspect Groovy is not a 'quantitative language' if I can use this phrase. On 2021/11/12 09:14:18 Rick Van Camp wrote: > Hello, > > I joined the list to learn if STEM applications exist for Groovy? I read > through several months of archives but did not see much involving issues