Did #julialang end up kinda stalling or at least plateau-ing lower than hoped?
Did #julialang end up kinda stalling or at least plateau-ing lower than hoped?
Did #julialang end up kinda stalling or at least plateau-ing lower than hoped?
I know it's got its community and dedicated users and has continued development.
But without being in that space, and speculating now at a distance, it seems it might be an interesting case study in a tech/lang that just didn't have landing spot it could arrive at in time as the tech-world & "data science" reshuffled while julia tried to grow ... ?
Can a language ever solve a "two language" problem?
@maegul @programming Maybe nobody (save for the Julia developers) ever cared about the "two language problem". I see folks are just happy writing high performance tools in Rust with Python wrappers.
In any case, I'm happy that the Julia folks gave birth to things like DifferentialEquations.jl, truly a piece of art. Anything that helps scientists and engineers move away from MATLAB is welcome.
@tschenkel @astrojuanlu @programming
I'd suppose part of the problem might be that there's a somewhat hidden 3rd category of user that "feels" whatever added complexity there is in a two-language lang like julialang and has no real need for performant "product" code.
And that lack of adoption amongst this cohort and your first enforces lang separation.
I may be off base with whether there's a usability trade off, but I'd bet there's at least the perception of one.
@tschenkel @astrojuanlu @maegul @programming I completly agree with your second point.
The MATLAB language may be pretty bad but IMO that's not what makes MATLAB good. Rather it's:
@FizzyOrange The problem with Python for signal processing and stuff like that is not pip (I know it's a meme by now, but it's really not that bad) but rather, the fact that some SciPy subpackages are barely maintained
@astrojuanlu @programming
Maybe nobody (save for the Julia developers) ever cared about the "two language problem"
Yea, it’s what prompted my post. I saw in a rust forum push back on the two language thing but from the lower level side (where they were arguing about introducing lazier memory management facilities on the basis that you should just use swift/Python etc).
And re MATLAB … absolutely! This is not a diss against Julia at all.