Lost Password?


Go Back   CodeCall Programming Forum > Software Development > General Programming > Programming Theory

Programming Theory Discuss programming theory, algorithm efficiency, logic, and other any other category where math and computer science overlap.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #61 (permalink)  
Old 06-20-2008, 06:44 PM
Aereshaa's Avatar   
Aereshaa Aereshaa is offline
Guru
 
Join Date: Apr 2008
Posts: 539
Rep Power: 9
Aereshaa is a jewel in the roughAereshaa is a jewel in the roughAereshaa is a jewel in the roughAereshaa is a jewel in the rough
Default Re: Starting a teenager programming?

@kishjeff: Scheme is elegant because it hardly ever needs variables: all you need are functions. Usually my scheme programs are a bunch of function declarations, and then a big, nested function call.
@^: Exactly. As a mathematically minded person, I find java not terse enough, and I don't like OO much. Even in games, I prefer write in C with structures rather than C++ with classes.

Last edited by Aereshaa; 06-20-2008 at 06:47 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old 06-23-2008, 12:23 PM
WingedPanther's Avatar   
WingedPanther WingedPanther is offline
Super Moderator
 
Join Date: Jul 2006
Age: 35
Posts: 3,418
Last Blog:
wxWidgets is NOT code ...
Rep Power: 37
WingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to beholdWingedPanther is a splendid one to behold
Default Re: Starting a teenager programming?

I don't mind classes (I actually like them), but the trick is to use them gracefully. If you go nuts with the Get/Set methods it becomes pretty silly.
__________________
CodeCall Blog | CodeCall Wiki | Shareware | Linux Forum
Programming is a branch of mathematics.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old 06-24-2008, 07:54 PM
zombie0hour zombie0hour is offline
Newbie
 
Join Date: Jun 2008
Posts: 5
Rep Power: 0
zombie0hour is on a distinguished road
Default Re: Starting a teenager programming?

may i jump in and say perl?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #64 (permalink)  
Old 06-24-2008, 08:44 PM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,634
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Starting a teenager programming?

sure if you want to.

what is perl good for?

----------------
Now playing: Picture to Burn
via FoxyTunes
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #65 (permalink)  
Old 06-25-2008, 10:33 PM
Aereshaa's Avatar   
Aereshaa Aereshaa is offline
Guru
 
Join Date: Apr 2008
Posts: 539
Rep Power: 9
Aereshaa is a jewel in the roughAereshaa is a jewel in the roughAereshaa is a jewel in the roughAereshaa is a jewel in the rough
Default Re: Starting a teenager programming?

@^: If you're on a *n?x (unix, linux, etc.) machine, Perl is great for glue programs, string handling, regexes. Its syntax is easy, and it is a interpreted language, so you can write programs and run them really easily. It has great integration with the shell, and has full support for unicode. It... Oh I could go on and on. It's a really fun language, and it's permissive syntax lets you write code the way you want to. It is also a good entry to the 'hard' languages like C. As I said before, I used Perl before C, and bash before Perl.

If you're not on a *n?x, then it's still very useful, and most programs in Perl that don't use the shell can be run on practically any platform without any changes!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
  #66 (permalink)  
Old 07-02-2008, 10:33 PM
Pancrazio Pancrazio is offline
Newbie
 
Join Date: Jun 2008
Posts: 17
Rep Power: 2
Pancrazio is on a distinguished road
Default Re: Starting a teenager programming?

Quote:
Originally Posted by MeTh0Dz View Post
Name one time when it would be better to use python, than C++ Chili? You are best off learning one of the three languages I mentioned because they are the most powerful and versatile languages. You will find that other languages have many more limitations.
MeTh0Dz is one of those guys who would use a calliper to measure the Eiffel tower. And don't say it isn't possible!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #67 (permalink)  
Old 07-04-2008, 10:38 AM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,634
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Starting a teenager programming?

So perl is one of those cross-platform languages? that can do almost anything?

I guess C# is probably the best language to start with because it's syntax is very similar to a lot of languages:
  1. Java
  2. PHP
  3. JavaScript

and probably a lot others.
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #68 (permalink)  
Old 07-04-2008, 11:23 AM
MeTh0Dz MeTh0Dz is offline
SLICE OWNZ YOUR SOUL
 
Join Date: May 2008
Posts: 294
Last Blog:
Ternary Operator CPP
Rep Power: 0
MeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura about
Default Re: Starting a teenager programming?

How do you come to the reasoning that C# is the best language to start with, just because it has similar syntax to other languages? That is very poor reasoning.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #69 (permalink)  
Old 07-04-2008, 02:04 PM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,634
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Starting a teenager programming?

Geez

fine, if the languages are similar they you will be able to pick up on other languages a lot easier. If you know C#, then you can easily learn PHP which gives you more options. If you want to make software not just for windows than yes C++ is probably the language you want to learn.

Now before I say something stupid, and get you to say something to make me even more ticked off. What is assembly for? why do you think it's worth while to learn?
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #70 (permalink)  
Old 07-06-2008, 11:28 AM
MeTh0Dz MeTh0Dz is offline
SLICE OWNZ YOUR SOUL
 
Join Date: May 2008
Posts: 294
Last Blog:
Ternary Operator CPP
Rep Power: 0
MeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura aboutMeTh0Dz has a spectacular aura about
Default Re: Starting a teenager programming?

Assembly, can be used for anything. In some cases Assembly is the only language that can be used. This is due to the fact that Assembly allows you to manipulate the actual hardware associated with a system. So in OS or Driver Development there are times when you will have to use Assembly. This is because Assembly is the lowest level language other than Binary of course.

And even if you were going to be coding strictly for Windows, C++ would still make a better choice, even just because of its speed.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

Sponsored Links
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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
General programming and logic :: Programming language types Chinmoy Tutorials 1 04-07-2008 04:15 PM
Tutorial: Starting Java Using Netbeans Jordan Java Tutorials 0 04-05-2008 03:45 PM
General programming and logic Chinmoy Tutorials 0 03-20-2008 05:58 AM
What is the best language for starting programming? Onur General Programming 6 10-11-2007 08:47 PM
starting Programming Willmaniam C and C++ 4 04-27-2007 12:41 PM


All times are GMT -5. The time now is 08:55 AM.

Contest Stats

WingedPanther ........ 2753.6
Xav ........ 2704
Brandon W ........ 1702.32
John ........ 1207.73
marwex89 ........ 1175.24
morefood2001 ........ 966.05
dcs ........ 655.75
Steve.L ........ 475.59
orjan ........ 418.58
Aereshaa ........ 383.54

Contest Rules

CodeCall Goal

Goal: 100,000 Posts
Complete: 100%


Complete - Celebrate!

Ads