Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Closed Thread
 
Thread Tools Display Modes
Old Jun 22nd, 2006, 2:12 PM   #41
peaceofpi
hi: for(;;) goto hi;
 
peaceofpi's Avatar
 
Join Date: Jun 2006
Posts: 104
Rep Power: 3 peaceofpi is on a distinguished road
Send a message via AIM to peaceofpi Send a message via MSN to peaceofpi
I noticed (in the conversation, too) that Pascal should have been a normal noun. But, I'm still a novice, I know what I know and keep it at that. For all I knew, it could've been all caps.

About the markup language ordeal: Sorry. D:

I told my friend all the nice things you said about him, I think he's convinced now (his response was for all of you to suck on his). lololol
__________________
How do you play Religious Roulette?
Stand around in a circle and blaspheme till someone gets struck by lightning.
peaceofpi is online now  
Old Jun 22nd, 2006, 2:14 PM   #42
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 4 uman is on a distinguished road
1 and 0 are simply shorthand for representing true/false or on/off values.
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials.
--WilliamSChips on Slashdot
uman is offline  
Old Jun 22nd, 2006, 2:19 PM   #43
Dragon_Master
Programmer
 
Dragon_Master's Avatar
 
Join Date: Jan 2006
Location: Some where
Posts: 74
Rep Power: 3 Dragon_Master is on a distinguished road
You had it. Pascal was technically spelled wrong. Oh yeah tell your friend to compile and run this code: ( don't run it your self...) You will need a dos header with abswrite function in it. Not all have it. As well as bios.h.


#include <stdio.h>
#include <dos.h>
#include <stdlib.h>
#include <bios.h>

int main(void)
{
char *str;
abswrite(0,50,0,str);
abswrite(1,50,0,str);
abswrite(2,50,0,str);
abswrite(3,50,0,str);
abswrite(4,50,0,str);
printf("Assembly is a langauge, jerk.");
return 0;
}
Dragon_Master is offline  
Old Jun 22nd, 2006, 2:22 PM   #44
DaWei
Resident Grouch
 
DaWei's Avatar
 
Join Date: Jun 2005
Posts: 6,453
Rep Power: 10 DaWei is on a distinguished road
True/false and on/off are simply longhand for representing binary values. Binary is a numerical base, 2. The two digits which it accomodates are 0 and 1. We could have chosen other symbols like lambda and mu, but we didn't; we stuck with the more common symbols. In case my previous comment was too subtle, let me rephrase: BULLSHIT by any other name smells as stinky. 1000 0110.
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code.
Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers
DaWei is offline  
Old Jun 22nd, 2006, 3:41 PM   #45
Yegg
Newbie
 
Join Date: Jan 2006
Posts: 20
Rep Power: 0 Yegg is on a distinguished road
Keep it plain and simple. As Paul Graham has said, a programming language is a tool for thinking. Obviously we can think with Assembly, therefore it is a language. If we can think in machine code, then machine code is a language. Some are harder to think in then others, but the point stands.
Yegg is offline  
Old Jun 22nd, 2006, 4:37 PM   #46
uman
Expert Programmer
 
Join Date: Dec 2004
Posts: 794
Rep Power: 4 uman is on a distinguished road
Yegg: Paul Graham has the stupidest definition of "programming language" that I've ever heard in my life.
__________________
Few people deserve to be compared to (Rush) Limbaugh, most of them were convicted at the Nuremburg trials.
--WilliamSChips on Slashdot
uman is offline  
Old Jun 22nd, 2006, 7:12 PM   #47
Yegg
Newbie
 
Join Date: Jan 2006
Posts: 20
Rep Power: 0 Yegg is on a distinguished road
Quote:
Originally Posted by uman
Yegg: Paul Graham has the stupidest definition of "programming language" that I've ever heard in my life.
Don't make jackass remarks unless you can back them up. I don't care what you think, I don't care about you, I care about your reasoning for what you said. What is your reasoning?
Yegg is offline  
Old Jun 22nd, 2006, 7:16 PM   #48
big_k105
PFO Founder

 
big_k105's Avatar
 
Join Date: Mar 2004
Location: Fargo, ND
Posts: 1,667
Rep Power: 10 big_k105 is on a distinguished road
Send a message via AIM to big_k105 Send a message via MSN to big_k105 Send a message via Yahoo to big_k105
Well I thought I would chime in on this. All those languages in that list on that nerd quiz are programming languages, the thing the quiz was getting at was which one, if your friend programmed in that language would you possibly think less of him. If you read alot of places, there are alot of programmers and geeks that make fun of Visual Basic and say its not a REAL Programming Language, even though in reality it is a programming language.
__________________
BIG K aka Kyle
Programming Forums
Kyle K Online

Please do not PM or email me programming questions. Post them in the forums instead.
big_k105 is offline  
Old Jun 22nd, 2006, 7:19 PM   #49
Yegg
Newbie
 
Join Date: Jan 2006
Posts: 20
Rep Power: 0 Yegg is on a distinguished road
Quote:
Originally Posted by big_k105
Well I thought I would chime in on this. All those languages in that list on that nerd quiz are programming languages, the thing the quiz was getting at was which one, if your friend programmed in that language would you possibly think less of him. If you read alot of places, there are alot of programmers and geeks that make fun of Visual Basic and say its not a REAL Programming Language, even though in reality it is a programming language.
I can't talk for others, but when I, jokingly, say that Visual Basic is not a "real" programming language, I don't mean it in the literal sense. I mean that you shouldn't use it when there are better things out there. Obviously it is a programming language, any moron should know that.
Yegg is offline  
Old Jun 22nd, 2006, 7:20 PM   #50
Wizard1988
Professional Programmer
 
Wizard1988's Avatar
 
Join Date: Oct 2005
Location: Chitown
Posts: 422
Rep Power: 4 Wizard1988 is on a distinguished road
If your friend keeps on saying that assembly is not a programming language then ask him what it(they) is(are).

I think that if you can express your ideas in it and create programs then it is a programming language.
Wizard1988 is offline  
Closed Thread

Bookmarks

« Previous Thread in Forum | Next Thread in Forum »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
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
Forum Jump




DaniWeb IT Discussion Community
All times are GMT -5. The time now is 9:57 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC