- Timestamp:
- Apr 12, 2017, 12:23:54 PM (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:
- 0eb18557
- Parents:
- f3be342
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/user/user.tex
rf3be342 reaa2f3a1 11 11 %% Created On : Wed Apr 6 14:53:29 2016 12 12 %% Last Modified By : Peter A. Buhr 13 %% Last Modified On : Wed Apr 5 23:19:40201714 %% Update Count : 141 213 %% Last Modified On : Wed Apr 12 12:18:58 2017 14 %% Update Count : 1415 15 15 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 16 16 … … 64 64 % Names used in the document. 65 65 \newcommand{\Version}{\input{../../version}} 66 \newcommand{\CS}{C\raisebox{-0.9ex}{\large$^\sharp$}\xspace}67 68 66 \newcommand{\Textbf}[2][red]{{\color{#1}{\textbf{#2}}}} 69 67 \newcommand{\Emph}[2][red]{{\color{#1}\textbf{\emph{#2}}}} … … 195 193 For system programming, where direct access to hardware and dealing with real-time issues is a requirement, C is usually the language of choice. 196 194 As well, there are millions of lines of C legacy code, forming the base for many software development projects (especially on UNIX systems). 197 The TIOBE index (\url{http://www.tiobe.com/tiobe_index}) for March 2016 shows programming-language popularity, with \Index*{Java} 20.5\%, C 14.5\%, \Index*[C++]{\CC} 6.7\%, \C S4.3\%, \Index*{Python} 4.3\%, and all other programming languages below 3\%.195 The TIOBE index (\url{http://www.tiobe.com/tiobe_index}) for March 2016 shows programming-language popularity, with \Index*{Java} 20.5\%, C 14.5\%, \Index*[C++]{\CC} 6.7\%, \Csharp 4.3\%, \Index*{Python} 4.3\%, and all other programming languages below 3\%. 198 196 As well, for 30 years, C has been the number 1 and 2 most popular programming language: 199 197 \begin{center}
Note: See TracChangeset
for help on using the changeset viewer.