How processor and programming languages work (for dummies)

Discuss everything else here

Moderator: ArcWolf

Post Reply
User avatar
Frooxius
Posts: 311
Joined: Tue Jul 28, 2009 6:00 pm
Contact:

How processor and programming languages work (for dummies)

Post by Frooxius »

This is an article written by me, I thought you might find it useful, as it explains "wonders of technology" in much more simple manner, without overwhelming technobabble and such. Image

Article can be now found at CodeProject
Last edited by Frooxius on Wed Jan 25, 2012 4:03 pm, edited 1 time in total.
Image
hug_overflow.asm wrote: LOOP: HUG #Peanut, #Grape
PUSH ACC
JMP LOOP
User avatar
Obbl
Smiley McSmiles
Posts: 3234
Joined: Tue Apr 27, 2010 1:56 pm
Location: The Housepets Forum ^^

Re: How processor and programming languages work (for dummie

Post by Obbl »

Hey, great article. I just took a course on Computer Organization, and this is pretty much one big summary of what I spent 2 semesters learning :D
It's got a little bit of information about everything, which is nice to read if you don't know much about the topic. Of course, I'm probably a bad judge of how understandable this would be if I hadn't taken a few courses in this exact topic :lol:
The grammar is good, and not too difficult to understand even when you do slip up a little.

Overall I liked it. Not too long, yet well-informed. Thanks for the good read. ;)
Image
User avatar
Frooxius
Posts: 311
Joined: Tue Jul 28, 2009 6:00 pm
Contact:

Re: How processor and programming languages work (for dummie

Post by Frooxius »

Thanks, funnily enough, I'm only going to erm... "learn" this in following months at the college, because I'm going to the college for the first time (just finished high school roughly a little bit two months ago) Image
Image
hug_overflow.asm wrote: LOOP: HUG #Peanut, #Grape
PUSH ACC
JMP LOOP
User avatar
Goforit
Weather Wizard
Posts: 190
Joined: Thu Jan 13, 2011 1:24 am
Location: OKC, OK?

Re: How processor and programming languages work (for dummie

Post by Goforit »

A very good read, indeed!

I have zero knowledge in any given computer area, but I've always been curious! And this article certainly begins to shed light! You did a good job!
Ask me about the weather.

Avatar by the amazing cartoonist Hukley!
User avatar
Frooxius
Posts: 311
Joined: Tue Jul 28, 2009 6:00 pm
Contact:

Re: How processor and programming languages work (for dummie

Post by Frooxius »

Goforit: Thanks ^^
Image
hug_overflow.asm wrote: LOOP: HUG #Peanut, #Grape
PUSH ACC
JMP LOOP
User avatar
yehoshua
Posts: 1984
Joined: Wed May 25, 2011 7:32 pm
Location: Canananada

Re: How processor and programming languages work (for dummie

Post by yehoshua »

Dear Frooxius

I have been practicing more and more in the fields of Javascript (including Jquery) and general web designing, nevertheless, I have been considering desktop applications as well. What would be a good language for a beginner in that area? Python? C++? Other?

Sincerely, Yehoshua (whom is not a stalker).
Sent from my conifer.
User avatar
Frooxius
Posts: 311
Joined: Tue Jul 28, 2009 6:00 pm
Contact:

Re: How processor and programming languages work (for dummie

Post by Frooxius »

yehoshua: From the two named, Python is certainly better (easier) and its syntax forces you to write properly formatted code. You might also want to take a look at Pascal (some modern dialect of it, for example Delphi uses Object Pascal).

Of course, then you can move to other languages, like C++, but if you want something simpler, but still C-like, try C# or Java, which are both easier, but also quite powerful.
Image
hug_overflow.asm wrote: LOOP: HUG #Peanut, #Grape
PUSH ACC
JMP LOOP
User avatar
yehoshua
Posts: 1984
Joined: Wed May 25, 2011 7:32 pm
Location: Canananada

Re: How processor and programming languages work (for dummie

Post by yehoshua »

Thank you Frooxius!
Sent from my conifer.
User avatar
Frooxius
Posts: 311
Joined: Tue Jul 28, 2009 6:00 pm
Contact:

Re: How processor and programming languages work (for dummie

Post by Frooxius »

Great news! ^^
I finally published the article somewhere decent - at CodeProject and they seem to like it a lot! It got plenty of 5 stars :3

Also, I was even more happily surprised when I received weekly CodeProject newsletter and my article was under the category "Most popular new articles 16 Jan 2012 - 23 Jan 2012" - in top 5 most popular new articles of the week, from 130 new articles ^^ *bubbles happily*

You can find it here :3
http://www.codeproject.com/Articles/315 ... -languages
Image
hug_overflow.asm wrote: LOOP: HUG #Peanut, #Grape
PUSH ACC
JMP LOOP
User avatar
IceKitsune
Posts: 5111
Joined: Mon Apr 26, 2010 1:35 pm
Location: Ohio

Re: How processor and programming languages work (for dummie

Post by IceKitsune »

I'm really glad your article is getting so much recognition Frooxius. :3 It is a very good article about a complicate subject (well complicated for new people anyway) for sure.
User avatar
yehoshua
Posts: 1984
Joined: Wed May 25, 2011 7:32 pm
Location: Canananada

Re: How processor and programming languages work (for dummie

Post by yehoshua »

A round of apaws for you Frooxius!
*clap clap clap*
Sent from my conifer.
Post Reply