Digital Paint Discussion Board

Digital Paint Community => Other Stuff => Topic started by: ViciouZ on August 15, 2007, 05:41:44 PM

Title: Programming / Net languages?
Post by: ViciouZ on August 15, 2007, 05:41:44 PM
Who knows what?

I just started learning Visual C#.
Title: Re: Programming / Net languages?
Post by: jitspoe on August 15, 2007, 06:35:14 PM
Real men use C.
Title: Re: Programming / Net languages?
Post by: XtremeBain on August 15, 2007, 07: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.
Title: Re: Programming / Net languages?
Post by: Cobo on August 15, 2007, 07: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.
Title: Re: Programming / Net languages?
Post by: Eiii on August 15, 2007, 07: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.
Title: Re: Programming / Net languages?
Post by: lekky on August 15, 2007, 07: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
Title: Re: Programming / Net languages?
Post by: KnacK on August 15, 2007, 09: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....
Title: Re: Programming / Net languages?
Post by: Zorchenhimer on August 16, 2007, 12:03:28 AM
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).
Title: Re: Programming / Net languages?
Post by: b00nlander on August 16, 2007, 01:38:43 AM
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
Title: Re: Programming / Net languages?
Post by: jitspoe on August 16, 2007, 07: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.