LISP AGAIN
This is a follow-up to my previous LISP question regarding the minimum value
in a list. I think I can get that value – but now I need to be able to delete
that value from the list, any ideas ? – What I am trying to do is to
re-organize the values in a list in sequential order – starting with the
smallest value and proceeding to the highest value. Am I re-inventing the
wheel ?
Dave Maki