Welcome Guest ( Log In | Register )










Reply to this topicStart new topicStart Poll

> Perferred Programming Languages, What's your favorite?
jime307 
Posted: 06-Mar-2008, 09:16 PM
Quote Post

Member is Offline



Celtic Guardian
********

Group: Celtic Nation
Posts: 490
Joined: 27-Jul-2007
ZodiacReed

Realm: Jackson Hole, Wyoming USA

male





I like to program a wide variety of things although mainly games. I personally like C++, Python or Maybe VB.net/6, I like Python and C++ most because 1)they're both very well documented and known 2) They both have understandalbe Syntaxes 3) They're Cross Platform (most important to me) you see I myself am on a Windows XP computer, but a few of my friends are on Macs and macs are very limited in sharing support to the same things as windows, I feel really bad that I can run the things I make but they can't and so Cross-Platforming is very handy, Hello OpenGL!

What about you folks here?


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


St. Patrick's Day countdown banner
PMEmail PosterMy Photo Album               View My Space Profile.
Top
Madadh 
Posted: 07-Mar-2008, 05:37 AM
Quote Post

Member is Offline



Celtic Guardian
Group Icon

Group: Founder
Posts: 836
Joined: 29-Sep-2003
ZodiacReed

Realm: Fort Worth Texas

male





Current Favorites: C and or Assembler

Used: Fortran, RPG and once Cobol


Avoid at all possible: Java, Virtual anything biggrin.gif biggrin.gif

Old programmer


--------------------
-----------------------
Céad Mile Fáilte


May God hold you in the hallows of his hands



American First, Irish Always



user posted image
PMEmail Poster My Photo Album               View My Space Profile.
Top
jime307 
Posted: 08-Mar-2008, 08:13 PM
Quote Post

Member is Offline



Celtic Guardian
********

Group: Celtic Nation
Posts: 490
Joined: 27-Jul-2007
ZodiacReed

Realm: Jackson Hole, Wyoming USA

male





Yeah, I'd forgotten about Assembley, that's a pretty good one too,
PMEmail PosterMy Photo Album               View My Space Profile.
Top
Aaediwen 
Posted: 08-Mar-2008, 08:59 PM
Quote Post

Member is Offline



Celtic Guardian
Group Icon

Group: Super Moderator
Posts: 3,069
Joined: 09-Oct-2003
ZodiacHolly

Realm: Kentucky

male





depends on what kind of programming I'm doing.

For scripting, give me TCL. for application programming, C89, C++ is good for GUIs


--------------------
Poet and seeker of knowledge



PMEmail Poster My Photo Album               
Top
jime307 
Posted: 12-Apr-2008, 11:07 PM
Quote Post

Member is Offline



Celtic Guardian
********

Group: Celtic Nation
Posts: 490
Joined: 27-Jul-2007
ZodiacReed

Realm: Jackson Hole, Wyoming USA

male





you know I'm suprised for our large community we have so few programmers, there's probably only a maximum of 10 and the ones I can think of Right now are

Me
Aaediwen
Mahdahd
tsargent62
Macfive (CelticRadio)
jbarron
subhuman
and pretentiouswombat

If I missed you I apologize!

not very many at all...
PMEmail PosterMy Photo Album               View My Space Profile.
Top
jbarron 
Posted: 07-May-2008, 02:49 PM
Quote Post

Member is Offline



Celtic Guardian
********

Group: Celtic Nation
Posts: 245
Joined: 01-May-2008
ZodiacVine

Realm: Denver, CO

female





Do ex-programmers count? smile.gif

I switched over to database administration about 10 years ago but did programming and systems analysis and design for a long time before that.

We used to program in Fortran, COBOL, Pascal and C.

What kinds of applications does everyone do?

PMEmail Poster               
Top
jime307 
Posted: 11-May-2008, 03:03 PM
Quote Post

Member is Offline



Celtic Guardian
********

Group: Celtic Nation
Posts: 490
Joined: 27-Jul-2007
ZodiacReed

Realm: Jackson Hole, Wyoming USA

male





of course they count. I mainly program games, and some web applications. I'm pretty sure Aaediwen does web apps and quite a bunch of other programs
Not really sure what kinda things Madadh does and pretentiouswombat does websites and stuff last I heard. tongue.gif
PMEmail PosterMy Photo Album               View My Space Profile.
Top
subhuman 
Posted: 17-Jun-2008, 10:37 PM
Quote Post

