1
1
mirror of https://github.com/kanaka/mal.git synced 2024-09-21 02:27:10 +03:00

Merge pull request #326 from seven1m/patch-1

Fix link to FAQ document
This commit is contained in:
Joel Martin 2018-07-16 17:04:26 -07:00 committed by GitHub
commit 3b2c6780cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1669,9 +1669,9 @@ For extra information read [Peter Seibel's thorough discussion about
* If you have created an implementation for a new target language (or * If you have created an implementation for a new target language (or
a unique and interesting variant of an existing implementation), a unique and interesting variant of an existing implementation),
consider sending a pull request to add it into the main mal consider sending a pull request to add it into the main mal
repository. The [FAQ](FAQ.md#add_implementation) describes general repository. The [FAQ](../docs/FAQ.md#will-you-add-my-new-implementation)
requirements for getting an implementation merged into the main describes general requirements for getting an implementation merged
repository. into the main repository.
* Take your interpreter implementation and have it emit source code in * Take your interpreter implementation and have it emit source code in
the target language rather than immediately evaluating it. In other the target language rather than immediately evaluating it. In other
words, create a compiler. words, create a compiler.