I have code the reads input data (several numbers) from a file, do some calculation (statistics) and writes the result to another files.
Because this should be done several times I thought it could be useful to run more than one instance of my code. How can this kind of parallel processing be done in newLisp? I did not find anything like threads.
Thank you for your help,
Johann