Dropbox mypy team considering static compilation for typed pythongithub.com3 points·by statsmatscats·vor 10 Jahren·0 comments
statsmatscats·vor 9 Jahren·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·vor 10 Jahren·discussHere is an emerging julia alternative http://www.breloff.com/transformations/
statsmatscats·vor 10 Jahren·discussWill you continue maintenance on this indefinitely (barring orders from higher up) or is this meant for a one shot translate and dump?
statsmatscats·vor 10 Jahren·discussLead on the project said he would like to support python 3 at some point.
statsmatscats·vor 10 Jahren·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·vor 10 Jahren·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.