Love UNIX? Share Your Story Here!

  • Thread starter Thread starter franznietzsche
  • Start date Start date
  • Tags Tags
    Love Unix
AI Thread Summary
The discussion revolves around the appreciation for UNIX as a programming environment, particularly in contrast to Windows. Users express a fondness for UNIX's simplicity and efficiency, highlighting features like intuitive compilers, makefiles, and accessible documentation through man pages. There is nostalgia for older systems like MS-DOS and a recognition of UNIX's strengths for programming tasks. The conversation also touches on preferences for cross-platform languages, with mentions of Python and Java, and a light-hearted debate about the merits of different programming languages. Additionally, there are comments about the value of older hardware and software, with users sharing experiences of rescuing vintage systems. Overall, the thread emphasizes a strong preference for UNIX's streamlined approach to programming compared to the complexities of Windows.
franznietzsche
Messages
1,503
Reaction score
6
I just started a FORTRAN 90 programming class this quarter, and we do all our work on the school's UNIX servers, and I love it. The simplicity, no dealing with all the unnecessary crap windows comes attached with.

I just felt like sharing.
 
Computer science news on Phys.org
Very much share your affection ... doing stuff in Unix after spending time in Win - world is like coming home :smile: .
 
PerennialII said:
Very much share your affection ... doing stuff in Unix after spending time in Win - world is like coming home :smile: .


It completely is.

It makes me miss MS-DOS. I feel old knowing that i remember using DOS.
 
UNIX is an excellent environment for any sort of programming. Makefiles, excellent shells, and UNIX compilers are very intuitive when working in a terminal environment.

Man pages are also an added incentive. There's always some documentation a command away for whatever function your curious about when programming.
 
Last edited:
aggree, but C# .net is on its way up... (waits to be flamed! :smile: )
 
.NET = Windows Lock In

I prefer to work with cross platform compatible languages.

Go Python !
 
Me being a Sun junkie, I'll retaliate with a swift Java recommendation. It's funny, a few months ago I never would've thought of Java as a half-decent language. Things change, though. :approve:
 
graphic7 said:
Me being a Sun junkie, I'll retaliate with a swift Java recommendation. It's funny, a few months ago I never would've thought of Java as a half-decent language. Things change, though. :approve:

Don't worry. I'll continue not thinking of it as a half-decent language for you. :smile:
 
master_coda said:
Don't worry. I'll continue not thinking of it as a half-decent language for you. :smile:

You are referring to versions of Java <= 1.2? Yes? :-p
 
  • #10
master_coda said:
Don't worry. I'll continue not thinking of it as a half-decent language for you. :smile:

LoL

--------------------------------------

franznietzsche said:
The simplicity, no dealing with all the unnecessary crap windows comes attached with.

Yeah, eunichs are lacking in attachments.
 
  • #11
Dissident Dan said:
LoL

--------------------------------------



Yeah, eunichs are lacking in attachments.

Yes, eunuchs are, but those are necessary attachments.
 
  • #12
i resecued a Alpha with OpenVMS and a SCO unix CD set from the computer-recyclers at work :smile:

its amazing how cool old junk (?) can be! :biggrin:

graphic7: have you seen sun's new err.. windowmanager - lookingglass ? :confused:
ummm here
 
  • #13
gazzo said:
i resecued a Alpha with OpenVMS and a SCO unix CD set from the computer-recyclers at work :smile:

its amazing how cool old junk (?) can be! :biggrin:

graphic7: have you seen sun's new err.. windowmanager - lookingglass ? :confused:
ummm here

I haven't heard of Looking Glass, but it looks fairly interesting. Right now I'm between JDS (Sun's souped up Gnome2) and CDE. I've been trying to find a love for Gnome2 because I think within the release (or couple of releases) after Solaris 10, they'll be discontinuing CDE support. It's hard to part with it, though.
 
  • #14
franznietzsche :

I just love UNIX

I just started a FORTRAN 90 programming class this quarter, and we do all our work on the school's UNIX servers, and I love it. The simplicity, no dealing with all the unnecessary crap windows comes attached with.

I just felt like sharing.

-----------------------------------
if you say so, why not, Bill gates once loved Dos
 
  • #15
philocrazy said:
franznietzsche :

I just love UNIX

I just started a FORTRAN 90 programming class this quarter, and we do all our work on the school's UNIX servers, and I love it. The simplicity, no dealing with all the unnecessary crap windows comes attached with.

I just felt like sharing.

-----------------------------------
if you say so, why not, Bill gates once loved Dos

That hurts, i don't want to be compared to
him
 
  • #16
gazzo said:
i resecued a Alpha with OpenVMS and a SCO unix CD set from the computer-recyclers at work :smile:

its amazing how cool old junk (?) can be! :biggrin:
If I'm not mistaken, OpenVMS is so backwards it uses 1 as default return value for succes and 0 for default return value for failure. Which is aganst POSIX, ANSI-C(unless you use EXIT_SUCCESS and EXIT_FAILURE) and god knows what else :)

I'd really like to get my hands on a OpenVMS-system and see how portable my code really is :)
 

Similar threads

Replies
9
Views
2K
Replies
1
Views
84
Replies
1
Views
2K
Replies
12
Views
2K
Replies
2
Views
614
Back
Top