[Swift-commit] r3923 - text/parco10submission
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Sun Jan 9 16:02:02 CST 2011
Author: wilde
Date: 2011-01-09 16:02:02 -0600 (Sun, 09 Jan 2011)
New Revision: 3923
Modified:
text/parco10submission/paper.tex
Log:
Minor corrections.
Modified: text/parco10submission/paper.tex
===================================================================
--- text/parco10submission/paper.tex 2011-01-09 21:10:57 UTC (rev 3922)
+++ text/parco10submission/paper.tex 2011-01-09 22:02:02 UTC (rev 3923)
@@ -117,7 +117,7 @@
However, others require the coupling or
orchestration of large numbers of application invocations: either many
invocations of the same program, or many invocations of sequences and
-patterns of several programs. The execution of these %IAN
+patterns of several programs.
%In this model, existing applications are similar to
%functions in programming, and users typically need to execute many of
%them.
@@ -148,7 +148,7 @@
%referential transparency, and one may readily extend the concept to
%encompass arbitrary processes without difficulty.
-As a language, Swift is simpler than most scripting languages because it does not replicate the capabilities that existing scripting languages like PERL, Python, and shells do well, but instead makes it easy to call such scripts as small applications.
+As a language, Swift is simpler than most scripting languages because it does not replicate the capabilities that existing scripting languages like Perl, Python, and shells do well, but instead makes it easy to call such scripts as small applications.
% say: it has fewer statements, limited data types and a compact library of useful support primitives. It can be extended using built-in functions coded in Java, and by mappers coded as Java built-ins or as external scripts. These functions execute in parallel as part of expression evaluation in the same mapper as externally called application programs or scripts do.
% Mihael thinks that we should not claim that Swift is "simpler". The language is as complete as a language can
% be and the monentary lack of libraries is independent of the language. Most functional languages are simpler
More information about the Swift-commit
mailing list