functional programming - Is there a Scheme implementation that parallelizes? -


Is there an R5 RS-or-high implementation plan that parallels? For example, if I say:

  (map (lambda (x) (pure-functional-stuff x)) (1 3 5 7 11 13))   

Will this machine process 1, 3, 5 and 7 simultaneously if the machine can do this? It is considered to be one of the major benefits of functional programming, but I can not get a retaining, up-to-date plan. I will be fine with that which will not parallel it unless I claim that there are no side effects in the function.

I am a developer of scammics and I think this is a plan you are looking for. The project is still developed and maintained. Earlier this year, I released a version that improves compatibility with R5RS. Unfortunately, there is a research project focused on the process of scammic expression evaluation, thus, its standard library is still relatively small, do you have any special functionality in a scam?


Comments