Elements tagged with: python

skip over the calendar

Page created at
maven-jython-plugin - Maven Jython Plugin Feb. 12, 2010, 9:48 p.m.
maven-jython-plugin - Maven Jython Plugin - hmm, der Jython-Support für Maven ist ziemlich veraltet - das Artifact geht nur gegen 2.2.1 und auch das Plugin geht nur auf 2.2.1. Da fehlt dringend wohl ein bischen Updaten.
Java, Programmierung, Python
Front Range Pythoneering: Realizing Jython 2.5 Feb. 12, 2010, 9:44 p.m.
Front Range Pythoneering: Realizing Jython 2.5 - da stehts weiter unten drin. Jython hat ein GIL als witziges Easteregg im future Modul (das mit dem zukünftige Sprachfeatures als "Beta" verfügbar gemacht werden). Also kein GIL, sondern nur ein Joke. Hätte mich auch anders stark verdutzt.
Java, Programmierung, Python
Interactive Python GIL Visualization [dabeaz] Feb. 12, 2010, 9:41 p.m.
Interactive Python GIL Visualization [dabeaz] - sehr interessante Auswertung der Auswirkungen des GIL in multithreaded Python Projekten. Ob Jython (kein GIL, threading auf Basis der Java-Standards) da eine Aushilfe ist?
Programmierung, Python