Fix notes on Scheme OCaml Haskell
authorJim <jim.pryor@nyu.edu>
Sat, 31 Jan 2015 00:04:46 +0000 (19:04 -0500)
committerJim <jim.pryor@nyu.edu>
Sat, 31 Jan 2015 00:04:46 +0000 (19:04 -0500)
index.mdwn

index e59daf3..3cc3df8 100644 (file)
@@ -163,9 +163,9 @@ another Scheme implementation, though, there's no compelling reason to switch.
 
        Racket stands to Scheme in something like the relation Firefox stands to HTML.
 
 
        Racket stands to Scheme in something like the relation Firefox stands to HTML.
 
-(Wikipedia on [Lisp](http://en.wikipedia.org/wiki/Lisp_%40programming_language%41),
-[Scheme](http://en.wikipedia.org/wiki/Scheme_%40programming_language%41),
-and [Racket](http://en.wikipedia.org/wiki/Racket_%40programming_language%41).)
+(Wikipedia on [Lisp](http://en.wikipedia.org/wiki/Lisp_%28programming_language%29),
+[Scheme](http://en.wikipedia.org/wiki/Scheme_%28programming_language%29),
+and [Racket](http://en.wikipedia.org/wiki/Racket_%28programming_language%29).)
 
 *      **Caml** is one of two major dialects of *ML*, which is another large
 family of programming languages. Caml has only one active "implementation",
 
 *      **Caml** is one of two major dialects of *ML*, which is another large
 family of programming languages. Caml has only one active "implementation",
@@ -173,9 +173,9 @@ OCaml, developed by the INRIA academic group in France. Sometimes we may refer t
 more generally; but you can assume that what we're talking about always works more
 specifically in OCaml.
 
 more generally; but you can assume that what we're talking about always works more
 specifically in OCaml.
 
-(Wikipedia on [ML](http://en.wikipedia.org/wiki/ML_%40programming_language%41),
+(Wikipedia on [ML](http://en.wikipedia.org/wiki/ML_%28programming_language%29),
 [Caml](http://en.wikipedia.org/wiki/Caml),
 [Caml](http://en.wikipedia.org/wiki/Caml),
-and [OCaml](http://en.wikipedia.org/wiki/OCaml).
+and [OCaml](http://en.wikipedia.org/wiki/OCaml).)
 
 
 *      Those of you with some programming background may have encountered a third
 
 
 *      Those of you with some programming background may have encountered a third
@@ -187,7 +187,7 @@ other. But these languages also have a lot in common, and if you're
 familiar with one of them, it's not difficult to move between it and the
 other.
 
 familiar with one of them, it's not difficult to move between it and the
 other.
 
-(Wikipedia on [Haskell](http://en.wikipedia.org/wiki/Haskell_%40programming_language%41).
+(Wikipedia on [Haskell](http://en.wikipedia.org/wiki/Haskell_%28programming_language%29).)
 
 
 <a name=installing></a>
 
 
 <a name=installing></a>