1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-09-03 03:33:15 +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,7 +1,7 @@
---
contributors:
- ["Paul Nathan", "https://github.com/pnathan"]
- ["Paul Khuong", "https://github.com/pkhuong"]
- ["Rommel Martinez", "https://ebzzry.io"]
translators:
- ["Michael Filonenko", "https://github.com/filonenko-mikhail"]
@@ -17,8 +17,6 @@ Common Lisp - мультипарадигменный язык программи
И одна из последних книг [Common Lisp Recipes](http://weitz.de/cl-recipes/) вобрала в себя лучшие
архитектурные решения на основе опыта коммерческой работки автора.
```common-lisp
;;;-----------------------------------------------------------------------------
;;; 0. Синтаксис
@@ -671,13 +669,14 @@ nil ; ложь; а ещё пустой список () тож
## Для чтения
На русском
- [Practical Common Lisp](https://github.com/pcl-ru/pcl-ru/releases/download/v1.1/pcl-ru.pdf)
На английском
- [Practical Common Lisp](http://www.gigamonkeys.com/book/)
- [Common Lisp: A Gentle Introduction to Symbolic Computation](https://www.cs.cmu.edu/~dst/LispBook/book.pdf)
## Дополнительная информация
На русском
@@ -690,12 +689,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) за хорошую вычитку.