It is also very complex, apparently implementing a
parser,
compiler, with loop fusion,
a virtual machine to run the result on.
The problem with this approach is that it does not scale easily for generic programming. Looking at the issues, many of them are asking for an implementation of some operator or function.
The great thing about Julia, often underappreciated by outsiders, is that in the ideal case, orthogonal components can work together. Eg a Bayesian MCMC library can get derivatives via AD to estimate models with ODEs. If the code is written well, they donât even need to know about each other, eg the ODE library authors donât need to ask the AD library maintainers to include specific code for their functions.
[Including quotes for context.] Not at all, Iâm very sorry if it came across that way. I had just switched over from Reddit and maybe was still stuck in an inappropriate mindset for this forum.
Anyway, it was just a playful way of pointing your attention to the âSummarize This Topicâ button that automatically gets included at the top of long posts threads. It basically just shows you the âbestâ posts of the thread, with âbestâ defined by some heuristic based on a combination of likes and replies. Not perfect, but it usually gives you enough context to catch up with a long thread.