1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-08-26 16:15:09 +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:
- ["Burhanuddin Baharuddin", "https://github.com/burhanloey"]
@@ -14,8 +14,6 @@ Sumber bacaan yang klasik ialah [Practical Common Lisp](http://www.gigamonkeys.c
yang terbaru ialah [Land of Lisp](http://landoflisp.com/). Buku baru mengenai best practices (amalan terbaik),
[Common Lisp Recipes](http://weitz.de/cl-recipes/), baru sahaja diterbitkan.
```common-lisp
;;;-----------------------------------------------------------------------------
;;; 0. Syntax
@@ -665,24 +663,14 @@ nil ; false; termasuklah list yang kosong: ()
;;; Baca Practical Common Lisp dan On Lisp untuk maklumat lebih lanjut mengenai macro.
```
## Bacaan lanjut
- [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)
## Maklumat tambahan
- [CLiki](http://www.cliki.net/)
- [common-lisp.net](https://common-lisp.net/)
- [Awesome Common Lisp](https://github.com/CodyReichert/awesome-cl)
- [Lisp Lang](http://lisp-lang.org/)
## Kredit
Terima kasih banyak diucapkan kepada ahli Scheme yang membuat permulaan yang sangat
bagus dan mudah untuk diguna pakai untuk Common Lisp.
- [Paul Khuong](https://github.com/pkhuong) untuk review yang bagus.