|
|
|
|
|
by ziotom78
2360 days ago
|
|
Julia's typical workflow [1] is mainly REPL-based: you test ideas in the REPL, accumulate functions in modules and build larger payloads at the prompt (or in a Jupyter notebook, or using Juno [2] or VSCode). That's a sensible way of working for its main target: scientific computing and number-crunching tasks, where you must often explore and understand your data before betting able to implement real algorithms. [1] https://docs.julialang.org/en/v1/manual/workflow-tips/ [2] https://junolab.org/ |
|