@crunklord420 Do you know any useful REPL-like implementation of C? The issue I have is that I need programming for calculations, which often requires plotting, working with changing data and "trying stuff". Writing and compiling in C is not really an option, since I need to try things interactively.
For this reason I am looking into Julia currently, but it has some issues of its own and as you mention, learning C is in general useful.
@crunklord420 Thanks, I was looking into cling but had issues with it. Matlab can be an option, but I guess i will just stick to Julia since it is completely free. Have you checked it out ?
@Saxophone3784 it's not my realm, I don't care about domain specific languages like that. R is also a thing for plotting. I don't use Jupyter Notebooks but if you're just trying to generate plots in an interactive way, that's basically what it's for.