logoalt Hacker News

maxall4today at 3:21 AM2 repliesview on HN

I really want to like Julia. It has a nice type system, a good ecosystem, reasonable syntax, and it’s far faster than Python. But there are several issues with its DX that prevent me from using it: the most severe of which being the complete lack of a cache for the JIT (or JIT like system), inducing multi second compile times for scripts that run in <100ms. There are some external packages that try to solve this issue, but they are far from first-party quality, and, in my experience, are quite buggy.

(I last tried Julia a few years ago; perhaps this has been improved since?)


Replies

adgjlsfhk1today at 3:30 AM

a between session cache had been merged for 1.14 (release expected within 6-12 months).

show 1 reply
bandramitoday at 3:48 AM

[dead]