Geometry.Net - the online learning center
Home  - Basic_L - Languages General
e99.com Bookstore
  
Images 
Newsgroups
Page 4     61-80 of 104    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20
A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

         Languages General:     more books (100)
  1. The Cambridge Encyclopedia of Language by David Crystal, 2010-07-26
  2. Language and Social Relations (Studies in the Social and Cultural Foundations of Language) by Asif Agha, 2006-12-25
  3. Pattern Languages of Program Design 2 (v. 2) by John M. Vlissides, James O. Coplien, et all 1996-06-24
  4. Kaplan AP English Language and Composition 2010 by Denise Pivarnik-Nova, 2010-01-05
  5. Language Of Medicine In English, The: Revised Edition by Ethel Tiersky, Martin Tiersky, 1992-02-12
  6. The Korean Language (Cambridge Language Surveys) by Ho-Min Sohn, 2001-04-09
  7. Chaotic Logic: Language, Thought, and Reality from the Perspective of Complex Systems Science (IFSR International Series on Systems Science and Engineering) by Ben Goertzel, 2010-11-02
  8. Language Planning and Policy: Issues in Language Planning and Literacy by Anthony J. Liddicoat, 2007-06-12
  9. One Thousand Languages: Living, Endangered, and Lost
  10. Greek Prose Style (Briston Classical Press Advanced Language) by J.D. Denniston, 2007-07-02
  11. Stories: Narrative Activities for the Language Classroom (Cambridge Handbooks for Language Teachers) by Ruth Wajnryb, 2003-04-14
  12. Research Among Learners of Chinese as a Foreign Language
  13. Making Communicative Language Teaching Happen by James Lee, Bill VanPatten, 2003-05-19
  14. Teaching Foreign Languages in the Block (Teaching in the Block) by Deborah Blaz, 1998-03-16

61. PLNews: Programming Language News
News, articles, announcements and information focusing on programming languages and their implementations.
http://plnews.org/
PLNews: Programming Language News
News, articles, announcements and information focusing on computer programming languages and their implementations.
Feeds
Archives
[Page 0] Older Jan. 20, 2010
Lua 5.2.0 (work2) Released
Languages :: Lua Lua 5.2.0 (work2) has been released . Lua is a dynamically-typed scripting language offering object-oriented capabilities, designed for extending applications.
OCaml 3.11.2 Released
Languages :: Objective CAML Objective Caml 3.11.2 has been released . Objective Caml is a statically typed, strictly evaluated descendant of ML, offering object-oriented, functional and imperative features. This release includes bug fixes.
haXe 2.05 Released
Languages :: haXe haXe 2.05 has been released . haXe is a high-level, object-oriented language for developing Web sites and Web applications. This release includes: additional optimizations, the ignoring of a #! line at the beginning of hx files, bug fixes, and other changes.
Gambit-C v4.6.0 Released
Languages :: Scheme Gambit-C v4.6.0 has been released . Gambit-C includes a Scheme interpreter, and a Scheme compiler that emits portable C code.

62. Andrew Cooke: Computer Languages (2)
A neutral conceptual analysis for those who know one language and want to learn about others.
http://www.acooke.org/comp-lang.html

63. IFRS - 7 Languages General Purpose XBRL Taxonomy
Multilingual IFRS XBRL Taxonomy displayed by linguistic pairs At present this glossary is available only from English into French, Italian, Spanish, Portuguese, German and
http://www.xbrl.name/Italian.htm
IFRS - 7 Languages General Purpose XBRL Taxonomy
Home English French Italian ... Trilingual IFRS XBRL Taxonomy The XBRL Taxonomy for International Financial Reporting Standards Search the IFRS XBRL Taxonomy At present this glossary is available only from English into French Italian Spanish Portuguese German and Dutch , but not the other way round. You can even search the site in the field above. Soon it will be possible to browse it alphabetically for all of these linguistic pairs, and also to choose up to three languages together for visualizing trilingual results . Stay tuned! XBRL – e X tensible B usiness R eporting L anguage – is a language for the electronic communication of business and financial data which is revolutionising business reporting around the world. More than 255,000 words in 7 languages . It is worth a search, isn'it? Taxonomy – Taxonomy in general means a catalogue or a set of rules for classification; in XBRL, a taxonomy contains computer-readable definitions of business reporting terms as well relationships between them and links connecting them to human-readable resources; a typical taxonomy consists of a schema (or schemas) and linkbases; a set of these files that could be discovered from one entry point schema is called discoverable taxonomy set, for example the IFRS-GP taxonomy. The term is used to refer to all versions of the IFRS -GP for the purposes of this document.

