Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!usc!apple!fernwood!uupsi!njin!fdurt1!wisdom!tronsbox!dfrancis From: dfrancis@tronsbox.xei.com (Dennis Heffernan) Newsgroups: comp.sys.amiga.programmer Subject: Re: Good programmers and assembly language Message-ID: <1523@tronsbox.xei.com> Date: 7 Apr 91 04:31:36 GMT References: <7214@harrier.ukc.ac.uk> Organization: The Whole Yuggoth Society Lines: 19 In article <7214@harrier.ukc.ac.uk> mr3@ukc.ac.uk (M.Rizzo) writes: |In Miranda all you need is three lines: | |qsort :: [*] -> [*] |qsort [] = [] |qsort (a:X) = qsort [b|b<-x; b<=a] ++ [a] ++ qsort [b|b<-x; b>a] | In email to Mr. Schwartz, I said that I was currently studying assembly, but if doing so meant adopting his attitude I'd gladly switch to Fortran. (He politely apologized for coming on too strong.) If learning a high-level language means putting up with gibberish like THAT, I think I'll switch to raw hex instead. dfrancis@tronsbox.xei.com ...uunet!tronsbox!dfrancis GEnie: D.HEFFERNAN1 ------------------------------------------------------------------------------ "Using C will definitely cut your life expectancy by 10 years or more." --Carl Sassenrath, GURU'S GUIDE TO THE COMMODORE AMIGA #1