Welcome, Register for free! or Login below:
EduGeek.net RSS Feeds Register FAQ Members Social Groups User Map Calendar Search Today's Posts Mark Forums Read

Go Back   EduGeek.net Forums > Coding and Web Development > Coding
Reply
 
LinkBack Thread Tools Search Thread Language
Old 12-06-2007, 08:16 PM   #16
 
elsiegee40's Avatar
 
Join Date: Jan 2007
Location: Kent
Posts: 1,683
uk uk kent
Thanks: 97
Thanked 60 Times in 53 Posts
Rep Power: 18 elsiegee40 is a jewel in the roughelsiegee40 is a jewel in the roughelsiegee40 is a jewel in the roughelsiegee40 is a jewel in the rough
Default Re: What Language Next

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
  Reply With Quote
Old 12-06-2007, 08:17 PM   #17
 
russdev's Avatar
 
Join Date: Jun 2005
Location: Leicestershire
Posts: 5,221
uk
Thanks: 34
Thanked 85 Times in 60 Posts
Blog Entries: 1
Rep Power: 33 russdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of light
Send a message via ICQ to russdev Send a message via AIM to russdev Send a message via MSN to russdev Send a message via Yahoo to russdev Send a message via Skype™ to russdev
Default Re: What Language Next

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/Progra...tsTheTits.aspx

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


Russ
  Reply With Quote
Old 12-06-2007, 08:34 PM   #18
 
webman's Avatar
 
Join Date: Nov 2005
Location: County Durham
Posts: 5,667
uk uk durham city
Thanks: 105
Thanked 87 Times in 71 Posts
Blog Entries: 1
Rep Power: 38 webman is a name known to allwebman is a name known to allwebman is a name known to allwebman is a name known to allwebman is a name known to allwebman is a name known to all
Default Re: What Language Next

I hate Ruby. Especially when you put it on rails. :x
  Reply With Quote
Old 12-06-2007, 08:36 PM   #19
 
elsiegee40's Avatar
 
Join Date: Jan 2007
Location: Kent
Posts: 1,683
uk uk kent
Thanks: 97
Thanked 60 Times in 53 Posts
Rep Power: 18 elsiegee40 is a jewel in the roughelsiegee40 is a jewel in the roughelsiegee40 is a jewel in the roughelsiegee40 is a jewel in the rough
Default Re: What Language Next

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!
  Reply With Quote
Old 12-06-2007, 09:10 PM   #20
 
Geoff's Avatar
 
Join Date: Jun 2005
Location: Fylde, Lancs, UK.
Posts: 9,931
uk uk lancashire
Thanks: 42
Thanked 230 Times in 209 Posts
Blog Entries: 1
Rep Power: 67 Geoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud ofGeoff has much to be proud of
Send a message via ICQ to Geoff Send a message via AIM to Geoff Send a message via MSN to Geoff Send a message via Yahoo to Geoff Send a message via Skype™ to Geoff
Default Re: What Language Next

Quote:
Originally Posted by webman
I hate Ruby. Especially when you put it on rails. :x
Why? I find it quite elegant.
  Reply With Quote
Old 12-06-2007, 09:12 PM   #21
 
webman's Avatar
 
Join Date: Nov 2005
Location: County Durham
Posts: 5,667
uk uk durham city
Thanks: 105
Thanked 87 Times in 71 Posts
Blog Entries: 1
Rep Power: 38 webman is a name known to allwebman is a name known to allwebman is a name known to allwebman is a name known to allwebman is a name known to allwebman is a name known to all
Default Re: What Language Next

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
  Reply With Quote
Old 13-06-2007, 07:52 PM   #22
 
PiqueABoo's Avatar
 
Join Date: Jan 2006
Posts: 531
Thanks: 2
Thanked 20 Times in 16 Posts
Rep Power: 11 PiqueABoo will become famous soon enoughPiqueABoo will become famous soon enough
Default Re: What Language Next

Quote:
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#?
  Reply With Quote
Old 13-06-2007, 08:30 PM   #23
 
russdev's Avatar
 
Join Date: Jun 2005
Location: Leicestershire
Posts: 5,221
uk
Thanks: 34
Thanked 85 Times in 60 Posts
Blog Entries: 1
Rep Power: 33 russdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of lightrussdev is a glorious beacon of light
Send a message via ICQ to russdev Send a message via AIM to russdev Send a message via MSN to russdev Send a message via Yahoo to russdev Send a message via Skype™ to russdev
Default Re: What Language Next

Quote:
Originally Posted by PiqueABoo
Quote:
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
  Reply With Quote
Old 29-06-2007, 04:58 AM   #24
 
vbsqluser's Avatar
 
Join Date: Jun 2007
Posts: 5
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0 vbsqluser is an unknown quantity at this point
Default Re: What Language Next

Hi,

Already you have got experience in Visual Basic so, better go for .net.

Try this book :

Database programming using Visual basic 2005 and Csharp 2005
http://www.vkinfotek.com
  Reply With Quote
Old 06-04-2008, 01:01 AM   #25
 
hoocmee's Avatar
 
Join Date: Mar 2008
Posts: 12
Thanks: 0
Thanked 2 Times in 1 Post
Rep Power: 2 hoocmee is on a distinguished road
Default

I agree, with Visual Basic experience you learn .net more efficiently. Thing is, this is also probably the most profitable language atm...
  Reply With Quote
Old 06-04-2008, 01:14 AM   #26
 
localzuk's Avatar
 
Join Date: Dec 2006
Location: Minehead, Somerset
Posts: 4,069
isle of man uk isle of man
Thanks: 49
Thanked 110 Times in 98 Posts
Blog Entries: 12
Rep Power: 33 localzuk is a name known to alllocalzuk is a name known to alllocalzuk is a name known to alllocalzuk is a name known to alllocalzuk is a name known to alllocalzuk is a name known to all
Send a message via MSN to localzuk Send a message via Yahoo to localzuk Send a message via Skype™ to localzuk
Default

Personally, I would say Java. It is in very high demand in industry.

If not Java, c# as most smaller software houses seem to have transitioned to this as it is a very efficient and well structured language. Not to mention its integration with windows and the amount of features it has increases the speed at which complex applications can be written dramatically.

I would stay clear of anything related to vb. It encourages poor programming practices and the old vb has left an entire industry reeling with support being ended for it. C# wouldn't suffer the same issue, as it's implementation has been standardised and Microsoft is not the only producer of a runtime environment for it.
  Reply With Quote
Old 06-04-2008, 08:20 AM   #27
 
torledo's Avatar
 
Join Date: Oct 2007
Posts: 1,810
Thanks: 59
Thanked 61 Times in 54 Posts
Rep Power: 18 torledo is just really nicetorledo is just really nicetorledo is just really nicetorledo is just really nice
Default

I think piqueaboo, localzuk and srocford are all on the money...

I think for sysadmins perl and vbscript are still the most useful languages.
Powershell is the next-gen for windows scripting so it'd be useful to start getting into that. But there's an awful lot of vbs scripts and skills that aren't going to be abandoned any time soon.

As for general purpose programing i think c sharp becomes more and more significant. It's the language of choice and .net as the platform for microsoft shops and software houses.

I think for most projects, web app development is the best direction for applicaiton portability, with dynamic elements through ajax and presentation seperation with things like css and flash.

For the presentation tier actionscript for flash is useful though not necessary if you're projects don't need that level of flash eye candy.

For the logic again c sharp comes into play for asp.net hosted sites......c sharp/asp.net is the heavyweight challenger to jsp based web projects. It's also essential for serious sharepoint development. And it's being used extensively to build custom CMS's for large in house asp.net web projects. VB.net is really c sharp but with the syntax to make those coming from vb6 feel slightly less uncomfortable with .net. I think it's the case that most coming from vb6 are using c sharp rather than vb.net for their projects.

php i would also recommend for webapp development also.

It'd be interesting to know how those people are getting on with RoR.....things have gone a little bit quiet on the RoR front following the hype during the middle of last year (around the time these posts wre made). Are people getting anywhere with it ? or is it a flash-in-the-pan pita and you've all gone back to php ?;-)
  Reply With Quote
Old 21-04-2008, 11:47 AM   #28
 
el8linuxel8's Avatar
 
Join Date: Nov 2007
Location: Preston
Posts: 98
uk
Thanks: 2
Thanked 4 Times in 4 Posts
Rep Power: 3 el8linuxel8 is on a distinguished road
Default

Depends what you want to learn it for, fun or a specific task?

PHP sucks as a language but being proficient in it is useful if you run a website.

Perl rocks, you can talk all you want about RoR but think about how much time has gone into Perl, its over 20 years old! and with the release of 5.10 its adopted a few things from Ruby, like simple things like say() so you dont have to supply a \n with a print()

Then you have CPAN? (cpan.org)what other language has got such a large module base?
"6569 authors 13454 modules"

i think you'll struggle to find anything that can compete in terms of quality in the modules either. Mightily impressive.

And like i said earlier, if its for fun then do C! drop ++ and #, C will teach you so so much more about memory management and how computers really work!
  Reply With Quote
Old 21-04-2008, 12:21 PM   #29
 
witch's Avatar
 
Join Date: Nov 2005
Location: Dorset
Posts: 2,027
uk uk wales
Thanks: 7
Thanked 38 Times in 35 Posts
Rep Power: 18 witch has a spectacular aura aboutwitch has a spectacular aura aboutwitch has a spectacular aura about
Default

Consulted with the other 'alf who is an enterprise architect and does or tells other people to program - he says Java for def, and then maybe .net or another of the more 'fashionable' ones.

Personally can't help - Basic and Assembler here!
  Reply With Quote
Old 21-04-2008, 12:30 PM   #30
 
tmcd35's Avatar
 
Join Date: Jul 2005
Location: Norfolk
Posts: 511
uk
Thanks: 18
Thanked 36 Times in 32 Posts
Blog Entries: 3
Rep Power: 16 tmcd35 has a spectacular aura abouttmcd35 has a spectacular aura abouttmcd35 has a spectacular aura about
Default

I can, and hate, program(ing) in a few languages, and to be honest it all boils down to two things...

1) What it is your trying to code. You wouldn't use C++ to write a website just as you wouldn't use PHP to write an emulator.

2) What you find easiest to use. I use either Pascal or PHP because they are like old friends. I'm happy with them. The coding I do doesn't need to be efficient just functional.

If your happy with VB, why not update your VB skills, .net and all.
  Reply With Quote
Reply

Register now for FREE and post messages!


Username: Password: Confirm Password: E-Mail: Confirm E-Mail:
Birthday:      
Image Verification
  I agree to forum rules 

Similar Threads
Thread Thread Starter Forum Replies Last Post
Language russdev General EduGeek News/Announcements 16 29-12-2007 02:04 PM
Language Lab Software gtaylor Windows 4 19-12-2007 11:31 AM
Language Pack cwk03 Windows Vista 2 21-08-2007 04:34 PM
Language Lab rusty155 General Chat 4 12-03-2007 01:20 PM



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search Thread
Search Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT +1. The time now is 06:57 PM.
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
Copyright EduGeek.net