Skip to content

Commit

Permalink
deprecation readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jll63 committed Jan 15, 2018
1 parent 6e02e37 commit 4d434ae
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README → README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
# YOMM11 IS DEPRECATED

Thank you for the stars and the feedback!

In 2017 I learned the D language, and I
implemented
[an open method library for D](https://github.com/jll63/openmethods.d). In the
process I had a few fresh ideas, some of which are applicable to C++. Also, my
colleague David Goffredo educated me on the power of modern preprocessor
macros.

Consequently, I set out to re-implement Yomm11 from scratch. The result
is [Yomm2](https://github.com/jll63/yomm2), which I feel is a much better
library. Read about the
improvements
[here](https://github.com/jll63/yomm2/blob/master/yomm11-yomm2.md).

I will no longer actively develop Yomm11 but I will consider PRs. I strongly
recommend switching to Yomm2 though.

## Old content:

This library implements open multi-methods for C++11.

Salient features are:
Expand Down

0 comments on commit 4d434ae

Please sign in to comment.