TalkPHP
 
 
Account Login
Latest Articles
» The basic usage of PHPTAL, a XML/XHTML template library for PHP
» Vulnerable methods and the areas they are commonly trusted in.
» Simple way to protect a form from bot
» The Basics On: How Session Stealing Works
» How to keep your forms from double posting data
IRC Channel
IRC Speech Bubble Join the friendly bunch on IRC...
(#TalkPHP on Freenode)

...Also available via a web interface.

See this thread for information on the TalkPHP Free Hugs Initiative™. Subject to availability.
Associates
Associates
CSS Tutorials
Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old 07-06-2009, 05:15 AM   #1 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default Ruby

I'm studying Ruby at the moment, so far it's smalltalk with Python basically, everything is an object ( 0.o ), and everything is syntax of Python. SmallPython? TalkPython? PythonTalk? lol

The only con I have about it, is that it runs away from the standards of code.


But overall, what can I put to use of this language, that PHP cannot do?
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 07-06-2009, 10:34 PM   #2 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

What can ruby do that PHP can't? Nothing to my understanding. High level languages don't normally offer new functionality from other high level languages.
__________________

Village Idiot is offline  
Reply With Quote
Old 07-06-2009, 10:45 PM   #3 (permalink)
Moderateur
RegEx Guru PHP Guru Top Contributor Advanced Programmer 
 
Salathe's Avatar
 
Join Date: Apr 2007
Posts: 1,393
Thanks: 5
Salathe is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
The only con I have about it, is that it runs away from the standards of code.
It what?


Quote:
Originally Posted by Orc View Post
But overall, what can I put to use of this language, that PHP cannot do?
Good luck with that.
Salathe is offline  
Reply With Quote
Old 07-07-2009, 01:24 AM   #4 (permalink)
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

Quote:
Originally Posted by Orc View Post
I'm studying Ruby at the moment, so far it's smalltalk with Python basically, everything is an object ( 0.o ), and everything is syntax of Python. SmallPython? TalkPython? PythonTalk? lol

The only con I have about it, is that it runs away from the standards of code.


But overall, what can I put to use of this language, that PHP cannot do?
At high levels languages and what they can do do not differ much, difference start appearing between things like C# and Unmanaged C.
__________________
My Blog
Enfernikus is offline  
Reply With Quote
Old 07-07-2009, 02:05 AM   #5 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
What can ruby do that PHP can't? Nothing to my understanding. High level languages don't normally offer new functionality from other high level languages.
I have yet to find out, that's what I'm asking you.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 07-07-2009, 02:02 PM   #6 (permalink)
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

Orc, if you want to make desktop applications I suggest you use Python. It's easy, has clean code, and it has a lot of 3rd party modules.

Plus it doesn't hurt to already know the language...
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote
Old 07-07-2009, 06:16 PM   #7 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by ETbyrne View Post
Orc, if you want to make desktop applications I suggest you use Python. It's easy, has clean code, and it has a lot of 3rd party modules.

Plus it doesn't hurt to already know the language...
I've actually done that, I've used Tkinter, it works like a charm. but I only suggest programming simple desktop applications with Python, otherwise I'd go for C# or C++ for such things as Direct3D rendering when you have to mess with OnPaint handlers, etc.
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 07-07-2009, 06:19 PM   #8 (permalink)
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

If you are only interested in windows programming, vb.net is an excellent language. Visual Studio makes developing small applications very fast and easy, it is in my opinion the best tool for small windows apps.
__________________

Village Idiot is offline  
Reply With Quote
Old 07-07-2009, 06:35 PM   #9 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by Village Idiot View Post
If you are only interested in windows programming, vb.net is an excellent language. Visual Studio makes developing small applications very fast and easy, it is in my opinion the best tool for small windows apps.
Yeah I tried vb.net, I didn't really like the syntax. but I like how I can pop in a web browser in under 5 minutes xD
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 07-07-2009, 08:31 PM   #10 (permalink)
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

Quote:
I've actually done that, I've used Tkinter, it works like a charm.
Aaaarrrrghhh! Please, go get and install PyQt right NOW!
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote
Old 07-07-2009, 08:33 PM   #11 (permalink)
The Addict
 
Enfernikus's Avatar
 
Join Date: Jun 2008
Posts: 335
Thanks: 2
Enfernikus is on a distinguished road
Default

Or you can just use Visual Studio & C#
__________________
My Blog
Enfernikus is offline  
Reply With Quote
Old 07-07-2009, 11:37 PM   #12 (permalink)
Orc
The Prestige
 
Orc's Avatar
 
Join Date: Dec 2007
Posts: 1,044
Thanks: 193
Orc is on a distinguished road
Default

Quote:
Originally Posted by ETbyrne View Post
Aaaarrrrghhh! Please, go get and install PyQt right NOW!
ahashahahfdhgf
__________________
VillageIdiot can have my babbies ;d
Orc is offline  
Reply With Quote
Old 07-08-2009, 01:54 AM   #13 (permalink)
how quixotic are you?
 
ETbyrne's Avatar
 
Join Date: Dec 2007
Location: Lapeer, MI
Posts: 445
Thanks: 37
ETbyrne is on a distinguished road
Default

It's for your own good, believe me. PyQt allows you to do all kinds of cool stuff like use Webkit for your applications so you can make a GUI out of HTML/CSS/JS.
__________________
Dingo Web Systems > http://www.dingocode.com
My Website > http://www.evanbot.com
ETbyrne is offline  
Reply With Quote
Reply



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

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Ruby proponents trying to big it up Wildhoney The Lounge 3 11-08-2007 10:55 PM


All times are GMT. The time now is 06:43 PM.

 
     

Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0
Inactive Reminders By Icora Web Design