Member is Offline



Celtic Guardian
Group Icon

Group: Scotland
Posts: 418
Joined: 16-Oct-2005
ZodiacWillow

Realm: 127.0.0.1

male





QUOTE
Avoid at all possible: Java, Virtual anything

From a performance standpoint, I'd agree with you 100%. However for cross-platform coding, sorry but Java wins hands-down. C++ was mentioned previously because it's used by both Win and Mac environments, you're rarely going to use the same code on both.
It's also much more likely that a computer will have the JRE installed than it is that a computer will have a C compiler. Writing code that Visual C++ accepts will throw warnings under GCC, and vice-versa.

That having been said, it's a hobby for me and not a job. I participate in several OSS projects, but haven't done any serious coding for about a decade. Like jbarron, I tend to refer to writing in C and not C++, because that's what I started with. I think I still have my Borland C Compiler for DOS around somewhere.... tongue.gif

These days, if I'm writing it tends to be in a scripting language. Since it's not a career for me, I don't need top-notch performance and I really don't have the time to (re)learn C and C++. TCL, REXX and a few things in NSIS. Ok, calling NSISa language may be a stretch, but it comes close. tongue.gif


--------------------
I have two modes: wiseass and dumbass. Mode is determined by current blood alcohol level.

Drinking is a sport. In order to be competitive, you must practice on a regular basis. Although you can practice alone, it is much more fun to practice with friends. If you're out of shape and practice too hard, you will regret it the next day.

Life is a disease. It is sexually transmitted and always terminal.
PMEmail Poster               
Top
Madadh 
Posted: 18-Jun-2008, 03:53 AM
Quote Post

Member is Offline



Celtic Guardian
Group Icon

Group: Founder
Posts: 836
Joined: 29-Sep-2003
ZodiacReed

Realm: Fort Worth Texas

male





jime307,

I am a senior computer scientist for the Department of Defense. I do a lot of system code and currently work with large parallel processing systems. I do a lot of cross compiling between systems and have found that C and assembly work best for me.
For the systems I use C is standard and always available. It also allows me to work closely with the actual system and not have to rely on someone else to tell me what works best. That said, I also like command line computers and punched cards .... Oh I guess I am showing my age again. biggrin.gif biggrin.gif
PMEmail Poster My Photo Album               View My Space Profile.
Top
Aaediwen 
Posted: 18-Jun-2008, 05:41 PM
Quote Post

Member is Offline



Celtic Guardian
Group Icon

Group: Super Moderator
Posts: 3,069
Joined: 09-Oct-2003
ZodiacHolly

Realm: Kentucky

male





Command line rules!

And I do hope I'm readying some of you guys wrong thinking you're calling Assembly cross-platform. That's about like saying German and Gaelic are mutually intelligable. C, on the other hand, is available on every platform I've had reason to encounter and generally works from the same source tree. Sometimes it needs some stuff re-written, but not a complete re-write.

As for what I write, it depends on what strikes my fancy or need. I've done a FE for mpg321, I've coded a TCL interface between an IRC bot and this site's database, I've done some coding on the site itself, and put together some small bash scripts for handling multiple network interfaces.

Well, speaking of command line, guess it's about time to go back to my CLFS build.
PMEmail Poster My Photo Album               
Top
jime307 
Posted: 23-Jul-2008, 07:38 PM
Quote Post

Member is Offline



Celtic Guardian
********

Group: Celtic Nation
Posts: 490
Joined: 27-Jul-2007
ZodiacReed

Realm: Jackson Hole, Wyoming USA

male





Assembly is about as far from cross-platform as it gets biggrin.gif
About C++, I really try to program cross-platform so I try to stay far away from Visual C++ as much as possible, I usually code my program using a Library to make my GUI, like Allegro, or openGL which are both majorly cross-platform. I like allegro because it has plugins for all the graphics things that each OS uses, for windows it can run off of DirectDraw, for Linux OpenGL and there's plugins for mac as well.
PMEmail PosterMy Photo Album               View My Space Profile.
Top
0 User(s) are reading this topic (0 Guests and 0 Anonymous Users)
0 Members:

Reply to this topic Quick ReplyStart new topicStart Poll


 








© Celtic Radio Network
Celtic Radio is a TorontoCast radio station that is based in Canada.
TorontoCast provides music license coverage through SOCAN.
All rights and trademarks reserved. Read our Privacy Policy.








[Home] [Top]