This is a discussion on "Usage" within the Other Programming Languages section. This forum, and the thread "Usage are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
Usage
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
||||
|
||||
|
Usage
These languages aren't as widely used as others.
Is there any special usages they can be used for? something perl can do better than anything else? Currently, I don't see the point of using these languages but i want to learn, though that seems a bit pointless if I'll never use them
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
|
|
#2
|
|||
|
|||
|
Re: Usage
Which languages?
Last Blog Entry: 10 Reasons Why My Laptop Is Better Than Your Girlfriend (Dec 15th, 2007)
|
|
#3
|
||||
|
||||
|
Re: Usage
the ones in the title of this forum
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#4
|
|||
|
|||
|
Re: Usage
I assume you mean the tags and that they are supposed to say Perl, Python and Ruby. They aren't used as much as PHP and ASP, no, but are perfectly valid programming languages. The popular Ruby on Rails framework is built on the Ruby programming language. They all have their strengths and weaknesses, I haven't the experience or the knowledge to explain them properly.
Pete. |
|
#5
|
||||
|
||||
|
Re: Usage
Cheers, in your (or anyone elses) opinion then.
Should I bother learning them? If I did I'd probably try perl first.
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#6
|
|||
|
|||
|
Re: Usage
Ruby is gaining popularity and potentially is a really useful language. It's looking to be a bit of a player in the near future too. It'll have a long way to go before it beats php and asp as a web language but has shown massive growth in the past few years. I'll warn you it's not simple at all and there is a steep learning curve. If you're good with programming languages though, I'm sure you'll do ok.
Pete. |
|
#7
|
||||
|
||||
|
Re: Usage
Yeah i'm not bad at the development side.
Is it a similiar syntax to php?
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#8
|
|||
|
|||
|
Re: Usage
I've got a mammoth book on it somewhere it's supposed to be a good one but was a bit much as I hadn't done any programming before. I plan to revisit it but won't have time till after christmas
Pete. |
|
#9
|
||||
|
||||
|
Re: Usage
cheers guru
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#10
|
||||
|
||||
|
Re: Usage
Just doing a quick tutorial.
ruby's quite easy so far!
Last Blog Entry: 3D Chess in your browser! (Mar 14th, 2008)
|
|
#11
|
|||
|
|||
|
Re: Usage
It's quite elegant in parts. I still never fully understood how to implement the code. It reads really well and makes more sense than a lot of other languages. It can get pretty complex though. So be warned.
Pete. |
|
#12
|
|||
|
|||
|
Re: Usage
Doing simple things in Ruby is simple. Taking advantage of the full power of the language can get complex, but you probably don't need to go very deep to make use of it.
One big difference between Ruby and PHP is that Ruby is purely object-oriented. Everything in Ruby is an object -- even numbers, or strings. This makes it clean and powerful. It also has a very clean syntax -- you don't need to put a semicolon at the end of a line, and you don't need to put parentheses around arguments. But the main thing that makes Ruby interesting for web applications in the Ruby on Rails framework. The framework is written in Ruby, and Rails applications are written in Ruby. Michael Last edited by Rakuli; Dec 17th, 2007 at 05:48. Reason: removed link |
![]() |
| Tags |
| etc, per, pythin, ruby, use |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Generic Window Usage | Rudie | JavaScript Forum | 1 | Jun 2nd, 2006 21:21 |
| bandwidth usage and mysql | sing2trees | Hosting & Domains | 1 | Jan 14th, 2006 11:44 |
| General question about your DB usage | RaptorRex | Databases | 1 | Aug 27th, 2005 08:29 |