7 ms·
I hve a global shortcut to open a Julia REPL session and I use that to perform any sort of quick calculations instead of a GUI calculator. The best thing about
by xchkr1337 3y ago
I hve a global shortcut to open a Julia REPL session and I use that to perform any sort of quick calculations instead of a GUI calculator. The best thing about this approach is that I can always create new functions for stuff I use often.
- bobmaxup 3y agoI am not sure if it is of interest to you, but from the cli, qalc's REPL is much faster to start when compared to julia
- sundarurfriend 3y ago> The best thing about this approach is that I can always create new functions for stuff I use often. Do you put those in your startup.jl? Do you have a Startup package like some recommend for Julia 1.9+?
- thumbuddy 3y agoQalc seems like a better calculator to me and is more stable somehow despite being written in I think C++. Not having to download a huge programming language taking up GB of space, research an ecosystem and import ten packages sounds ideal. I prefer python or R and sometimes even BC to Julia for terminal calculating anyways... I'd let the post about qalculate be about qalculate here.