What is Language: Definition and 611 Discussions

A language is a structured system of communication used by humans, based on speech and gesture (spoken language), sign, or often writing. The structure of language is its grammar and the free components are its vocabulary. Many languages, including the most widely-spoken ones, have writing systems that enable sounds or signs to be recorded for later reactivation.
The scientific study of language is called linguistics. Critical examinations of languages, such as philosophy of language, the relationships between language and thought, etc, such as how words represent experience, have been debated at least since Gorgias and Plato in ancient Greek civilization. Thinkers such as Rousseau (1712 – 1778) have debated that language originated from emotions, while others like Kant (1724 –1804), have held that languages originated from rational and logical thought. Twentieth century philosophers such as Wittgenstein (1889 – 1951) argued that philosophy is really the study of language itself. Major figures in contemporary linguistics of these times include Ferdinand de Saussure and Noam Chomsky.
Estimates of the number of human languages in the world vary between 5,000 and 7,000. However, any precise estimate depends on the arbitrary distinction (dichotomy) between languages and dialect. Natural languages are spoken or signed (or both), but any language can be encoded into secondary media using auditory, visual, or tactile stimuli – for example, in writing, whistling, signing, or braille. In other words, human language is modality-independent, but written or signed language is the way to inscribe or encode the natural human speech or gestures. Depending on philosophical perspectives regarding the definition of language and meaning, when used as a general concept, "language" may refer to the cognitive ability to learn and use systems of complex communication, or to describe the set of rules that makes up these systems, or the set of utterances that can be produced from those rules. All languages rely on the process of semiosis to relate signs to particular meanings. Oral, manual and tactile languages contain a phonological system that governs how symbols are used to form sequences known as words or morphemes, and a syntactic system that governs how words and morphemes are combined to form phrases and utterances.
Human language is unique among known systems of animal communication in that it is not dependent on a single mode of transmission (sight, sound etc.), it is highly variable between cultures and across time, and affords a much wider range of expression than other systems. It has the properties of productivity and displacement, and relies on social convention and learning. Language is thought to have gradually diverged from earlier primate communication systems when early hominins acquired the ability to form a theory of mind and shared intentionality. This development is sometimes thought to have coincided with an increase in brain volume, and many linguists see the structures of language as having evolved to serve specific communicative and social functions. Language is processed in many different locations in the human brain, but especially in Broca's and Wernicke's areas. Humans acquire language through social interaction in early childhood, and children generally speak fluently by approximately three years old. Language and culture are codependent. Therefore, in addition to its strictly communicative uses, language has social uses such as signifying group identity, social stratification, as well as use for social grooming and entertainment.
Languages evolve and diversify over time, and the history of their evolution can be reconstructed by comparing modern languages to determine which traits their ancestral languages must have had in order for the later developmental stages to occur. A group of languages that descend from a common ancestor is known as a language family; in contrast, a language that has been demonstrated to not have any living or non-living relationship with another language is called a language isolate. There are also many unclassified languages whose relationships have not been established, and spurious languages may have not existed at all. Academic consensus holds that between 50% and 90% of languages spoken at the beginning of the 21st century will probably have become extinct by the year 2100.

View More On Wikipedia.org
  1. N

    A little question about c language

    /*find abs value of an array*/ int absv(double *a, int n) { int i; for(i=0;i<n;i++) {if (a[i]<0) a[i]=-a[i]; } } int main() { double a[7]; int i,j; for(i=0;i<7;i++) scanf("%lf\n",&a[i]); absv(a,7); for(j=0;j<7;j++) printf("%e\n",a[j]); printf("%d,%d",i,j); } The...
  2. A

    Programming language for Mechatronics

    Hey, I was wondering, since mechatronics deals with control system and computer programming, what sort of programming language would be beneficial for me to start learning now before my university starts? since i have around 6 months i though i would be good idea to start learning some...
  3. A

    Mechatronics books (with simple language)

    Hey, Today i was at the book store and every book regarding Mechatronics was either specifically "Robotics" or else it was math heavy books. Is anyone aware of any books regarding mechatronics that is written for the laymen? If such books arent even written or I am better off...
  4. C

    How to Compare Array Elements with a Constant in Assembly Language

    Hi, I want to ask.. suppose I have an array and a constant called threshold in my data segments array db 1,2,3,4,5,6 threshold equ 5 I want to compare my array elements with the constant, and only display/print the number which is less that the threshold, if there are none, display the...
  5. J

    Computer language learning for a layman

    Hi I'm neither a student of math nor of computer science. So, please keep your replies as simple as possible. I have always been under the impression that learning an unnatural language such as a computer language, e.g. C or C++, is all about memorization as is learning DOS commands. Is...
  6. C

    Any advatage using the ML programming language?

    been learning ML programming, just fun to learn new things, what this ML programming used for anyways? how is this better that C or C++?
  7. G

    Programming Language for Physicists: Which is Most Important?

    As computers become each time more important to do computations in physics, it is important to know which programming language would be the most important for a physicist. What do you think?
  8. O

    Which Foreign Language Should I Learn?

    Hi everyone, I am trying to decide on which foreign language i should learn. My requirement is filled from high school,although I don't remember a thing from it, and I didn't really learn that much to begin with anyways (I could have simple, very slowly spoken conversations). I hear that a...
  9. SkyWatcher

    Lingusitics Philosophy of Language and Linguistics

    To whom it may concern, I am looking for any articles on the uses of the preposition "of" in mathematics. I once read in a teacher's edition of a pre-algebra textbook that suggested students should be taught, as early as possible, the many uses of the preposition "of" in mathematics, but I...
  10. N

    Picking a language (programming)

    Hello, so I am a junior in college right now...I am double majored in mathematics and computer science. I was curious, I know C++ pretty well and was interested in starting web development languages. I know I will have to learn html and SQL as they are pretty much standard for web...
  11. gttjohn

    Lingusitics Exploring the Origin of Language: A Steel Fabricator's Journey

    where or how did language come from ,ive been thinking about this for a long time i think it may have evolved ,very slowly like this maby many thousands of years ago a leader or head of a tribe might have used words or noises or grunts close to what we now know to get the attention of his tribe...
  12. X

    Help with converting machine language instruction into MIPS assembly instruction

    I think it's easy, but I don't get it. Given the machine language instruction 0x00221820. What MIPS assembly instruction does it represent? I know the solution. It's add $3, $1, $2 I just don't know how to get there. I know I have to convert the numbers into binary first. So you have...
  13. M

    How can I fix syntax errors in my C code?

    Hi all, I am learning C language in S-Function Simulink does anyone prgram in C? I need help please Thanks
  14. B

    Which programing language should I learn first?

    I'm interested in learning how to program, however there so many ones (C++,Python,Java) and IDK which one is the best one to learn for beginners. Suggestions? Also would it be good to get a book or find a guide online?
  15. J

    Lingusitics There are only two primary languages: natural language and mathematical language

    I think there are only two primary languages, i.e. natural language and mathematical one, which we use to communicate . If we go one step further, then I would say even mathematics is a subset of natural language where we use symbols and other signs to represent our concepts, ideas into...
  16. D

    Learning a Programming Language

    University has finished for me this year until late February of next year, so i currently have plenty of spare time (and loving it) :smile: Normally over the summer holidays i like to just have a break from uni study, but i am still always keen to learn something--something that i want to learn...
  17. L

    Programming Language Project Ideas

    I am in a class where we are studying concepts and design of programming languages. For a project we are suppose to design our own programming language or come up with some alternative project idea to do for the class. So, my question is... do ya'll have any ideas for an interesting and...
  18. M

    Automata: Trying to understand how to check if language is regular

    Homework Statement Prove or Disprove L is regular, where L = {0^{i}1^{j} | (i^{2} + j^{2}) is square}Homework Equations N/AThe Attempt at a Solution I tried using pumping lemma, but I don't know how to assign p if there are two variables (i and j)... I understand the i^{2} + j^{2} would be...
  19. fluidistic

    Lingusitics Why Do Polish Verbs Use Cie and Ci Differently?

    Hi, I don't understand why one says "kocham cie" (I love you) and "wybaczam ci" (I forgive you). I mean, why "cie" in one case and "ci" in the other? Is it because the verbs are from different groups? What are the rules of using ci and cie? Dziękuję. :smile:
  20. T

    General programming language question

    I'm currently in a computer science class in my senior year of high school and we're learning java. I was wondering if this is going to be the language I would be using in the workforce after college if I graduate with an interactive media degree. I've heard multiple people say that java is a...
  21. F

    Java Sites to help teach/reinforce the java language

    I am currently taking a computer science II class in high school, in which we use java, and my teacher does not really know how to go about teaching and when she tries to help usually makes things worse. Does anyone know of any sites to help teach/reinforce the java language?
  22. T

    With which programming language is v-bulletin

    with which programming language is v-bulletin (on which pf runs) made? Was it created by you Greg? How much time did it take to build it?
  23. R

    Can Basic Set Theory Language Help Understand Group Theory and Matrix Math?

    I'm reading the book Basic Set Theory by: Azriel Levy as I thought it might help me better understand Group Theory and Matrix Math. I have read the first chapter a number of times but I keep getting hung up on some of the syntax of the basic language or language of first-order predicate...
  24. C

    Lingusitics The language of concept/perception

    Hello, The language of concept/perception - I’m not sure if this topic makes sense, but...  Let’s pretend that humankind has not created letters and words yet, that every group of people from different corners of the globe communicates by murmurs and sound --- I assume this is how our...
  25. R

    Codes, language, information theory

    The Information Theory and Cybernetics (Shannon, Wiener) and the perspective of some physicists (Schrödinger) was very influential on the development of Molecular Genetics. The molecular genetic approach showed its power to explain a lot of biological and medical problems, from evolution...
  26. A

    What Programming Language Can Handle 30-Digit Integers and Matrices for Free?

    I've been looking for a free download of a programming language that is easy to use and handles large numbers for a number theory problem I'm working on. I will report my results here after I use it. My TI isn't powerful enough and my other programmable calculator that I downloaded, graphcalc...
  27. F

    Colourful language in math writings

    This thread made me wonder what this forum could come up with. http://mathoverflow.net/questions/22299/what-are-some-examples-of-colorful-language-in-serious-mathematics-papers What has everyone seen that seemed a little out of place in a serious article or book? I can think of some, mostly...
  28. K

    What would you call this, in technical language?

    I'm an EE with a fried brain right now, how would you describe the device in the attached picture in technical language? So far I've called it a "double-jointed robotic arm with one joint affixed to a mounting surface". That sounds really bad and not descriptive.
  29. J

    Learn a Language: Advice for Jonathan

    Hi, I am a second year civil engineering student. I have decided I want to learn a language that will help my career progress once I graduate. Lecturers at my Uni have told me different things. One said German another said Mandarin. I think Mandarin as it is the national language of...
  30. L

    Undergraduate Foreign Language Requirement

    Hello, I'm getting my B.S. in Physics at a liberal arts college. One of my graduation requirements is two semesters of a foreign language. I wanted some advice about what languages are particularly useful to career physicists. Here are some ideas I've had. Latin- useful for science...
  31. J

    Can Mathematics be Translated to First-Order Language?

    Main Question: Does every language used in mathematics (such as mathematical symbols and English to describe formulas, theorems, definition, proofs, and etc.) can be translated (or reduced) to first-order (predicate) language? Sub Question: Does every informal proof can be formalized...
  32. W

    Physics Language for a theoretical physicist

    Hi, I am an undergrad majoring in Physics. I want to be a theoretical physicist. What language would help me more (in any way)? German or Chinese? Thanks,
  33. C

    In order to develop the right language?

    what to do In order to develop the proper language? Hi all, I'm new there and I would like to thank you for this beatiful platform. I used this weird topic name because I wasn't confident with the question, which appears to be very general. Anyway, the matter is: I'm a student in economics...
  34. E

    Is it possible to quantify human language?

    While listening on my english lecture, my teacher told us that authors usually have similar word choices and sentences structures on their writings. Because of that, I began to wonder if it is possible (if it hasn't been done already) to quantify the human language (if that's the right term...
  35. T

    Best Language for Applied Mathematics

    I am currently in graduate school and I work on modeling. The systems I model rely heavily on stiff ODE solvers (i.e. ode15s in MATLAB) and non-linear solvers as well for solving non-linear reaction and diffusion equations. So far I have typically used MATLAB for my work, but I feel like...
  36. Greg Bernhardt

    Lingusitics Foul Language and Censorship: Who decides what can be said online?

    Offensive language gets a reprieve from Court of Appeals, but rules are still vague in virtual world Terms of Use policies.http://stats.wordpress.com/b.gif?host=virtualnavigator.wordpress.com&blog=11498882&post=153&subd=virtualnavigator&ref=&feed=1 More...
  37. N

    Math and Language (Specifically Linguistics)

    As many of you know, precise language is necessary for effective communication in mathematics. Although I find that I am quite capable of communicating my thoughts effectively and clearly, I feel that there is always room for improvement. Please recommend an introductory, and perhaps a...
  38. QuarkCharmer

    What language should I choose for my foreign language requirement?

    I'm a semester away from transfering into a large university as a junior. I never took a language course in high school and my state requires 2 semesters of one as part of a 4 year degree. I signed up for Spanish I next semester at my local cc, but I am having doubts as to whether or not this...
  39. D

    Electrical Engineering and have already learnt C language

    I am an student of Electrical Engineering and have already learned C language since, it is useful for programming of micro-controllers. I still want to learn some other programming language too. Please suggest me a programming language that will be useful for me for making useful softwares and...
  40. R

    Operating system and programming language

    I understand that you can write a complete operating system in a high-level language like C++, compile it into machine code, and then write it to storage, and then sell it or give it away. But is this historically what was done? Did the compiler come first, or the operating system? When you...
  41. K

    Foreign Language for Returning Student

    All, I received a BS in Aviation about three years ago. Needless to say, had I known at the time, I would have chosen something a little different. I'll be returning this Fall to pursue a Physics degree with a minor in Mathematics. During my previously bachelors, I took three years worth...
  42. M

    Language generated by a grammer

    Ok I have a simple question. Let us say we have a formal grammar, let us take this simple example: S → aSb S → ab This grammar generates language a^n b^n. My question is, is there a way I can tell what kind of language this generates from the rules? I can of course apply the rules and...
  43. S

    Schools Foreign Language for Graduate School

    Hello all, particularly graduate students and PhDs, I'm planning on learning a foreign language, mostly for fun, but I would like to learn a language used by many of my colleagues in mathematics programs. I've not yet entered graduate school (for mathematics, of course), so I was wondering...
  44. Shackleford

    Guess I'm going to have to give in and learn a language

    I'm a junior physics major/math minor. I don't have any programming knowledge whatsoever. I'd rather not hassle with learning it, but I know it's a prerequisite if I want to do any research or engineering job. What should I learn? No more than I should and no less than would be prudent.
  45. M

    Help which language best suits my situation?

    hi, which programming language is better when working with matrices and vectors, and provides interfacing? i was thinking about either VB or Java, but i ca't decide which is better.
  46. R

    Examples of L-structures in First-Order Logic

    1. Homework Statement Let L = {P } be a first-order language with a binary relation symbol P as only non-logical symbol. By exhibiting three suitable L-structures prove (informally) that no two of the following sentences logically implies the other (i) ∀x∀y∀z(P (x, y) → (P (y, z) → P (x...
  47. P

    Foreign Language over the summer?

    I am a math major who is about to finish his junior year. I am still not so sure what I want to do over the summer (besides starting on my senior thesis project), and since there aren't that many summer courses that might be interesting for me to take, I was wondering if it would be good idea to...
  48. M

    Programming pic microcontrollers using assembly language

    i need a good reference or book that teaches programming pic microcontrollers using assembly language, any help?
  49. rcgldr

    Software language comparasons, prime number example

    This needed a separate thread. Here is an APL example where it's all done with no interation using N by N matrices in the intermediate propagation of data. Note, code flow in APL statements is right to left. The []IO<-0 sets the "index origin" to zero so a list of numbers and indexing...
  50. rcgldr

    The first programming language you learned?

    In my case, it was quikomp, on a Monroe Monrobot XI. 1K of 32 bit words on a drum memory. Paper tape reader, paper tape punch, and a type writer console. http://jeffareid.net/misc/monrobot.jpg http://jeffareid.net/misc/quikomp.jpg Link to text of the first program I wrote (note comments...
Back
Top