Is it possible to write NetLogo in separate files as then import them like in java, python etc. or just call them like Matlab.
One may argue that NetLogo code normally doesn't get so huge for the above requirement. But since there is no ODE solving functionality and some other functions I require for my model I have had to write them on my own. This has increased my code length incredibly. Thus, I ask the question.
I don't know how this question makes sense as each code has an attached GUI with it. I am considering the possibility of writing a library but couldn't find any straight forward documentation for it.