Changeset 3bdd6f5
- Timestamp:
- Apr 18, 2017, 9:14:04 AM (8 years ago)
- Branches:
- ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
- Children:
- cab8cac
- Parents:
- 0a84919
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/generic_types/generic_types.tex
r0a84919 r3bdd6f5 55 55 \newcommand{\CCtwenty}{\rm C\kern-.1em\hbox{+\kern-.25em+}20\xspace} % C++20 symbolic name 56 56 \newcommand{\CCV}{\rm C\kern-.1em\hbox{+\kern-.25em+}obj\xspace} % C++ virtual symbolic name 57 \newcommand{\C S}{C\raisebox{-0.7ex}{\Large$^\sharp$}\xspace}57 \newcommand{\Csharp}{C\raisebox{-0.7ex}{\Large$^\sharp$}\xspace} % C# symbolic name 58 58 \newcommand{\Textbf}[1]{{\color{red}\textbf{#1}}} 59 59 \newcommand{\TODO}[1]{\textbf{TODO}: {\itshape #1}} % TODO included … … 160 160 The C programming language is a foundational technology for modern computing with millions of lines of code implementing everything from commercial operating-systems to hobby projects. 161 161 This installation base and the programmers producing it represent a massive software-engineering investment spanning decades and likely to continue for decades more. 162 The \citet{TIOBE} ranks the top 5 most popular programming languages as: Java 16\%, \Textbf{C 7\%}, \Textbf{\CC 5\%}, \C S4\%, Python 4\% = 36\%, where the next 50 languages are less than 3\% each with a long tail.162 The \citet{TIOBE} ranks the top 5 most popular programming languages as: Java 16\%, \Textbf{C 7\%}, \Textbf{\CC 5\%}, \Csharp 4\%, Python 4\% = 36\%, where the next 50 languages are less than 3\% each with a long tail. 163 163 The top 3 rankings over the past 30 years are: 164 164 \lstDeleteShortInline@%
Note: See TracChangeset
for help on using the changeset viewer.