ÿþ<?xml version="1.0" encoding="utf-16"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Edgar R. Chavez .. Programming languages summary </title> <link rel="stylesheet" href="../erc01.css" type="text/css" /> </head> <body> <div id="top"> <img class="quill" src="../Images/myquill5.png" alt="myQuill"></img> <h2> Edgar R. Ch&aacute;vez</h2> <h3> Programming languages - Miscellaneous</h3> </div> <div class="NavigationLinks"> <hr class="myLine" /> <ul> <li><a href="../home.html"> Home </a></li> <li><a href="./computers.html"> Computers </a></li> </ul> <hr class="myLine" /> <ul> <li><a href="./pgmglangs.html"> Programming languages </a></li> </ul> <ul class="NavMargin1"> <li><a href="literatepgmg"> Literate programming </a></li> <li><a href="#misc"> Miscellaneous </a></li> </ul> <ul class="NavMargin2"> <li><a href="#99bottles"> 99 Bottles of Beer </a></li> <li><a href="#helloworld"> Hello World </a></li> </ul> <ul class="NavMargin1"> <li><a href="#onlinebooks"> Online books </a></li> <li><a href="#pgmgenv"> Programming environments </a></li> </ul> <hr class="myLine" /> </div> <div class="InfoArea"> <div id="literatepgmg"><span class="Subhead2"> Literate programming </span> <div class="Tab5"> <p><a href="http://www.literateprogramming.com/cweb_download.html"> CWEB for Windows </a> &nbsp; Created by Donald Knuth and Silvio Levy. Like WEB, it consists of two primary programs: CTANGLE, which produces compilable C code from the source texts, and CWEAVE, which produces nicely-formatted printable documentation using TeX.</p> <ul class="noLineBreak"> <li><a href="http://linux.maruhn.com/sec/cweb.html"> Linux distribution packages</a></li> <li><a href="http://www.literateprogramming.com/cweb.pdf"> Documentation </a></li> <li><a href="http://www-cs-faculty.stanford.edu/~uno/cweb.html"> Book </a></li></ul> <p><a href="http://www.cs.tufts.edu/~nr/noweb/"> noweb </a> &nbsp; A simple, extensible, language-independent tool for literate programming, by Norman Ramsey. </p> </div></div> <div id="misc"> <span class="Subhead2" > Miscellaneous </span> <div class="Tab5"> <p id="99bottles"><a href="http://99-bottles-of-beer.net/"> 99 Bottles of Beer </a> &nbsp; <img src="../Images/stars4.gif" alt="Rank4" /> &nbsp; &nbsp; A collection of the Song 99 Bottles of Beer programmed in 1434 different programming languages and variations. <br /> <p><a href="http://shootout.alioth.debian.org/"> The Computer Language Benchmarks Game </a></p> <p id="helloworld"><a href="http://www.roesler-ac.de/wolfram/hello.htm"> The Hello World Collection </a> &nbsp; <img src="../Images/stars4.gif" alt="Rank4" /> &nbsp; &nbsp; 441 Hello World programs in many more-or-less well known programming languages. <br /> <a href="http://c2.com/cgi/wiki?HelloWorldInManyProgrammingLanguages"> Hello World in Many Programming Languages </a><br /> <a href="http://www.scriptol.com/programming/hello-world.php"> Hello World Programs in 200 Programming Languages </a><br /> <a href="http://en.wikibooks.org/wiki/Computer_Programming/Hello_world"> Hello World </a> &nbsp; Wikibooks </p> <p><a href="http://projecteuler.net/"> Project Euler </a> &nbsp; Project Euler is a series of challenging mathematical/computer programming problems that will require more than just mathematical insights to solve. Although mathematics will help you arrive at elegant and efficient methods, the use of a computer and programming skills will be required to solve most problems. The motivation for starting Project Euler, and its continuation, is to provide a platform for the inquiring mind to delve into unfamiliar areas and learn new concepts in a fun and recreational context. </p> <p><a href="http://www.bridgewater.edu/~rschneid/Archive/Courses/I05/CSCI430I05ProgrammngParadigms.html"> CSCI 430 Programming Paradigms </a> &nbsp; Ray Schneider, Bridgewater College. This page has a link to my <a href="./pgmglangs.html"> Programming languages </a> link, so it is only fair to close the loop. </p> <p><a href="http://www.thefreecountry.com/compilers/"> Free compilers and interpreters </a> &nbsp; <img src="../Images/stars4.gif" alt="Rank4" /></p> <p><a href="http://www.hex-rays.com/idapro/"> IDA Pro Disassembler and Debugger </a> &nbsp; The most advanced tool for code analysis, vulnerability research, and software reverse engineering. As of June, 2009, version 4.9 is free for non-commercial use. See also the book <a href="http://www.amazon.com/IDA-Pro-Book-Unofficial-Disassembler/dp/1593271786/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1245356129&amp;sr=8-1"> The IDA Pro book : the unofficial guide to the world’s most popular disassembler </a> by Chris Eagle, (No Starch Press, San Francisco, CA, 2008), and the <a href="http://www.reviews.com/review/review_review.cfm?review_id=136946&amp;listname=todaysissuearticle"> review </a> in Computing Reviews. </p> <p><a href="http://www.cs.wisc.edu/~ghost/"> Ghostscript, Ghostview and GSview </a> &nbsp; Home Page for Ghostscript, an interpreter for the PostScript language and for PDF, and related software and documentation. </p> <p><a href="http://lambda-the-ultimate.org/"> Lambda the Ultimate </a> &nbsp; A weblog dedicated to the study of general properties of programming languages, with an emphasis on programming language research and theory. The central focus of the site are the links to programming language related papers, articles, projects, and related news, which are posted to the home page by contributing editors. </p> <p><a href="http://www.newty.de/lsc/index.html"> Lore's Source to HTML Converter </a> &nbsp; <img src="../Images/stars4.gif" alt="Rank4" /> &nbsp; &nbsp; Converts C, C++, Java and Delphi source code into syntax-highlighted HTML. </p> <p><a href="http://member.wide.ad.jp/wg/mgp/"> MagicPoint </a> &nbsp; An X11 based presentation tool designed to make simple presentations easy and complicated presentations possible. The presentation file is just a text file, so you can create presentation files quickly with your favorite editor. See <a href="http://mcsp.wartburg.edu/zelle/python/ccsc-html/index.html"> an example of a presentation </a> created with MagicPoint. MagicPoint runs primarily in Unix/Linux/Mac OS. See also the <a href="http://lionel.kr.hs-niederrhein.de/~dalitz/data/software/mgp/mgp.html"> MagicPoint Toolbox</a> and the <a href="http://www.freeos.com/articles/3648/"> Wikipedia entry</a> for a fuller description of features and additional links. </p> <p><a href="http://www.csee.umbc.edu/331/resources/"> Programming Language Resources </a></p> </div></div> <div id="onlinebooks"><span class="Subhead2"> Online books </span> <div class="Tab5"> <p><a href="http://www.it.bton.ac.uk/staff/je/adacraft/contents.html"> Ada 95: The Craft of Object-Oriented Programming </a> &nbsp; by John English, originally published by Prentice-Hall, 1997 </p> <p><a href="http://www.mindview.net/Books/"> Bruce Eckel's free electronic books </a> &nbsp; HTML, C++, Java, Python -- with source code. Can be downloaded as zip files. </p> <p><a href="http://burks.brighton.ac.uk/burks/pcinfo/progdocs/cppcrit/"> C++?? : A Critique of C++ (3rd Ed.) and Programming and Language Trends of the 1990s </a> &nbsp; By Ian Joyner. The C++?? Critique is an analysis of some of the flaws of C++. It is by no means exhaustive, nor does it attempt to document every little niggle with C++, rather concentrating on main themes. The critique uses Java and Eiffel as comparisons to C++ to give a more concrete feel to the criticisms, viewing conceptual differences rather than syntactic ones as being more important. The C++ critique comes to the conclusion that these pitfalls are not acceptable, and should not be in a language used for modern large scale software engineering. The critique also takes a look at C, and concludes that many of the features of C should be left out of modern languages, and that C is a flawed base for a language.</p> <p><a href="http://www.computer-books.us/"> Computer-Books.us </a> &nbsp; <img src="../Images/stars4.gif" alt="Rank4" /> &nbsp; &nbsp; Highest quality computer books available for free download. All titles are copyright the author or the publisher, who have generously allowed them to be available for free online. </p> <p><a href="http://simon.incutio.com/archive/2002/06/19/freeBooks"> Free online technical books </a></p> <p><a href="http://www.emu.edu.tr/aelci/Courses/D-318/D-318-Files/plbook/index.htm"> Introduction to Programming Languages </a> &nbsp; Anthony A. Aaby, Walla Walla University. </p> <p><a href="http://www.oreilly.com/catalog/make3/book/index.csp"> Managing Projects with GNU Make, Third Edition </a> &nbsp; By Robert Mecklenburg </p> <!--p><a href="http://www.tcfb.com/freetechbooks/index.html"> FreeTechBooks </a> &nbsp; <img src="../Images/stars4.gif" alt="Rank4" /> &nbsp; &nbsp; Free online computer books, documentations and references. Books carefully selected. Excellent site. </p--> <p><a href="http://gee.cs.oswego.edu/dl/oosdw3/index.html"> Object-Oriented Systems Development </a> &nbsp; HTML Edition, The original hardcover textbook edition (ISBN 0-201-56355-X) of Object-Oriented System Development by Dennis de Champeaux, Douglas Lea, and Penelope Faure was published by Addison Wesley, copyright &copy; 1993 by Hewlett-Packard Company. </p> </div></div> <div id="pgmgenv"><span class="Subhead2"> Programming environments </span> <div class="Tab5"> <p><a href="http://www.mozart-oz.org/"> The Mozart Programming System </a> &nbsp; The Mozart Programming System is an advanced development platform for intelligent, distributed applications. Mozart is based on the Oz language, which supports declarative programming, object-oriented programming, constraint programming, and concurrency as part of a coherent whole.</p> <p><a href="http://www.mozart-oz.org/home/doc/opi/index.html"> The Oz Programming Interface </a> </p> <p><a href="http://ctm.info.ucl.ac.be/"> Concepts, Techniques, and Models of Computer Programming </a> &nbsp; By Peter Van Roy, Seif Haridi. Textbook based on the Mozart Programming System and the Oz programming language </p> </div></div> </div> <div class="MyCopyright"> <hr class="myLine" /> Copyright &copy; 2003-2011 by Edgar R. Ch&aacute;vez. All rights reserved. <hr class="myLine" /> </div> </body> </html>