Hi,
Coming from the MATLAB background where a large project can be handled pretty easily by calling out all the other functions, which are written in separate .m files, into a Main.m file (the name Main is arbitrary) and then executing just the Main.m file. I am wondering on these lines what is the best way of handling such a large project in Julia?
7 posts - 5 participants