64. Io (programming Language) - Wikipedia, The Free Encyclopedia
Growing article, with links to many related topics. Wikipedia
http://en.wikipedia.org/wiki/Io_programming_language
Io (programming language)
From Wikipedia, the free encyclopedia   (Redirected from Io programming language Jump to: navigation search Io Paradigm object-oriented prototype-based Appeared in Designed by Steve Dekorte Developer Steve Dekorte, Jonathan Wright, Jeremy Tregunna Typing discipline dynamic strong Major implementations ... Europa Influenced by Smalltalk NewtonScript Self Lua ... Lisp Influenced Ioke Restricted Io Io is a pure object-oriented programming language inspired by Smalltalk Self Lua Lisp , and NewtonScript . Io has a prototype-based object model similar to the ones in Self and NewtonScript, eliminating the distinction between instance and class . Like Smalltalk, everything is an object and it uses dynamic typing . Like Lisp, programs are just data trees. Io uses actors for concurrency. Remarkable features of Io are its minimal size and openness to using external code resources. citation needed Io is executed by a small, portable virtual machine
Contents
edit History
The language was created by Steve Dekorte around March 7, 2002, after trying to help a friend, Dru Nelson, with his language

65. Comment Programming Language - Home
An open-source language for writing comments.
http://c-p-l.sourceforge.net/
Comment Programming Language
CPL was created out of a need for advance commenting features, not found in any other existing programming language. I was fusterated with out dated rules, and limited ability to write comments into my existing code. What I needed was an environment where I could write details comments in my code. For example, C++ does not allow you to nest comments. For example, this will not compile:
/* I like to /* nest */ comments */
Another reason why I decided to invent CPL was so I didn't have to remember what syntax to write a comment in. I can't say how many times I've been writing a SQL query and insert a Visual Basic single quote for a comment. Then I write a batch file, and have to write comments totally different. My goal is to give people freedom and flexability in putting comments in their code. One of CPL's goals, was to create a very simple language. In fact, this might be THE simpliest language. Basically, in order for your program to compile, your code must contain only comments and white space. Imagine never having to write a loop again. No worries about pointers, garbage collecting, platform specific code, etc.. Currently, I only have a Windows compiler, but porting to another platform should be fairly painless.

66. Dataflow Programming - Wikipedia, The Free Encyclopedia
Growing article, with links to many related topics. Wikipedia
http://en.wikipedia.org/wiki/Dataflow_language
Dataflow programming
From Wikipedia, the free encyclopedia   (Redirected from Dataflow language Jump to: navigation search Programming paradigms

67. Assembly Language - Wikipedia, The Free Encyclopedia
Growing article, with links to many related topics. Wikipedia
http://en.wikipedia.org/wiki/Assembly_language
Assembly language
From Wikipedia, the free encyclopedia Jump to: navigation search
See the terminology section below for information regarding inconsistent use of the terms assembly and assembler.
An assembly language is a low-level programming language for computers microprocessors microcontrollers , and other integrated circuits . It implements a symbolic representation of the binary machine codes and other constants needed to program a given CPU architecture. This representation is usually defined by the hardware manufacturer, and is based on mnemonics that symbolize processing steps ( instructions processor registers , memory locations, and other language features. An assembly language is thus specific to a certain physical (or virtual) computer architecture. This is in contrast to most high-level programming languages , which, ideally, are portable A utility program called an assembler is used to translate assembly language statements into the target computer's machine code. The assembler performs a more or less isomorphic translation (a one-to-one mapping) from mnemonic statements into machine instructions and data. This is in contrast with high-level languages, in which a single statement generally results in many machine instructions.

68. Langology/Languages General - The Twitter List Directory - Mashable
Languages General A twitter list curated by Language News Barbara Z. Pearson Follow user 277 Followers. I'm a bilingualism expert with more than twenty years of research
http://mashable.com/twitterlists/list/langology/languages-general/

69. Language List
Alphabetical annotated list of programming languages.
http://home.nvg.org/~sk/lang/lang.html
Alphabetical list of programming languages
Most of the language descriptions have been snipped from resource pages conserning them. If you are looking for a development enviroment for a given language and can not find one on the one of the relevant pages listed below, the links on the index page might prove helpful. Back to index.
A+ [...] It embodies a rich set of functions and operators, a modern graphical user interface with many widgets and automatic synchronization of widgets and variables, asynchronous execution of functions associated with variables and events, dynamic loading of user compiled subroutines, and many other features. Execution is by a rather efficient interpreter. A+ was created at Morgan Stanley. Primarily used in a computationally-intensive business environment, many critical applications written in A+ have withstood the demands of real world developers over many years. Written in an interpreted language, A+ applications tend to be portable. A+: a programming language for actual programmers
ABC
ABC is an interactive programming language and environment for personal computing, originally intended as a good replacement for BASIC. It was designed by first doing a task analysis of the programming task.

70. High Level Languages, General Thoughts : High, Language
Hi, Can anyone give me their thoughts on What benefits high level languages achieve? I think that they hide a lot of the dangerous/unimportant details we shouldn't have to
http://www.experts-exchange.com/Programming/Misc/Q_22096125.html

71. The Programming Languages Page
Many languages, compilers, interpreters, for Intel PCs.
http://hem.passagen.se/zeela/
Welcome to the programming languages page
To view this page correctly please use a webbrowser that supports frames. And it seems that you doesn't... Use the old page in stead of this one. But you shold know that I do not update the old page any more.

72. Macmillan :: : COMPUTERS Programming Languages/General Books
Looking for Programming Languages/General Books in COMPUTERS from Macmillan, See our
http://us.macmillan.com/MacmillanSite/categories/BISAC/COMPUTERS/ProgrammingLang

73. C++ Language Notes
Describes the features of the language that are most useful to engineers and scientists.
http://myweb.msoe.edu/~tritt/cpplang.html
C++ Language Summary
Version 2.2 (ANSI/ISO Standard Version)
Last updated 10/14/99
This document provides neither a complete nor rigorous description of the C++ language. It does, however, describe the features of the language that are most useful to engineers and scientists. These frequently used aspects of the language are described below: Program Structure Built in Types and Identifiers Common Operators Control Constructs ... Bibliographic References
Program Structure
Statements can appear in any column. Any text on a line after a symbol is ignored (used for comments). Long (multiline comments can be placed between and symbols. Functions must be declared before use but can be defined after use. Modern C/C++ style is to put all function definitions after with all declarations before as prototypes. An alternate style eliminates the need for separate function declarations by placing all definitions before and their first use. Function definitions can not be nested. Use consistent indentation to indicate intended program structure. Return to Table of Contents
Built in Types and References
Variables can be declared anywhere before they are used use. I usually collect all declarations at the top of each function so that they are easy to find. Some C++ programmers declare variables just before they are used. At any rate comments should be included with all non-trivial variable declarations describing significance, use and units (if any).

74. Programming Languages Study
Includes diagram, history of languages; history of language concepts; syntax across languages; Scriptometer measures scripting ease of languages; mutability and sharing of various values in various languages.
http://merd.sourceforge.net/pixel/language-study/
Pixel This document is licensed under GFDL (GNU Free Documentation License).

75. Databases - Modern And Classical Languages (General) - Hope College Research Gui
This is the main portal to databases and other library sources for modern and classical language research at Van Wylen Library, Hope College.
http://libguides.hope.edu/languages
This is the "Databases" page of the "Modern and Classical Languages (General)" guide.
Alternate Page for Screenreader Users

Skip to Page Navigation

Skip to Page Content

Admin Sign In
... Hope College Research Guides Home
Modern and Classical Languages (General)
This is the main portal to databases and other library sources for modern and classical language research at Van Wylen Library, Hope College. Last update: Aug 11th, 2010 URL: http://libguides.hope.edu/languages Print Guide
cssdropdown.startchrome("tabsI"); Databases Comments (0) Print Page This Guide All Guides HopeCAT Web
Do We have this Article?
When you find a citation in a database that doesn't have the full text of the article included, look for these links: full-text options or Following these links will search our system to see if we have it available somewhere else. Be patient, sometimes you have to click through several links to get to the article! Comments (0)
Databases
  • MLA Bibliography Index of journal articles, books, and dissertations on literature language, linguistics, and folklore Informe Full-text articles from Spanish language journals, magazines, and newspapers

76. The Go Programming Language
Documentation, source, and other resources for Google s Go language.
http://golang.org

77. Ancient Languages - General | Tattered Cover Book Store
Not every book available on this site is in our stores presently, but please call us. We will gladly check our shelves.
http://www.tatteredcover.com/catalog/foreign-language-study/ancient-languages-ge

78. Scripting Language - Wikipedia, The Free Encyclopedia
Growing article, with links to many related topics. Wikipedia
http://en.wikipedia.org/wiki/Scripting_language
Scripting language
From Wikipedia, the free encyclopedia Jump to: navigation search This article needs attention from an expert on the subject . See the talk page for details. WikiProject Computing or the Computing Portal may be able to help recruit an expert. (July 2010) This article is missing citations or needs footnotes . Please help add inline citations (July 2010) "scripting" redirects here. For other uses, see Script A scripting language script language or extension language is a programming language that allows control of one or more software applications . "Scripts" are distinct from the core code of the application, as they are usually written in a different language and are often created or at least modified by the end-user Scripts are often interpreted from source code or bytecode , whereas application software is typically first compiled to a native machine code or to an intermediate code The name "script" is derived from the written script of the performing arts , in which dialogue is set down to be spoken by human actors. citation needed Early script languages were often called batch languages or job control languages . Such early scripting languages were created to shorten the traditional edit- compile link -run process.

79. Programming Languages - General | Vroman's Bookstore
Vroman's Bookstore 695 E. Colorado Blvd Pasadena, CA 91101 Tel 626449-5320 Fax 626-792-7308
http://www.vromansbookstore.com/catalog/703/programminglanguagesgeneral
@import "/sites/vromansbookstore.indiebound.com/themes/vromans/print.css"; @import "/sites/vromansbookstore.indiebound.com/themes/vromans/style1.css";
  • Home Hours About Events ... View your shopping cart. Email Us
    Free ground shipping on orders over $40! Vroman's Bookstore
    695 E. Colorado Blvd
    Pasadena, CA 91101
    Tel: 626-449-5320
    Fax: 626-792-7308 
    User login
    Username: Password:
    Staff Picks
    • Hater
      By David Moody This story begins with “Danny,” a normal guy in a normal life when out of nowhere random acts of violence begin to occur and gradually get worse as it turns into a pandemic of homicide. Danny locks himself and his family in their home to protect them all… but are they safe from one another? Kill or be killer, hate or be hated in a world taken over by rampant rage and paralyzing paranoia. David Moody is an absorbing, brooding writer that drags you through the grisly new reality in chilling detail. Over all, this is a captivating book that is a timely treatise on how facile it is to alienate and turn on one another due to fear. Also recommend his zombie novel “Autumn”… very creepy and sick. Recommended by Guy
    Join our Mailing List
    Programming Languages - General
    A Practical Guide to SysML: The Systems Modeling Language Format: Adobe Digital Editions, 3915kb

80. Haskell (programming Language) - Wikipedia, The Free Encyclopedia
Online encyclopedia article.
http://en.wikipedia.org/wiki/Haskell_programming_language
Haskell (programming language)
From Wikipedia, the free encyclopedia   (Redirected from Haskell programming language Jump to: navigation search Haskell Paradigm functional , lazy/ non-strict modular Appeared in Designed by Simon Peyton Jones Paul Hudak Philip Wadler , et al. Stable release Haskell 2010 (November 24, 2009 ; 11 months ago Preview release Haskell 2011 Typing discipline static strong inferred ... Gofer Influenced by Alfl APL FP Hope, Hope+ ... Scheme Influenced Agda Bluespec Clojure C# ... Cross-platform Usual file extensions .hs .lhs Website haskell.org Haskell (pronounced /ˈhæskəl/ is a standardized, general-purpose purely functional programming language , with non-strict semantics and strong static typing . It is named after logician Haskell Curry . In Haskell, "a function is a first-class citizen of the programming language. As a functional programming language, the primary control construct is the function ; the language is rooted in the observations of Haskell Curry and his intellectual descendants, that " a proof is a program; the formula it proves is a type for the program
Contents

A  B  C  D  E  F  G  H  I  J  K  L  M  N  O  P  Q  R  S  T  U  V  W  X  Y  Z  

Page 4     61-80 of 104    Back | 1  | 2  | 3  | 4  | 5  | 6  | Next 20

free hit counter