Re: [newbie] the programming language

1999-09-20 Thread John Aldrich
On Sun, 19 Sep 1999, you wrote: Sorry for the overly simple question... but can anyone tell me what language Linux was written in? Thanks in advance and don't laugh too long and hard! Mostly in GNU C, C++, AFAIK, with some Perl and QT and such thrown in for good measure. John

RE: [newbie] the programming language

1999-09-19 Thread Ken Wilson
I believe the primary language for most of Linux is C. You may find that some of the add-ons and other applications are written in other languages. Emacs, for example, uses Lisp. Ken Wilson First Law of Optimization: The speed of a nonworking program is irrelevant (Steve Heller, 'Efficient

Re: [newbie] the programming language

1999-09-19 Thread Dan Brown
From: Joe Brault [EMAIL PROTECTED] Sorry for the overly simple question... but can anyone tell me what language Linux was written in? Thanks in advance and don't laugh too long The kernel is largely in either C or C++, with bits of assembly. The other utilities are in various

Re: [newbie] the programming language

1999-09-19 Thread Matt Stegman
The kernel (which is what gives the name "Linux" to the operatinf system) was written in C. You'll find that most applications for Linux are written in C, as it's a very vesatile language (or so I'm given to understand, I've yet to master it). However, it's not the only language used. Many

Re: [RE: [newbie] the programming language]

1999-09-19 Thread Michael Scottaline
"Ken Wilson" [EMAIL PROTECTED] wrote: I believe the primary language for most of Linux is C. You may find that some of the add-ons and other applications are written in other languages. Emacs, for example, uses Lisp. Ken Wilson === And I thought it was Finnish! ;o) Mike

Re: [RE: [newbie] the programming language]

1999-09-19 Thread Steve Philp
Michael Scottaline wrote: "Ken Wilson" [EMAIL PROTECTED] wrote: I believe the primary language for most of Linux is C. You may find that some of the add-ons and other applications are written in other languages. Emacs, for example, uses Lisp. Ken Wilson === And I

Re: [newbie] the programming language

1999-09-19 Thread David van Balen
On Sun, 19 Sep 1999, Matt Stegman wrote: However, it's not the only language used. Many programs are written in C++ (a successor to C, I think mostly to add graphics capabilities), and just for the record, the creation of c++ had nothing to do with adding graphics capabilities and almost

Re: [newbie] the programming language

1999-09-19 Thread Brett Jones
The kernel or the avg distribution? If dist. c, c++, perl, various shells, python, assembly, and I'm sure many others I've never heard of. On Sun, 19 Sep 1999, you wrote: Sorry for the overly simple question... but can anyone tell me what language Linux was written in? Thanks in advance and