- 1% the Code
Compares colorForth and C: Chuck Moore, father of Forth, expects colorForth applications to need only 1% the code of C programs. No code samples.
http://www.colorforth.com/1percent.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- 99 Bottles of Beer on the Wall
Algol 68 version.
http://www.99-bottles-of-beer.net/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- A Comparative Overview of C#
Also compares C#, Java, C++. By Ben Albahari.
http://genamics.com/developer/csharp_comparative.htm
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- A Comparison of C++, FORTRAN 90 and Oberon-2 for Scientific Programming
The report concludes by a personal assessment of the three languages with respect to the numerical context. By Bernd Mösli. The reader's experience in scientific programming in C or FORTRAN would be advantageous.
http://www.arithmetica.ch/Oberon/CFORTRANOberon.nhtml
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Accumulator Generator
Compares canonical solutions to same problem as code samples in: C++, Dylan, E, Erlang, Haskell, JavaScript, Lisp (Arc, Common, Goo, Scheme), Lua, Maple, Mathematica, Oz-Mozart, NewtonScript, Perl, Python, REBOL, Ruby, Smalltalk, VBScript. [Paul Graham]
http://www.paulgraham.com/accgen.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Ada 95, Java, and C++
Some think Java is like C++. Usual C++ idioms do not apply to Java as it is not a C++ superset or subset; Java is a derivation with many modifications, extensions. Both language syntax are alike, but semantics and philosophy are very different. Java is nearer Ada 95 than C++, except in syntax.
http://www.adahome.com/Resources/Languages/chart3.html
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Ada Versus Modula-3
Compares similarities and differences, by user of both languages.
http://archive.dstc.edu.au/AU/staff/crawley/ada/m3-vs-ada.html
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Ada, C, C++, and Java vs. The Steelman
Compares 4 programming languages (Ada 95, C, C++, Java) with the needs of "Steelman", original 1978 requirements document for Ada language. Big detailed table.
http://www.adahome.com/History/Steelman/steeltab.htm
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Advanced Programming Language Design
Book compares over 70 languages, and main classes: imperative, functional, object-oriented, dataflow, concurrent, declarative, aggregate. By Raphael Finkel, Addison-Wesley.
http://www.awprofessional.com/catalog/product.asp?product_id={92E30B39-5D91-45F9-9919-D202BE6341F9}
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- An Empirical Comparison of C, C++, Java, Perl, Python, Rexx, and Tcl
By Lutz Prechelt. Neutral, quantitative analysis of 7 languages in title, for 7 variables, via 80 implementations of the same requirement set. PDF format. [IEEE Computer]
http://page.mi.fu-berlin.de/~prechelt/Biblio/jccpprt_computer2000.pdf
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- An Empirical Comparison of C, C++, Java, Perl, Python, Rexx, and Tcl for a Search/string-processing
One set of requirements, 80 implementations, coded by 74 different programmers in various languages, compared for properties: run time, memory use, source text length, comment density, program structure, reliability, effort needed.
http://page.mi.fu-berlin.de/~prechelt/Biblio/jccpprtTR.pdf
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- An Interactive Historical Roster of Computer Languages
Encyclopedia of over 8,000 languages, full verified references, code samples, big bibliography, biographical-institutional material, 4,000 language family tree.
http://hopl.murdoch.edu.au/
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Are Scripting Languages the Wave of the Future?
Programming guru, Robert Martin, on languages of the coming decade. [ITworld.com]
http://www.itworld.com/AppDev/1262/itw-0314-rcmappdevint/
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- ASP vs. PHP
Brief text compares website building languages ASP, PHP on several points. [WebProNews]
http://www.webpronews.com/expertarticles/expertarticles/wpn-62-20051222ASPvsPHP.html
(Added: Fri Mar 31 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Benchmark Execution Speed of LabVIEW Applications
Compares 2 LabVIEW versions with C: brief text, 1 table. [National Instruments]
http://zone.ni.com/devzone/conceptd.nsf/webmain/DC9B6DD177D91D6286256C9400733D7F
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Beyond Java?
Compares Java and Dylan, with examples from building two CORBA IDL compilers. Topics include: multiple inheritance, multi-argument dispatch, unified object model, extensible syntax. Several code examples.
http://www.functionalobjects.com/resources/beyond-java.phtml
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- C# from a Java Developer's Perspective
Thorough article by Dare Obasanjo, treats most similarities and differences between the two languages: features in Java and not in C#, and features in C# and not in Java. Text, tables, code, resources.
http://www.25hoursaday.com/CsharpVsJava.html
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- C# Strikes a Chord
Compares 4 languages: C, C++, C#, Java. Shows family genealogy. [Dr. Dobb's Journal]
http://www.ddj.com/documents/s=875/ddj0065g/
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- C#: A Language Alternative or Just J--?, Part 1
Compares C# to Java, describes features and design trade-offs, places C# in context of broader Microsoft .Net strategy. Text, tables, code samples, links. By Mark Johnson. First article of 2-part series. [JavaWorld]
http://www.javaworld.com/javaworld/jw-11-2000/jw-1122-csharp1.html
(Added: Wed Apr 05 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- C++ Java Python Ruby Side by Side Code Comparison
Extensive insightful comments on essay: C++ vs. Java vs. Python vs. Ruby: A First Impression. [digg]
http://www.digg.com/programming/Ruby_Python_C_Java_Side_By_Side_Code_Comparison/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- C++ vs. Java vs. Python vs. Ruby: A First Impression
Essay compares aspects of the languages, one page allows matched comparing of code of a red-black tree algorithm in each language.
http://www.dmh2000.com/cjpr/
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- C++??: A Critique of C++ (3rd ed.)
A critical view on the C++ and C programming language.
http://atlas.web.cern.ch/Atlas/GROUPS/SOFTWARE/OO/tools/java/misc/ACritiqueOfC++.pdf
(Added: Mon Apr 03 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- CLOS, Eiffel, and Sather: A Comparison
Comprehensive, many references; zipped Postscript, inlined gifs.
http://www.icsi.berkeley.edu/~sather/Publications/tr-91-047.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Comparing Development Costs of C and Ada
Article by Stephen F. Zeigler. Analysis of a case where most variables were controlled enough to make a comparison between development costs (time, error rates, code size, ...) of the 2 languages.
http://www.adaic.com/whyada/ada-vs-c/cada_art.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
- Comparing Mercury and Haskell
Compares type systems, all text. Uses Haskell 98 since Mercury type system is more like Haskell than ML, and Haskell 98 is best documented, most well-known Haskell.
http://www.cs.mu.oz.au/research/mercury/information/comparison_with_haskell.html
(Added: Thu Apr 06 2006 Rating: 0.00 Votes: 0)
Rate It
Review It
Page Results: 1 2 3 4 5 Next
|