Author Topic: Programming / Net languages?  (Read 1291 times)

ViciouZ

  • Map Committee
  • Autococker
  • Posts: 2227
Programming / Net languages?
« on: August 15, 2007, 03:41:44 PM »
Who knows what?

I just started learning Visual C#.

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Programming / Net languages?
« Reply #1 on: August 15, 2007, 04:35:14 PM »
Real men use C.

XtremeBain

  • Developer
  • Autococker
  • Posts: 1470
Re: Programming / Net languages?
« Reply #2 on: August 15, 2007, 05:12:28 PM »
General: C, Ruby, TCL, Perl
Web: PHP, Ruby on Rails
Electronics: 805x asm, PIC asm, VHDL

These days I'm doing a lot of misc. shell scripting (ksh :() at my job.

If anyone wants to jump into a web language then I'd highly recommend Ruby on Rails.  I really wish that I would have discovered Ruby when I was younger, it's an amazing language.

Cobo

  • Autococker
  • Posts: 1362
Re: Programming / Net languages?
« Reply #3 on: August 15, 2007, 05:20:23 PM »
C#, Managed C++, C, and C++

Just a little of all of those, not an expert in any.


Edit: Net language I guess a little php.

Eiii

  • Autococker
  • Posts: 4595
Re: Programming / Net languages?
« Reply #4 on: August 15, 2007, 05:39:10 PM »
C# programs are easy to write, as the documentation is included in the classes themselves. That makes it incredibly handy for testing concepts or something, but for actual programs they turn out all bloaty. Too much memory used.

lekky

  • Autococker
  • Posts: 2449
Re: Programming / Net languages?
« Reply #5 on: August 15, 2007, 05:52:24 PM »
Java ftw, Freemarker (I guess) And a load of Frameworks and Services I can't be bothered to mention.

Oh, and I did some Visual Basic in High School! =D

KnacK

  • Global Moderator
  • Autococker
  • Posts: 3039
Re: Programming / Net languages?
« Reply #6 on: August 15, 2007, 07:45:35 PM »
asm and machine in 8088 and 6502
UCSD PASCAL
PHP, Perl
hack at js
I really want to get back in to C++, I just need to fidn that small killer applet to get me off my duff and relearn it.

Back in the early 90's taking C++, one of our projects was to code replacements for all of the common dos commands, like dir, chkdsk, copy.  I was a great experience.

I also need to get more in-depth with web languages as there are a few projects that I have in teh back of my mind that I'd love to get started on....

Zorchenhimer

  • Autococker
  • Posts: 2614
Re: Programming / Net languages?
« Reply #7 on: August 15, 2007, 10:03:28 PM »
Real men use C.

So thats why the source is all in C!

I don't have much experience in much. Just some Java, Visual Basic, Python (very little), and C++ (even less).

b00nlander

  • Autococker
  • Posts: 784
Re: Programming / Net languages?
« Reply #8 on: August 15, 2007, 11:38:43 PM »
General: C, Ruby, TCL, Perl
Web: PHP, Ruby on Rails
Electronics: 805x asm, PIC asm, VHDL

nice, I envy you.

General:  Java,ABAP
Web: PHP, Ruby on Rails

and that's it already, aside from a very little JavaScript maybe

jitspoe

  • Administrator
  • Autococker
  • Posts: 18802
Re: Programming / Net languages?
« Reply #9 on: August 16, 2007, 05:14:16 PM »
KnacK: Pretty sure punch cards were before PHP. ;)

Bain: I briefly looked at ruby a few weeks ago, and I was just like... "What the hell?".  The syntax looks so weird and it seems there is so much useless crap built in.  Like .backwards.  I think the only time I ever reversed a string was when I was goofing around with mIRC scripting.  Perhaps I dismissed it too quickly, but it doesn't really look like my cup of tea.

I primarily code in C and C++, but I started out with QBASIC.  I've also done a bit with PERL, but hardly ever touched it again once I got started with PHP.