Jump to content

Recommended Posts

Posted

Many moons ago I use to code (vb6 yes was that long ago) anyway coding I left behind and stopped really (apart from keeping up with some limited php)

 

Anyway decided must get some new coding languages under belt again so logical choice is visual studio vb.net etc.

 

But need suggestion on something else so any suggestions was thinking along lines of ruby on rails.

 

Russ

Posted

VB .Net, C++, c#, PHP, Python, Delphi all good and of course once you can program good in one transferring skills between them isn't too hard or at least it's never been for me lol aahhh the ego is expanding again! ;)

 

Wes

Posted

At a guess, if you're looking into coding on the forums as/when they develop I'd recommend PHP...

 

It hasn't been supplanted by ruby yet and it's pretty simple to learn..

Posted

I'll get my coat ... it's the one with the badge "My other programming language is a hammer" on the lapel.

You must have a big coat rack / hook tony as you have an awful lot of coats :D

Posted

I'll get my coat ... it's the one with the badge "My other programming language is a hammer" on the lapel.

You must have a big coat rack / hook tony as you have an awful lot of coats :D

 

He's an awfully big man :-)

 

Runs for the hills :-)

Posted

@russ - do you just want to learn because learning is good or do you have some kind of project in mind?

 

For example, if you want to administer a network then I'd say vbscript - you're off to a headstart as you've got some VB6 and all you've got to do is get used to all the objects that are available.

 

If you're looking at network admin and want to be a bit more futureproof then start looking at powershell - Exchange 2007 is designed to be totally managed from the command line with this and I'm sure other MS products will follow in the future.

 

If you want flexibility then learn Perl - you can do pretty much everything with Perl (although if you're not careful, no-one else will be able to read it!) and it's also cross platform which might be important.

Posted

Hi Steve

 

Main thing is to learn as was once said to me a programmer really should be learning two new languages a year (maybe not expert in them).

 

Got some ideas of projects to do in them..

 

But have had to drop programming for other things.

 

Got some experience with powershell (was on beta program) and vbscript can do as you said just cutdown VB.

 

Perl hmm tried learning that while back but never really got beyond very basics...

 

Russ

Posted
Main thing is to learn as was once said to me a programmer really should be learning two new languages a year

 

That's not quite how it worked when I did a long stretch of professional software enginering. Languages were just a bunch of irksome new syntax you picked up when you needed a new one which was definitely not that often. It's the ever morphing APIs, techniques and platforms..

 

Being able to write "Hello World" in 27 languages is relatively useless compared with say, knowing how to write platform portable code, a thread-safe dll or having credible experience of a wide range of dotNet classes.

Posted

Feeling very old...

 

I did Pascal, Assembler and C (no + or # then!) at University and went on to program in PL/1 (with DB2 and CICS)... the SQL from DB2 is still really useful

 

As for programming now... I haven't got a clue! :?

 

Lin

Posted

Yes but what happens when .dot goes out of fashion or gets replaced with something else.

 

Think could of said that last post a lot better

 

"You should learn two new languages a year so that your skills never go stale as programming languages come and go but skills to learn new ones never dies"

 

Scott hansleman has quite good post on it...

 

http://www.hanselman.com/blog/ProgrammerIntentOrWhatYoureNotGettingAboutRubyAndWhyItsTheTits.aspx

 

As said this is not about job of programmer but 'personality' of programmer more.

 

 

Russ

Posted

My coding skills may be dated, but then I have no need to code anymore.

 

However, when it comes to reading other languages to check for logic faults... I know what I'm looking for!

 

The programmers of my day were taught to optimise their code for maximum speed and efficiency. When you were working with so little memory and slow devices, the code had to be efficient! I think there are a few big software houses nowwho could do with some training in these skills! Their code seems to assume it will be the only thing using machine resources!

Posted
It disagrees with me. I've tried for over a year and I just can't get it - I had all intentions of contributing to FreeMIS :? I'll stick to PHP for now ;)
Posted
what happens when .dot goes out of fashion or gets replaced with something else.

 

Fashion is really something for random bloggers and their peeing contests over who can write the world's smallest implementation of PGP on a pinhead etc.

 

I was trying to say quite a lot of coding these days is mostly about gluing API calls together so maintaining a good working knowledge of those and gaining it for the updates they release next week is rather important.

 

Will I hit that deadline because I knew about a class hidden away in system.diagnostics that I've used before, does exactly what I need and will save me days-weeks of frustration?

 

Or because I know how to write "Hello World" in a really cute but cryptic way using NERD, an exciting new language that isn't the s/w house's mandatory C#?

Posted
what happens when .dot goes out of fashion or gets replaced with something else.

 

Fashion is really something for random bloggers and their peeing contests over who can write the world's smallest implementation of PGP on a pinhead etc.

 

I was trying to say quite a lot of coding these days is mostly about gluing API calls together so maintaining a good working knowledge of those and gaining it for the updates they release next week is rather important.

 

Will I hit that deadline because I knew about a class hidden away in system.diagnostics that I've used before, does exactly what I need and will save me days-weeks of frustration?

 

Or because I know how to write "Hello World" in a really cute but cryptic way using NERD, an exciting new language that isn't the s/w house's mandatory C#?

 

I do agree slightly in fact yes knowing how to programme hello world in 20 languages but not being able to program well in one.

 

But what I am saying is as 'programmers' never should be lead down path of having one language and not at least having some working knowledge of other languages.

 

COBOL programmers is good example of that.

 

Anyway as haven't learnt any new languages since vb (part from basic php) time to update my skills.

 

Was looking at Windows Presentation Foundation seems interesting..

 

Russ

  • 3 weeks later...
  • 9 months later...
Posted
I agree, with Visual Basic experience you learn .net more efficiently. Thing is, this is also probably the most profitable language atm...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...