![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#41 |
|
hi: for(;;) goto hi;
|
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. |
|
|
|
|
#42 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
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 |
|
|
|
|
#43 |
|
Programmer
Join Date: Jan 2006
Location: Some where
Posts: 74
Rep Power: 3
![]() |
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; } |
|
|
|
|
#44 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
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 |
|
|
|
|
#45 |
|
Newbie
Join Date: Jan 2006
Posts: 20
Rep Power: 0
![]() |
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.
|
|
|
|
|
#46 |
|
Expert Programmer
Join Date: Dec 2004
Posts: 794
Rep Power: 4
![]() |
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 |
|
|
|
|
#47 | |
|
Newbie
Join Date: Jan 2006
Posts: 20
Rep Power: 0
![]() |
Quote:
|
|
|
|
|
|
#48 |
|
PFO Founder
![]() ![]() |
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. |
|
|
|
|
#49 | |
|
Newbie
Join Date: Jan 2006
Posts: 20
Rep Power: 0
![]() |
Quote:
|
|
|
|
|
|
#50 |
|
Professional Programmer
|
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. |
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|