On Mon, Aug 17, 2026, 11:16 AM Anton Shepelev via Freedos-devel <
[email protected]> wrote:

> Jim Hall:
>
> > Someone on the FreeDOS Facebook group is exploring F77
> > programming using Open Watcom FORTRAN, and they
> > recently asked about sorting.
>
> Try this:
>
>    Efficient Sorting Routines in Fortran 77:
>    PDF: <
> https://www.newcastle.edu.au/__data/assets/pdf_file/0019/22483/08_Efficient-sorting-routines-in-FORTRAN-77.pdf
> >
>    SRC: <https://github.com/ivan-pi/hs-sort/tree/main/src>
>
> The problem is not specific to Fortran, so that an
> algorithm (e.g. Heapsort) can be ported from an
> implementation in another language.
>


Thanks! That's very helpful, especially the GitHub link for the source
code. I'll share that with him.


I also agree with Ralf that FORTRAN77 is not the right programming language
for what this person is trying to do. They're writing a little address book
app -- that's much easier in a language like C or C++. But I think this
person is just excited to try retro-programming in FORTRAN, so "doing it
for the challenge" probably overrides "best language for the job" in this
case. :-)

>
_______________________________________________
Freedos-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freedos-devel

Reply via email to