Click to See Complete Forum and Search --> : People who have the Programmer (or a varient) occupation! Help me! I need some advice
BobTheSlob
02-01-2002, 04:45 PM
Well, my question is fairly simple.
What language(s) do you use?
What do you DO with the language(s) you use?
What language(s) would you rather be using? (if that applies)
DO YOU ENJOY WHAT YOU DO? (that's the important part)
------------------
Specs:
1 Ghz T-Bird @ 1.1 Ghz (110 * 10)
SK-6 with 7000 rpm Delta Black Label
ABIT KT7A-RAID
524 MB Micron PC133 RAM
2x 45 GB DeskStar 75GXP
in a RAID 0 Array
1x 8.4 GB Maxtor w/ Slackware 8.0
ASUS V7700 Deluxe 32MB
SB Audigy Gamer!
Plextor PlexWriter 12/10/32A IDE
LG 16/48x DVD-ROM
Mitsumi 1.44 MB Floppy
USR OEM 2976 PCI Modem
Linksys 10/100 NIC
Klipsch ProMedia v.2-400s
3 Antec 90mm Chassis Fans
Windows XP Pro
"Ich bin ein Mann des internationalen Hauses der Pfannkuchen"
A proud Linux Hippy
DeadKen
02-01-2002, 07:14 PM
Originally posted by BobTheSlob:
Well, my question is fairly simple.
What language(s) do you use?
What do you DO with the language(s) you use?
What language(s) would you rather be using? (if that applies)
DO YOU ENJOY WHAT YOU DO? (that's the important part)
A> I use C,C++,Java,Netlinx and a smattering of asm.
B> C - Embedded firmware
C++ - Native Gui apps (MFC)
Java - Gui apps that need XML and other
lib stuff I have created
Netlinx - Control systems
C> I would rather use C# then C++/Java (Soon I hope!)
D> Love it! Earn big bucks sitting at home with a beer in my hands and hacking out some cool control system. What more could you ask for?
------------------
I want an OS, not a hobby...
BobTheSlob
02-01-2002, 10:14 PM
Why do you wanna use C#? Just, some reasons why. If at all possible.
------------------
Specs:
1 Ghz T-Bird @ 1.1 Ghz (110 * 10)
SK-6 with 7000 rpm Delta Black Label
ABIT KT7A-RAID
524 MB Micron PC133 RAM
2x 45 GB DeskStar 75GXP
in a RAID 0 Array
1x 8.4 GB Maxtor w/ Slackware 8.0
ASUS V7700 Deluxe 32MB
SB Audigy Gamer!
Plextor PlexWriter 12/10/32A IDE
LG 16/48x DVD-ROM
Mitsumi 1.44 MB Floppy
USR OEM 2976 PCI Modem
Linksys 10/100 NIC
Klipsch ProMedia v.2-400s
3 Antec 90mm Chassis Fans
Windows XP Pro
"Ich bin ein Mann des internationalen Hauses der Pfannkuchen"
A proud Linux Hippy
DeadKen
02-02-2002, 01:33 AM
Originally posted by BobTheSlob:
Why do you wanna use C#? Just, some reasons why. If at all possible.
Should be like java except:
A - Faster
B - Better primitives
C - Properties
D - Events (built in)
E - Enumerators
F - Call by ref
G - No AWT or Swing!
------------------
I want an OS, not a hobby...
BobTheSlob
02-02-2002, 01:36 AM
Well, I knew it was like Java, but, I have a smaller problem.
What is Java used for in the enterprise level market? Like, J2EE. I highly doubt you are making little applets for IBM. I know Java is used for more things than that. But what?
If I know this, then I will know why C# is cool, cause, C# can't do applets can it?
------------------
Specs:
1 Ghz T-Bird @ 1.1 Ghz (110 * 10)
SK-6 with 7000 rpm Delta Black Label
ABIT KT7A-RAID
524 MB Micron PC133 RAM
2x 45 GB DeskStar 75GXP
in a RAID 0 Array
1x 8.4 GB Maxtor w/ Slackware 8.0
ASUS V7700 Deluxe 32MB
SB Audigy Gamer!
Plextor PlexWriter 12/10/32A IDE
LG 16/48x DVD-ROM
Mitsumi 1.44 MB Floppy
USR OEM 2976 PCI Modem
Linksys 10/100 NIC
Klipsch ProMedia v.2-400s
3 Antec 90mm Chassis Fans
Windows XP Pro
"Ich bin ein Mann des internationalen Hauses der Pfannkuchen"
A proud Linux Hippy
The_Hitman
02-02-2002, 02:04 PM
Originally posted by DeadKen:
Should be like java except:
A - Faster
B - Better primitives
C - Properties
D - Events (built in)
E - Enumerators
F - Call by ref
G - No AWT or Swing!
You forgot single vendor, single platform, single os, single development tools lock in... all for a language.
------------------
You don't have to be a radical to rebel against a convicted monopoly (http://www.usnews.com/usnews/issue/020114/tech/14linux.htm)
Why Yes! I am (http://www.geocities.com/bloodred716/the_hitman.html) a proud member of the SF Linux Hippy Club (http://www.geocities.com/bloodred716/hippy.html).
Grizzly
02-02-2002, 04:58 PM
I'm a "Web" programmer, so don't mistake me for a *real* programmer. http://www.sharkyforums.com/ubb/tongue.gif
A) Cold Fusion, PHP, Perl, ASP, SQL
B) Build web sites, shopping carts, intranets, extranets, web-based utils, etc etc.
C) I'd rather be doing *more* PHP/MySQL dev.
D) Absolutely, I've been obsessed with Web dev for about 3 years now.
[This message has been edited by Grizzly (edited February 02, 2002).]
DeadKen
02-02-2002, 11:15 PM
Originally posted by The_Hitman:
You forgot single vendor, single platform, single os, single development tools lock in... all for a language.
Your right, damn I wish I had thought of that.
Nothing like being locked into a language by a second rate company like Sun. (I'm sure the X86 Solarus users really love them).
As far as C# being locked into a single platform or single tool, wake up and look around. C# (.Net actually) uses the CLI, which can be developed on any platform. No more of this crappy JNI stuff. .Net actually works with just about any language seemlessly.
Take a look at http://www.theregister.co.uk/content/4/23919.html
Gnome is being based on the open source version of .Net (mono).
------------------
I want an OS, not a hobby...
The_Hitman
02-02-2002, 11:57 PM
Originally posted by DeadKen:
As far as C# being locked into a single platform or single tool, wake up and look around.
Wake up? Your obviously the one in dream land.
------------------
You don't have to be a radical to rebel against a convicted monopoly (http://www.usnews.com/usnews/issue/020114/tech/14linux.htm)
Why Yes! I am (http://www.geocities.com/bloodred716/the_hitman.html) a proud member of the SF Linux Hippy Club (http://www.geocities.com/bloodred716/hippy.html).
yoshi273
02-03-2002, 12:44 AM
PHP, BASIC, JS (new), C++
I do alot of random stuff with PHP. Currently, i work for a rich media marketing company. Basically, i write targetted email spammers and do web stuff with it.
I dont use BASIC anymore. But it was my first language learned.
I do alot of webpage stuff w/ js. It is currently the backbone for a media detection software we developed that will play appropriate video streams to its users.
I dont do anything important with C++. I dont really like it, and I would gladly swap my C++ knowledge for some XML or SQL.
I currently do web development. I love it and am damn glad to be here.
Originally posted by The_Hitman:
Wake up? Your obviously the one in dream land.
No, hes awake (http://www.go-mono.com/c-sharp.html).
http://www.sharkyforums.com/ubb/smile.gif
The_Hitman
02-03-2002, 02:50 PM
Originally posted by ch:
No, hes awake (http://www.go-mono.com/c-sharp.html).
http://www.sharkyforums.com/ubb/smile.gif
Sorry..but one rouge unsupported, unoffical project with no hope of ever amounting to much DOES NOT make .NET /C# cross-platform. Neither does submitting a few classes to a standards body yet holding back the other 90% of the language count either.
------------------
You don't have to be a radical to rebel against a convicted monopoly (http://www.usnews.com/usnews/issue/020114/tech/14linux.htm)
Why Yes! I am (http://www.geocities.com/bloodred716/the_hitman.html) a proud member of the SF Linux Hippy Club (http://www.geocities.com/bloodred716/hippy.html).
Originally posted by The_Hitman:
Sorry..but one rouge unsupported, unoffical project with no hope of ever amounting to much DOES NOT make .NET /C# cross-platform. Neither does submitting a few classes to a standards body yet holding back the other 90% of the language count either.
hm. Most people would just admit they were wrong, oh well.
Also your "no hope of ever amounting to much" comment is quite amusing when coming from a Linux user.
bye.
DeadKen
02-03-2002, 06:53 PM
Originally posted by The_Hitman:
Sorry..but one rouge unsupported, unoffical project with no hope of ever amounting to much DOES NOT make .NET /C# cross-platform. Neither does submitting a few classes to a standards body yet holding back the other 90% of the language count either.
Really? How about the fact the CLI is before a standards body?
Lets see Sun (setting!) ever do that with the JVM!
The idea of a true language independ calling interface is light years ahead of Java.
------------------
I want an OS, not a hobby...
The_Hitman
02-03-2002, 10:03 PM
Originally posted by DeadKen:
Really? How about the fact the CLI is before a standards body?
ONLY SMALL PORTION of the .NET CLI classes have been submitted... they only did this so they could get fools like you to belive them when they said its a "standard" and you could go around spouting off their half lies for them..
Call me when the whole thing is submitted and then we will call it a "standard"...
Lets see Sun (setting!) ever do that with the JVM!
Actually, SUN submitted Java to the ECMA but withdrew it because Microsoft had to many controlling votes and could do whatever they wanted to the standard.
------------------
You don't have to be a radical to rebel against a convicted monopoly (http://www.usnews.com/usnews/issue/020114/tech/14linux.htm)
Why Yes! I am (http://www.geocities.com/bloodred716/the_hitman.html) a proud member of the SF Linux Hippy Club (http://www.geocities.com/bloodred716/hippy.html).
DeadKen
02-03-2002, 11:35 PM
Originally posted by The_Hitman:
Actually, SUN submitted Java to the ECMA but withdrew it because Microsoft had to many controlling votes and could do whatever they wanted to the standard.
Coming from you, I take that claim with a giant grain of salt, but I still think it means little if true.
The CLI is the important part, not the classes. Hell, the open soars community can go ahead and define their own standard classes. But the fact they would be language independant is the big breakthrough (or at least you would realize that if you had ever tried to get JNI to really work).
------------------
I want an OS, not a hobby...