Nodebundle for playing with nodes

 From:  James (JFH)
7777.533 In reply to 7777.524 
Hi Karsten,

I am trying to take an array of values (curve length in my particular case)
and arrange them in order ascending &/or descending. In this way,
first and last values can be idxSelect to give range domain (num0,numN)

Can this be done with "logic/compare" node or is there need for a “sort” node?
(i understand that javascript sort() method specifically manipulates strings ,
but can be made to sort numerical values in conjunction with compare function)

Also I have be watching online grasshopper tutorials in an effort to vary spacing of points on a curve dependant degree of curvature.

Anyway I came across the “Remap” node in grasshopper, that will reassign a num
array to range between inputted domain. I remembered that you had contributed "infos/reMap" node (2 as it turns out). Unless I am mistaken they replicate the function of Max’s Basic/Interp node. If you were so inclined, I think there would be value in rewriting your node to emulate the function of grasshopper’s namesake.

This is not so much a request, more a suggestion of something that you may like to do so that your old nodes are not ignored like redheaded step-children.

Have a great weekend
James