Find link

language:

jump to random article

Find link is a tool written by Edward Betts.

Longer titles found: Modula-2+ (view), ORCA/Modula-2 (view)

searching for Modula-2 24 found (168 total)

alternate case: modula-2

Type safety (3,647 words) [view diff] exact match in snippet view article find links to article

(1985). Programming in Modula-2. Springer Verlag. "The Separation of Safe and Unsafe Facilities". Retrieved 24 March 2015. "ISO Modula-2 Language Reference"
Naming convention (programming) (3,739 words) [view diff] exact match in snippet view article
Guidelines, Krzysztof Cwalina, Brad Abrams Page 62] Modula-2 Name Convention Foreign API Identifiers in Modula-2 Name Convention "Perl style guide". "perlmodlib
Stabs (262 words) [view diff] exact match in snippet view article find links to article
Powell "contributed to the stabstrings design, especially to support Modula-2". When stabs was created in the 1980s, the dominant object file format
Herbert Schildt (1,195 words) [view diff] exact match in snippet view article find links to article
earliest books were published around 1985 and 1986. (The book Advanced Modula-2 from 1987 says on the cover that it is his sixth book.) His books were
Hexadecimal (5,691 words) [view diff] exact match in snippet view article find links to article
T is the same character). In Intel-derived assembly languages and Modula-2, hexadecimal is denoted with a suffixed H or h: FFh or 05A3H. Some implementations
HiSoft Systems (315 words) [view diff] exact match in snippet view article find links to article
Interpreter for the Amiga, Atari ST, Aztec C, Personal Pascal, and FTL Modula-2. They also produced WERCS, the WIMP Environment Resource Construction Set
Information model (1,545 words) [view diff] exact match in snippet view article find links to article
have contributed to EXPRESS. In particular, Ada, Algol, C, C++, Euler, Modula-2, Pascal, PL/1, and SQL. EXPRESS consists of language elements that allow
Susan Eisenbach (607 words) [view diff] exact match in snippet view article find links to article
she published PASCAL for Programmers. She published Program Design With Modula-2 in 1989. She published Reasoned Programming in 1994. Eisenbach's research
GLONASS-M (1,646 words) [view diff] exact match in snippet view article find links to article
RussianSpaceWeb.com. Retrieved 2015-07-23. "Модула-2 в российском космосе" [Modula-2 in the Russian space]. Archived from the original on 2013-12-10. Retrieved
List of CLI languages (1,019 words) [view diff] exact match in snippet view article find links to article
dialect. It is a strongly typed language in the heritage of Pascal and Modula-2 but with powerful object-oriented extensions. Eiffel Purely object-oriented
Gorillas (video game) (234 words) [view diff] exact match in snippet view article
An open source, browser-based version of Gorillas written in JavaScript Gorilla for CP/M - Porting of Gorillas in Turbo Modula-2 for CP/M systems v t e
Uwe Pape (1,246 words) [view diff] no match in snippet view article find links to article
Vergleich und Bewertung von Konzepten der Programmiersprachen Simula 67, Modula 2, Pascal, Smalltalk 80 und Beta aus objektorientierter Sicht vor dem Hintergrund
Sage Computer Technology (591 words) [view diff] exact match in snippet view article find links to article
TRIPOS, Mirage, and MOSYS. Programming languages available included Pascal, Modula-2, C, FORTRAN77, BASIC, 68000 macro assembler, APL, BCPL, LISP and Forth
Camel case (4,549 words) [view diff] exact match in snippet view article find links to article
Journal. 8 (3): 225–241. doi:10.1093/comjnl/8.3.225. Niklaus Wirth (2007). "Modula-2 and Oberon". Proceedings of the third ACM SIGPLAN conference on History
Daniel D. McCracken (896 words) [view diff] exact match in snippet view article find links to article
D.; William I. Salmon (1987). A Second Course in Computer Science with Modula-2 [data structures] (1 ed.). Wiley. McCracken, Daniel D.; William I. Salmon
List of compilers (1,997 words) [view diff] exact match in snippet view article find links to article
free/libre and open source compilers. Amsterdam Compiler Kit (ACK) [C, Pascal, Modula-2, Occam, and BASIC] [Unix-like] Clang C/C++/Objective-C Compiler AMD Optimizing
Joel McCormack (1,875 words) [view diff] exact match in snippet view article find links to article
3, No. 9, September 1985, pp. 22–32. Joel McCormack, Richard Gleaves. Modula-2: A Worthy Successor to Pascal, BYTE, Byte Publications, Peterborough, New
Python (programming language) (13,705 words) [view diff] exact match in snippet view article
spent a summer at DEC's Systems Research Center, which introduced me to Modula-2+; the Modula-3 final report was being written there at about the same time
PDP-11 (6,854 words) [view diff] exact match in snippet view article find links to article
Dotzel, Günter (January 1986), "On LSI-11, RT-11, Megabytes of Memory and Modula-2/VRS" (PDF), DEC Professional: The Magazine for DEC Users, Spring House
Timeline of operating systems (3,389 words) [view diff] exact match in snippet view article find links to article
PC-MOS/386 Topaz – semi-distributed OS for DEC Firefly workstation written in Modula-2+ and garbage collected Windows 2.0 1988 A/UX (Apple Computer) AOS/VS II
DDC-I (4,125 words) [view diff] exact match in snippet view article find links to article
Group, Newsletter No 2, pp. 35–36. "Products". Journal of Pascal, Ada & Modula-2. Vol. 5. March–April 1986. p. 70. DDC Ada Compiler Retargeter's Group,
History of compiler construction (6,372 words) [view diff] exact match in snippet view article find links to article
and Yacc. Coco/R is a parser generator that generates LL(1) parsers in Modula-2 (with plug-ins for other languages) from input grammars written in a variant
Taxman (mathematical game) (1,902 words) [view diff] no match in snippet view article
ISBN 0-88175-081-6. Carmony, Lowell A.; Holliday, Robert L. (1990). A First Course in Modula 2. New York, New York: Computer Science Press. pp. 364–367. ISBN 0-7167-8229-4
Exception handling (programming) (6,500 words) [view diff] exact match in snippet view article
for flow control. Some languages such as Eiffel, C#, Common Lisp, and Modula-2 have made a concerted effort to restrict their usage of exceptions, although