Dropbox mypy team considering static compilation for typed pythongithub.com3 points·by statsmatscats·10 yıl önce·0 comments
statsmatscats·9 yıl önce·discussRight, It can currently precompile to some extent, but full source-to-binary-blob-compilation is on the roadmap. See here: http://juliacomputing.com/blog/2016/02/09/static-julia.htmlJulia's runtime includes its compiler and full huge standard lib, but of which are eventually going to be split off, IIUC.The former because of static compilation potential and the latter into modules that can be included piecemeal.
statsmatscats·10 yıl önce·discussHere is an emerging julia alternative http://www.breloff.com/transformations/
statsmatscats·10 yıl önce·discussWill you continue maintenance on this indefinitely (barring orders from higher up) or is this meant for a one shot translate and dump?
statsmatscats·10 yıl önce·discussLead on the project said he would like to support python 3 at some point.
statsmatscats·10 yıl önce·discussHave you thought about using type hints to help type inference?Some work on that is discussed here. I would love a dropbox google colab (though also targeting 3.x :) )https://github.com/python/mypy/issues/1862
statsmatscats·10 yıl önce·discussWhat's wrong with Julia? 1.0 should be coming out in a bit less than a year.
Julia's runtime includes its compiler and full huge standard lib, but of which are eventually going to be split off, IIUC.
The former because of static compilation potential and the latter into modules that can be included piecemeal.