git » jacl.git » commit 8866d84

DSLs

author Alan Dipert
2020-02-06 07:38:42 UTC
committer Alan Dipert
2020-02-06 07:38:42 UTC
parent daf41f5437084e623af33ad967e276a61acc881e

DSLs

paper/jacl-els-2020.tex +2 -2

diff --git a/paper/jacl-els-2020.tex b/paper/jacl-els-2020.tex
index b3c9bec..c75fca5 100644
--- a/paper/jacl-els-2020.tex
+++ b/paper/jacl-els-2020.tex
@@ -162,9 +162,9 @@ compile-to-JS languages.
 Finally, CL is easily extended, and so JACL can offer fluent access to
 the JavaScript platform, browser APIs, and APIs provided by 3rd party
 JavaScript libraries. CL's syntactic extensibility also distinguishes
-JACL as a way to rapidly prototype Domain-Specific Languages (DSLs),
+JACL as a means to rapidly prototype Domain-Specific Languages (DSLs),
 such as those that might be designed for composing UIs, dataflow
-primitives, or some other special purpose.
+primitives, or for some other special purpose.
 
 Limitations inherent in the browser platform, and a conscious decision
 not to attempt to mitigate them for performance reasons, mean that