Remix.run Logo
adgjlsfhk1 11 hours ago

I translated the jacobi example to julia, and it does seem to address every one of his gripes with Python.

cbolton an hour ago | parent [-]

I think his main point is about strict typing in Fortran. You can add type annotations in Julia but it's almost an anti-pattern if you don't need them e.g. for dispatch. In any case the type annotations in these examples would be quite unnecessary, unlike in Fortran (where as I understand you can at best enable implicit typing but then must use variable names with specific patterns).