1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-29 01:21:07 +02:00

Remove feedback requests and inline credits

This commit is contained in:
Boris Verkhovskiy
2025-01-22 13:44:23 -07:00
parent c3c2f20a80
commit 0dba59d585
16 changed files with 9 additions and 147 deletions

View File

@@ -1,6 +1,7 @@
---
contributors:
- ["Paul Nathan", "https://github.com/pnathan"]
- ["Paul Khuong", "https://github.com/pkhuong"]
- ["Rommel Martinez", "https://ebzzry.io"]
translators:
- ["Eunpyoung Kim", "https://github.com/netpyoung"]
@@ -672,9 +673,3 @@ nil ; 거짓; 빈 리스트: () 역시 거짓.
- [common-lisp.net](https://common-lisp.net/)
- [Awesome Common Lisp](https://github.com/CodyReichert/awesome-cl)
- [Lisp Lang](http://lisp-lang.org/)
## 크레딧
Scheme 사용자들의 노고에 큰 감사를 드립니다. 좋은 시작점을 만들어 주신 덕분에 쉽게 Common Lisp로 옮길 수 있었습니다.
- 훌륭한 리뷰를 해주신 [Paul Khuong](https://github.com/pkhuong)