Julia 1.9.0 lives up to its promise

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • DaemonMode.jl

    Client-Daemon workflow to run faster scripts in Julia

  • >a nd you can't quickly run a script

    What is wrong with the following to run a script?

    $ julia myscript.jl

    If you have specific needs that demand, after hitting return, the few seconds of delay for the vast majority of scripts is an issue, you can pre-compile it ahead of time or simply use something like https://github.com/dmolina/DaemonMode.jl

    Julia has issues as with all languages but "not being able to quickly run a script" is by far one of the easiest to work around.

    > and you can't quickly run a script or REPL for development.

    REPL- I'm not sure what you are getting at here. Of course you can - that's how many of use it.

    > And now Julia has competition from Mojo.

    ...maybe. The code-samples we've seen from Mojo look very similar to Python, obviously. And that is specifically why a lot of poeple love Julia.

    The problems people are more and more interested in (machine learning, etc) are at their base mathematical problems. The code should look as close to that math as possible. Spamming np.linalg, sp.sparse, and so forth over and over again is just ugly, and the entire Python workflow overly encourages object oriented design for concepts that are mathematically functions. And, well, should be functions.

    Mojo may make Python faster, but even with Mojo, Python will always be a high level wrapper around C and C++.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts