Beginner Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
User Name:
Password:
Remember me
Go Back   Dev Shed ForumsOtherBeginner Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread Dev Shed Forums Sponsor:
  #1  
Old April 24th, 2009, 09:41 PM
shackled_boY shackled_boY is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2009
Posts: 2 shackled_boY User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 1 m 45 sec
Reputation Power: 0
Needs Guidance as a Beginner

I believe I have some little experience with HTML as a start, but I cannot determine whether this will be useful or resourceful in learning a totally new programming language such as Delphi, Python, Perl, Java, C#/C++/C, PHP, Fortran, Eda, BASIC or equivalent.

In the future I would like to be able to design a perfectly working Kernel (OS) of my own. To design my own working operating system, which language would I be required to master? Shall it be a combination of a few from the above list I have written? Or may it be solely a C-based programming language?

I have attempted to try and learn Perl for a while and it seemed quite hassle-free and easier to learn then Java.

I do not know the exactitude of these programming languages' specific functions, so I would like somebody to helpfully suggest one that is extensive (that I could create both applications and OS).

Many thanks in advance to the contributors of this very topic.

Reply With Quote
  #2  
Old April 24th, 2009, 11:48 PM
requinix's Avatar
requinix requinix is offline
nuts - top 5 poster again :(
Click here for more information.
 
Join Date: Mar 2007
Location: Washington, USA
Posts: 5,405 requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)  Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 4 Months 1 Day 5 h 22 m 31 sec
Reputation Power: 3079
Send a message via MSN to requinix
Are you trying to make a real OS or something that just acts like one?

Former: C. No contest. HTML isn't even close to what you need; Delphi, Python, Perl, Java, PHP, Fortran, Eda, and BASIC are horrible; C# is too much hassle; C++ is a poor choice.

Latter: whatever language you want.
__________________
How to ask a PHP question | My stuff

Reply With Quote
  #3  
Old April 25th, 2009, 01:29 AM
bytbox bytbox is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2009
Posts: 129 bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Day 2 h 39 m 35 sec
Reputation Power: 25
Send a message via Google Talk to bytbox
The below are my personal opinions. But then, you can hardly expect me to post somebody ELSE's personal opinions...

In terms of generally learning programming (without any specific goal like building your own kernel), I think the best thing to do is to learn a couple languages well (not HTML, that doesn't count), but then spread out as much as possible. Try to stay with 'open' languages - languages that are supported almost universally, commonly used, and open-sourced. They'll be the most useful and the most fun.

You want to learn C/C++ (NOT C#), since they're very common. Learn them well. Then you might dabble with Java, Perl, Python, PHP (not BASIC). Maybe try some web-ish languages, like learning more HTML, some Javascript, CSS, XML/XSLT/DTD/XSD/GKWE(God Knows What Else). Pick two (C++ and another) and learn them well, but be familiar with the rest.

Next: install linux on your computer.

Now you're ready to start really playing around with OS building. You should have build up some experience with low-level C programming (pointers, etc..), and you should understand what is required. Start messing around with your kernel and recompiling. Start learning how it works. Then google to find out where to start if you want to make your own (try 'GeekOS').

Timeframe note: don't expect to be done next week. Learning the first few languages well takes years (although after that, you can learn Python in a couple of days).

If you want to get into some nice, fun programming but don't want to wait 5 years, I'd recommend starting out with Web programming, like javascript (not PHP, which is server-side). ++ will come naturally later on, and it won't be quite so boring.
__________________
My job is not to google things for you.

Reply With Quote
  #4  
Old April 25th, 2009, 01:35 AM
requinix's Avatar
requinix requinix is offline
nuts - top 5 poster again :(
Click here for more information.
 
Join Date: Mar 2007
Location: Washington, USA
Posts: 5,405 requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)requinix User rank is General 32nd Grade (Above 100000 Reputation Level)  Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1Folding Points: 164161 Folding Title: Super Ultimate Folder - Level 1
Time spent in forums: 4 Months 1 Day 5 h 22 m 31 sec
Reputation Power: 3079
Send a message via MSN to requinix
Quote:
Originally Posted by bytbox
If you want to get into some nice, fun programming but don't want to wait 5 years, I'd recommend starting out with Web programming, like javascript (not PHP, which is server-side).

What's wrong with PHP? It can be easier to learn than JavaScript really, since there's no worry about making something work across browsers.

Reply With Quote
  #5  
Old April 25th, 2009, 02:09 AM
bytbox bytbox is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2009
Posts: 129 bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Day 2 h 39 m 35 sec
Reputation Power: 25
Send a message via Google Talk to bytbox
Its quicker to get results in javascript - there's less setup and it feels more direct. Besides, I'm biased: I started out on html/javascript.

Reply With Quote
  #6  
Old April 25th, 2009, 08:34 AM
shackled_boY shackled_boY is offline
Registered User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Apr 2009
Posts: 2 shackled_boY User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: 1 h 1 m 45 sec
Reputation Power: 0
What makes you think Java and Perl are horrible? I would understand if you dismiss Fortran and Eda as they are for professional usage, but please tell me why you would not recommend learning Java, at least?

@ -Bytbox thank you for your suggestion of Javascript, I will look into that; as I am amazed with what Javascript can do! (I have seen examples of applets and such integrated objects in browsers).

I know that for HTML most programs, to give examples both FrontPage and Dreamweaver are capable of producing or generating the codes (tags), but I would prefer to learn the syntax myself for further combinational implementations Javascript+HTML.

Quote:
(1) Next: install linux on your computer.

Now you're ready to start really playing around with OS building. You should have build up some experience with low-level C programming (pointers, etc..), and you should understand what is required. Start messing around with your kernel and recompiling. Start learning how it works. Then google to find out where to start if you want to make your own (try 'GeekOS').

(2) Timeframe note: don't expect to be done next week. Learning the first few languages well takes years (although after that, you can learn Python in a couple of days).

(3) If you want to get into some nice, fun programming but don't want to wait 5 years, I'd recommend starting out with Web programming, like javascript (not PHP, which is server-side). ++ will come naturally later on, and it won't be quite so boring.


(1) I have Ubuntu 9.04 installed on dual boot mode on my Dell Inspiron laptop. I am able to run BackTrack 4 also using Sun VirtualBox; so I am equipped with the basics. (2) I am aware of this. (3) I can wait for ever, I really want to learn some programming that will take me to a "next" stage of conception and perception in the computing field.

Reply With Quote
  #7  
Old April 25th, 2009, 12:36 PM
bytbox bytbox is offline
Contributing User
Dev Shed Newbie (0 - 499 posts)
 
Join Date: Jan 2009
Posts: 129 bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level)bytbox User rank is Sergeant Major (2000 - 5000 Reputation Level) 
Time spent in forums: 1 Day 2 h 39 m 35 sec
Reputation Power: 25
Send a message via Google Talk to bytbox
Quote:
Originally Posted by shackled_boY
What makes you think Java and Perl are horrible? I would understand if you dismiss Fortran and Eda as they are for professional usage, but please tell me why you would not recommend learning Java, at least?

I would recommend learning java lots - I don't like it as much as C, but it is highly cross-platform and therefore great for stuff like network and fancy user interfaces.

Perl is also useful - and widely supported.
Quote:
Originally Posted by shackled_boY
@ -Bytbox thank you for your suggestion of Javascript, I will look into that; as I am amazed with what Javascript can do! (I have seen examples of applets and such integrated objects in browsers).

Careful! Applets are java, not javascript. If you want to see what pure javascript can do, check out 'sproutcore' (google it). Also try 'scriptaculous'.
Quote:
Originally Posted by shackled_boY
I know that for HTML most programs, to give examples both FrontPage and Dreamweaver are capable of producing or generating the codes (tags), but I would prefer to learn the syntax myself for further combinational implementations Javascript+HTML.

Good. Go to http://w3schools.com to start learning.

Quote:
I can wait for ever, I really want to learn some programming that will take me to a "next" stage of conception and perception in the computing field.

Good.

Just a note of caution: HTML is not really a "programming language". Why? Because it is not "turing complete". Which means that you can't loop, you can't add things, you can't process user input. Javascript, however, is. CSS is not. Of course, they are all still "computer languages".

Reply With Quote
  #8  
Old April 25th, 2009, 12:45 PM
Oler1s Oler1s is offline
Contributing User
Dev Shed Intermediate (1500 - 1999 posts)
 
Join Date: Jul 2006
Posts: 1,989 Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level)Oler1s User rank is General 2nd Grade (Above 100000 Reputation Level) 
Time spent in forums: 1 Month 1 Week 5 Days 14 h 36 m 28 sec
Reputation Power: 1083
Quote:
I believe I have some little experience with HTML as a start, but I cannot determine whether this will be useful or resourceful in learning a totally new programming language such as Delphi, Python, Perl, Java, C#/C++/C, PHP, Fortran, Eda, BASIC or equivalent.
The possible benefit with a number of conditions as to how you learned HTML is extremely limited. You might as well start with a high level language, which I recommend anyway, so I can't really value HTML experience.

Quote:
In the future I would like to be able to design a perfectly working Kernel (OS) of my own.
The amount of knowledge required is incredible before you can start to tackle something like this on your own. Right now, the most visible part of your learning experience is programming languages, but that's only one element of all that you have to be comfortable with.

Quote:
To design my own working operating system, which language would I be required to master? Shall it be a combination of a few from the above list I have written? Or may it be solely a C-based programming language?
Assembly because you will use it. C because you will have to read it at least, even if you're not using it. Technically, the high level language you use does vary. Practically, it's easiest if you also choose C as your high level language. Other languages are usable. C++ is usable, Pascal (and thus Delphi) is usable. And other languages. But you'll be in the minority, and that may not be a good thing for you.

Quote:
I do not know the exactitude of these programming languages' specific functions, so I would like somebody to helpfully suggest one that is extensive (that I could create both applications and OS).
The real problem is you have no knowledge. Shelve that idea of working on an OS for a long while. For now, you should focus on application programming. You might as well start by learning a language that can be used for scripts. Perl works. I use Python.

Reaching a higher stage means gathering a formidable amount of knowledge and experience. Expect a decade of experience before you really contemplate something like this. Half that if you're really committed. Less maybe depending on formal instruction.
__________________
When you ask a question, be prepared to tell us: what have you tried? If you think you don't need to try anything, we will never be interested in helping you. If you agree with the link, and you refuse to answer that question, you are being a hypocrite.

Need help with broken code? Your question should be like a good bug report: (1) It has the smallest number of steps to reproduce the problem you see (2) It tells us precisely what you expected to see and (3) It tells us what you saw and how it differed from what you expected. We need all three to help you.
Want better answers? Tell us what you Googled for and what steps you took to answer your own question.

Reply With Quote
  #9  
Old April 26th, 2009, 11:22 PM
MadDogBrown MadDogBrown is offline
Contributing User
Dev Shed Novice (500 - 999 posts)
 
Join Date: Mar 2009
Posts: 762 MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level)MadDogBrown User rank is Colonel (50000 - 60000 Reputation Level) 
Time spent in forums: 1 Week 1 Day 12 h 13 m 40 sec
Reputation Power: 520
With all due respect, saying you know HTML and want to write an O/S kernel is roughly equivalent to saying you know chopsticks on the piano but now you want to play Chopin.

First, you have to understand how to program: sequence, selection, and iteration at a minimum.

You also have to understand the architecture of the CPU: registers and memory.

That's just the tip of the iceberg: you'll then need to study comp/sci to learn about scheduling, IPC, kernel primitives, differences between monolithic and micro kernels, compiler architecture.....

Learning to play Chopin properly takes years of study: learning to write an O/S also takes years of study.
Comments on this post
ryon420 agrees: Nah, it's equivalent to going from Dr. Seuss to Alexander Pope.

Last edited by MadDogBrown : April 26th, 2009 at 11:32 PM.

Reply With Quote
Reply

Viewing: Dev Shed ForumsOtherBeginner Programming > Needs Guidance as a Beginner


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


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
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump




 Free IT White Papers!
 
How to Present Effectively Online
This white paper offers practical and actionable advice on the key steps that any presenter should consider as they plan and execute a Webinar or online meeting.

 
Open Source Security Myths
Open Source Software (OSS) is computer software whose source code is available to the general public with relaxed or non-existent intellectual property restrictions (or arrangement such as the public domain), and is usually developed with the input of many contributors.

 
Power and Cooling Capacity Management for Data Centers
This paper describes the principles for achieving power and cooling capacity management.

 
Scalable, Fault-Tolerant NAS for Oracle - The Next Generation
For several years NAS has been evolving as a storage alternative for Oracle databases, and for good reason: NAS is quite often the simplest, most cost-effective storage approach for Oracle. Learn about the benefits that HP's approach to scalable NAS brings to Oracle environments in this comprehensive white paper.

 
Understanding Web Application Security Challenges
This white paper discusses many common threats and preventive measures for Web application security, and explains what you can do to help protect your organization.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 




© 2003-2009 by Developer Shed. All rights reserved. DS Cluster 3 Hosted by Hostway
For more Enterprise Application Development news, visit eWeek