I’m currently trying to implement sorting algorithms in OM, so that an unsorted list of integers can be sorted into the correct order but each ‘pass’ is printed. I’ve tried copying some Common LISP code but I don’t have any understanding of it and haven’t been able to get it to work so far.
There is an old thread on this where another user was trying to do the same thing with a Bubble Sort, but the OM patch in the thread isn’t opening. I’m relatively new to OM so any pointers would be greatly appreciated!