if this article is not in your language, use the Google Translate widget (bottom of page for Mobile version)⬈
Après un long développement, Ironpython en version 3.4 est disponible en téléchargement (version alpha-1).
À noter que cette version inclue des fonctionnalités de Python 3.5 (mais pas toutes comme les coroutines)
La page de l'annonce
Lien vers le paquet NuGet
Félicitations à la Team
def genClap(nbClap):
myHands = type('',(), {"Clap" : lambda self : print("Clap !")})()
for i in range(nbClap):
yield myHands
for hand in genClap(10):
hand.Clap()
0 commentaires:
Enregistrer un commentaire