2010
DOI: 10.1007/978-1-4302-2528-7
|View full text |Cite
|
Sign up to set email alerts
|

The Definitive Guide To Jython

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1
1

Citation Types

0
7
0
1

Year Published

2011
2011
2023
2023

Publication Types

Select...
4
3
1

Relationship

0
8

Authors

Journals

citations
Cited by 23 publications
(9 citation statements)
references
References 0 publications
0
7
0
1
Order By: Relevance
“…Recognizing the potential legacy value of spectroscopic observations in the GOODS-N field, the Team Keck Redshift Survey (TKRS, Wirth et al 2004) utilized the DEep Imaging Multi-Object Spectrograph (DEIMOS, Faber et al 2003) on the Keck II telescope to create a publiclyavailable redshift catalog and uniform spectral database across the entire area imaged with HST/ACS by the GOODS Team. Altogether, the TKRS observed nearly 3000 sources, yielding secure spectroscopic redshifts for ∼ 1500 objects and enabling numerous studies of galaxy evolution and cosmology (e.g., Kobulnicky & Kewley 2004;Weiner et al 2006;Riess et al 2007;Juneau et al 2010).…”
Section: Introductionmentioning
confidence: 99%
“…Recognizing the potential legacy value of spectroscopic observations in the GOODS-N field, the Team Keck Redshift Survey (TKRS, Wirth et al 2004) utilized the DEep Imaging Multi-Object Spectrograph (DEIMOS, Faber et al 2003) on the Keck II telescope to create a publiclyavailable redshift catalog and uniform spectral database across the entire area imaged with HST/ACS by the GOODS Team. Altogether, the TKRS observed nearly 3000 sources, yielding secure spectroscopic redshifts for ∼ 1500 objects and enabling numerous studies of galaxy evolution and cosmology (e.g., Kobulnicky & Kewley 2004;Weiner et al 2006;Riess et al 2007;Juneau et al 2010).…”
Section: Introductionmentioning
confidence: 99%
“…Proporciona a los desarrolladores Java la capacidad de escribir código productivo y dinámico utilizando una elegante sintaxis. Asimismo, permite a los desarrolladores de Python aprovechar la gran cantidad de bibliotecas y API útiles de Java que la JVM tiene para ofrecer" [13]. A pesar de las bondades de esta alternativa Jython no admite extensiones nativas escritas para CPython como NumPy o SciPy y debido a que la mayoría del código científico de Python depende fundamentalmente de dichas extensiones nativas directa o indirectamente, por lo general no se pueden ejecutar con Jython [14], es por ello que aparecen alternativas como JyNI ( Jython Native Interface) que permite cargar extensiones de CPython (la implementación nativa de Python) nativas y acceder a ellas desde Jython como si se lo hiciera desde CPython.…”
Section: Jythonunclassified
“…To the best of our knowledge, only a few language implementations use object representations that support accesses from multiple threads while still providing safety guarantees. Examples are Jython [14] and JRuby [25]. Since, for instance, JavaScript does not provide shared memory concurrency, V8's hidden classes [31] as well as Nashorn's PropertyMap [16] and SpiderMonkey's object model [23] do not provide safety guarantees for shared-memory multithreading.…”
Section: State Of the Artmentioning
confidence: 99%
“…Jython's object model implements Python objects based on Java's ConcurrentHashMap class [14]. Thus, all object accesses are synchronized and safe with respect to our definition.…”
Section: Object Representationsmentioning
confidence: 99%
See 1 more Smart Citation