Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact us.

Post New Thread Reply

Register GFY Rules Calendar
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed.

 
Thread Tools
Old 01-24-2009, 06:41 PM   #1
jay23
Confirmed User
 
Join Date: Jun 2003
Posts: 1,444
PHP / Python / Ruby / C#, which one for a non web app.

If you want to develop a app that does not use a UI (no Web front end or UI front end) which development envirnment will you use ?

I like C# just because of the huge .NET library.
jay23 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 06:44 PM   #2
WiredGuy
Pounding Googlebot
 
Industry Role:
Join Date: Aug 2002
Location: Canada
Posts: 34,482
I prefer perl as its a rapid application development environment.
WG
__________________
I play with Google.
WiredGuy is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 06:46 PM   #3
StuartD
Sofa King Band
 
StuartD's Avatar
 
Join Date: Jul 2002
Location: Outside the box
Posts: 29,903
uhmm... not web? Then C#.
StuartD is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 07:05 PM   #4
jay23
Confirmed User
 
Join Date: Jun 2003
Posts: 1,444
So which one is doing well in the web front end , ruby , php , asp.net ?

I have not touched ruby or php in my life.
jay23 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 08:01 PM   #5
Varius
Confirmed User
 
Industry Role:
Join Date: Jun 2004
Location: New York, NY
Posts: 6,890
Quote:
Originally Posted by jay23 View Post
So which one is doing well in the web front end , ruby , php , asp.net ?

I have not touched ruby or php in my life.
If you haven't touched PHP you probably won't be a Python fan, it's basically a cross between PHP and C++
__________________
Skype variuscr - Email varius AT gmail
Varius is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 08:11 PM   #6
camgirlshide
Confirmed User
 
Join Date: Jan 2005
Posts: 1,558
I use php now for all my new linux scripts even if they aren't for web use. Personally, I find it the easiest because of the documentation on php.net and the amount of built in functions.
It might not be the fastest or most efficient language out there, but does it really matter for most scripts?
__________________
Useful adult webmaster links -
Alphabetical list of solo models with webcam
Stats on my best converting affiliate programs - camgirlshide webmaster blog
complete list of affiliate programs I use.
camgirlshide is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 08:29 PM   #7
doridori
So Fucking Banned
 
Join Date: Jul 2008
Location: Canadia
Posts: 2,222
Quote:
Originally Posted by WiredGuy View Post
I prefer perl as its a rapid application development environment.
WG
i second that.
dont forget CPAN. basically everything you need has been done.
doridori is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 08:30 PM   #8
mrkris
Confirmed User
 
Join Date: May 2005
Posts: 2,737
Quote:
Originally Posted by jay23 View Post
If you want to develop a app that does not use a UI (no Web front end or UI front end) which development envirnment will you use ?

I like C# just because of the huge .NET library.
What type of app, jay? If you need something fast, go with a scripted language.

Quote:
Originally Posted by WiredGuy View Post
I prefer perl as its a rapid application development environment.
WG
How is it a rapid application development environment? It's a scripted language just like Python, PHP, Ruby, etc.
__________________

PHP-MySQL-Rails | ICQ: 342500546
mrkris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 08:31 PM   #9
WiredGuy
Pounding Googlebot
 
Industry Role:
Join Date: Aug 2002
Location: Canada
Posts: 34,482
Quote:
Originally Posted by mrkris View Post
How is it a rapid application development environment? It's a scripted language just like Python, PHP, Ruby, etc.
CPAN has tons of libraries and code ready to go that you can pretty much do whatever you need in < 50 lines of code. That to me is a RAD environment.
WG
__________________
I play with Google.
WiredGuy is online now   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 08:34 PM   #10
mrkris
Confirmed User
 
Join Date: May 2005
Posts: 2,737
Quote:
Originally Posted by WiredGuy View Post
CPAN has tons of libraries and code ready to go that you can pretty much do whatever you need in < 50 lines of code. That to me is a RAD environment.
WG
Pretty much the same with Ruby Gems, PHP PEAR, etc.
__________________

PHP-MySQL-Rails | ICQ: 342500546
mrkris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 08:42 PM   #11
Killswitch - BANNED FOR LIFE
Guest
 
Posts: n/a
Quote:
Originally Posted by camgirlshide View Post
It might not be the fastest or most efficient language out there, but does it really matter for most scripts?
It all depends on who's writing it and how well it's written. The 5th biggest website on the internet is ran on PHP, don't see it having any problems.
  Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 09:02 PM   #12
jay23
Confirmed User
 
Join Date: Jun 2003
Posts: 1,444
[QUOTE=mrkris;15383497]What type of app, jay? If you need something fast, go with a scripted language.[QUOTE]


The only reason I like C# is the huge .NET libarary. The app I have been working on (No coding yet, still design) is a backend for a Web site, the front end will be done by others and talks to backend using Javascript / JSON / REST.

Jay
jay23 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 09:03 PM   #13
mrkris
Confirmed User
 
Join Date: May 2005
Posts: 2,737
[QUOTE=jay23;15383553][QUOTE=mrkris;15383497]What type of app, jay? If you need something fast, go with a scripted language.
Quote:


The only reason I like C# is the huge .NET libarary. The app I have been working on (No coding yet, still design) is a backend for a Web site, the front end will be done by others and talks to backend using Javascript / JSON / REST.

Jay
MMmmm REST
__________________

PHP-MySQL-Rails | ICQ: 342500546
mrkris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 09:20 PM   #14
jay23
Confirmed User
 
Join Date: Jun 2003
Posts: 1,444
[QUOTE=mrkris;15383556][QUOTE=jay23;15383553]
Quote:
Originally Posted by mrkris View Post
What type of app, jay? If you need something fast, go with a scripted language.

MMmmm REST
The new visual studio 10 , Net 4.0 makes developing REST super easy...just like a method call.
jay23 is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Old 01-24-2009, 10:01 PM   #15
mrkris
Confirmed User
 
Join Date: May 2005
Posts: 2,737
[QUOTE=jay23;15383591][QUOTE=mrkris;15383556]
Quote:
Originally Posted by jay23 View Post

The new visual studio 10 , Net 4.0 makes developing REST super easy...just like a method call.
Well, that's all it really is. Instead of defining methods like you would in XMLRPC, you use different request methods. GET POST PUT DELETE
__________________

PHP-MySQL-Rails | ICQ: 342500546
mrkris is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote
Post New Thread Reply
Go Back   GoFuckYourself.com - Adult Webmaster Forum > >

Bookmarks



Advertising inquiries - marketing at gfy dot com

Contact Admin - Advertise - GFY Rules - Top

©2000-, AI Media Network Inc



Powered by vBulletin
Copyright © 2000- Jelsoft Enterprises Limited.