Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
with-contexts
with-contexts
Commits
92d44711
Commit
92d44711
authored
Dec 12, 2020
by
Marco Antoniotti
💬
Browse files
Fixed a few typos.
parent
a0b870ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/html/introduction.html
View file @
92d44711
...
...
@@ -21,7 +21,7 @@
programmers may write
many
<code>
with-
<i>
something
</i></code>
overt their careers; the
language specification itself is ripe with such constructs:
wit
h
ness
<code>
with-open-file
</code>
. Many other libraries also
witness
<code>
with-open-file
</code>
. Many other libraries also
introduce a slew of with- macros dealing with this or that case.
</p>
...
...
@@ -279,7 +279,7 @@
<p>
The Python implementation of contexts relies heavily on
the
<b><tt>
yield
</tt></b>
statement. Again, the current
implementation does not provide similar functionality, altough it
implementation does not provide similar functionality, alt
h
ough it
could possibly be implemented using a
<em>
delimited continuation
library
</em>
(e.g.,
<a
href=
"https://common-lisp.net/project/cl-cont/"
...
...
@@ -300,7 +300,7 @@
<p>
The file
<tt>
COPYING
</tt>
that accompanies the libray contains a Berkeley-style license. You
that accompanies the libra
r
y contains a Berkeley-style license. You
are advised to use the code at your own risk. No warranty
whatsoever is provided, the author will not be held responsible
for any effect generated by your use of the library, and you can
...
...
@@ -327,10 +327,8 @@
target=
"_blank"
>
common-lisp.net
</a>
<a
href=
"https://www.gitlab.com"
target=
"_blank"
>
Gitlab
</a>
instance in the
<a
href=
"https://gitlab.common-lisp.net"
target=
"_blank"
>
<strong>
with-macro
</strong>
project page
</a>
.
<a
href=
"https://gitlab.common-lisp.net/mantoniotti/with-contexts"
target=
"_blank"
>
<strong>
with-macro
</strong>
project page
</a>
.
</p>
<!--
-- See the COPYING file in the main folder for copyright and
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment