Skip to content

Commit

Permalink
fix typos in README
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksmarkh committed Sep 30, 2014
1 parent 08fe8a4 commit 0ff4d67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -30,10 +30,10 @@ See the [original rationale](docs/reasonable-utilities.md) for `REASONABLE-UTILI

### Included in core

- "Modern" readtable with supoort for literal syntax for hash-tables,
- "Modern" readtable with support for literal syntax for hash-tables,
lambdas and heredoc-strings

Basic common contol utilities, like
Basic common control utilities, like

- Common macros like `WITH-GENSYMS`, `ONCE-ONLY`, `EVAL-ALWAYS` etc.
- Basic anaphoric macros
Expand All @@ -60,15 +60,15 @@ The following broad topics are not supported by design:

The reason is not, that I consider this not useful or general-purpose enough,
but rather, that it's a whole new paradigm, and the scope of `RUTILS`
is too small to comfortably accomodate it.
is too small to comfortably accommodate it.

* Functional paradigm.

As in the above, it's as well a whole other paradigm.
It has a limited, but reasonable support in CL.
Other features should be unified in it's own package,
and maybe `RUTILS` can serve as a model for such package
or even accomodate it in the future.
or even accommodate it in the future.

* Advanced collections are as well a separate area in CS,
so it requires a lot of effort to maintain and develop a comprehensive package in it.
Expand Down

0 comments on commit 0ff4d67

Please sign in to comment.