Skip to content

Commit 963f96b

Browse files
committed
chore!: Organize near spoken Lisp dialects.
- Common Lisp, PicoLisp, Emacs Lisp -> Lisp - Rename Common Lisp and LISP -> Lisp - Emacs & Pico as subsections of Lisp preserving current crosslinks
1 parent 84136c1 commit 963f96b

8 files changed

+66
-60
lines changed

books/free-programming-books-es.md

+12-6
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
* [Android](#android)
1212
* [C](#c)
1313
* [C++](#cpp)
14-
* [Emacs Lisp](#emacs-lisp)
1514
* [Ensamblador](#ensamblador)
1615
* [Erlang](#erlang)
1716
* [Git](#git)
@@ -27,6 +26,8 @@
2726
* [React](#react)
2827
* [LaTeX](#latex)
2928
* [Linux](#linux)
29+
* [Lisp](#lisp)
30+
* [Emacs Lisp](#emacs-lisp)
3031
* [Matemáticas](#matem%C3%A1ticas)
3132
* [.NET (C# Visual Studio)](#net-c--visual-studio)
3233
* [NoSQL](#nosql)
@@ -150,11 +151,6 @@
150151
* [Programación en Erlang](https://es.wikibooks.org/wiki/Programaci%C3%B3n_en_Erlang) - WikiLibros
151152

152153

153-
### Emacs Lisp
154-
155-
* [Una Introducción a Emacs Lisp en Español](http://savannah.nongnu.org/git/?group=elisp-es) (HTML)
156-
157-
158154
### Git
159155

160156
* [Git Immersión en Español](https://esparta.github.io/gitimmersion-spanish)
@@ -262,6 +258,16 @@
262258
* [El Manual del Administrador de Debian](https://debian-handbook.info/browse/es-ES/stable/) (HTML) [(PDF, ePub, Mobi)](https://debian-handbook.info/get/now/)
263259

264260

261+
### Lisp
262+
263+
<!-- Waiting to add in -->
264+
265+
266+
#### Emacs Lisp
267+
268+
* [Una Introducción a Emacs Lisp en Español](http://savannah.nongnu.org/git/?group=elisp-es) (HTML)
269+
270+
265271
### Matemáticas
266272

267273
* [Sage para Estudiantes de Pregrado](http://www.sage-para-estudiantes.com) - Gregory Bard, `trl.:` Diego Sejas Viscarra

books/free-programming-books-hu.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
* [HTML and CSS](#html-and-css)
99
* [Java](#java)
1010
* [Lego Mindstorms](#lego-mindstorms)
11-
* [LISP](#lisp)
11+
* [Lisp](#lisp)
1212
* [.NET](#net)
1313
* [PHP](#php)
1414
* [PowerShell](#powershell)
@@ -73,7 +73,7 @@
7373
* [Egyszerű robotika, A Mindstorms NXT robotok programozásának alapjai](http://www.banyai-kkt.sulinet.hu/robotika/Segedanyag/Egyszeru_robotika.pdf) - Kiss Róbert, Badó Zsolt (PDF)
7474

7575

76-
### LISP
76+
### Lisp
7777

7878
* [A LISP programozási nyelv](http://mek.oszk.hu/07200/07258/index.phtml) - Zimányi Magdolna, Kálmán László, Fadgyas Tibor (PDF)
7979

books/free-programming-books-ja.md

+19-19
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@
2929
* [C++](#cpp)
3030
* [Clojure](#clojure)
3131
* [CoffeeScript](#coffeescript)
32-
* [Common Lisp](#common-lisp)
3332
* [Coq](#coq)
3433
* [D](#d)
3534
* [Elixir](#elixir)
36-
* [Emacs Lisp](#emacs-lisp)
3735
* [Erlang](#erlang)
3836
* [Git](#git)
3937
* [Go](#go)
@@ -53,6 +51,8 @@
5351
* [Julia](#julia)
5452
* [LaTeX](#latex)
5553
* [Linux](#linux)
54+
* [Lisp](#lisp)
55+
* [Emacs Lisp](#emacs-lisp)
5656
* [Lua](#lua)
5757
* [Maven](#maven)
5858
* [Mercurial](#mercurial)
@@ -308,15 +308,6 @@
308308
* [正規表現リファレンス(CoffeeScript)](https://kyu-mu.net/coffeescript/regexp) - 飯塚直
309309

310310

311-
### Common Lisp
312-
313-
* [Common Lisp 入門](http://www.nct9.ne.jp/m_hiroi/xyzzy_lisp.html#abclisp) - 広井誠
314-
* [Google Common Lisp スタイルガイド 日本語訳](https://lisphub.jp/doc/google-common-lisp-style-guide/lispguide.xml) - Robert Brown, François-René Rideau, TOYOZUMIKouichi 他(翻訳)
315-
* [LISP and PROLOG](https://web.archive.org/web/20060526095202/http://home.soka.ac.jp/~unemi/LispProlog) - 畝見達夫
316-
* [On Lisp (草稿)](http://www.asahi-net.or.jp/~kc7k-nd) - Paul Graham, 野田開(翻訳)
317-
* [マンガで分かるLisp(Manga Guide to Lisp)](http://lambda.bugyo.tk/cdr/mwl) - λ組
318-
319-
320311
### Coq
321312

322313
* [ソフトウェアの基礎](http://proofcafe.org/sf) - Benjamin C. Pierce, Chris Casinghino, Michael Greenberg, Vilhelm Sjöberg, Brent Yorgey, 梅村晃広(翻訳), 片山功士(翻訳), 水野洋樹(翻訳), 大橋台地(翻訳), 増子萌(翻訳), 今井宜洋(翻訳)
@@ -332,14 +323,6 @@
332323
* [Elixir 基礎文法最速マスター](https://qiita.com/niku/items/729ece76d78057b58271) - niku
333324

334325

335-
### Emacs Lisp
336-
337-
> :information_source: See also &#8230; [IDE and editors](#ide-and-editors)
338-
339-
* [Emacs Lisp基礎文法最速マスター](https://d.hatena.ne.jp/rubikitch/20100201/elispsyntax) - るびきち
340-
* [GNU Emacs Lispリファレンスマニュアル](http://www.fan.gr.jp/~ring/doc/elisp_20/elisp.html)
341-
342-
343326
### Erlang
344327

345328
* [Learn you some Erlang for great good!](https://www.ymotongpoo.com/works/lyse-ja/) - Fred Hebert, Yoshifumi Yamaguchi (HTML)
@@ -489,6 +472,23 @@
489472
* [Secure Programming for Linux and Unix HOWTO](https://linuxjf.osdn.jp/JFdocs/Secure-Programs-HOWTO) - David A. Wheeler, 高橋聡(翻訳)
490473

491474

475+
### Lisp
476+
477+
* [Common Lisp 入門](http://www.nct9.ne.jp/m_hiroi/xyzzy_lisp.html#abclisp) - 広井誠
478+
* [Google Common Lisp スタイルガイド 日本語訳](https://lisphub.jp/doc/google-common-lisp-style-guide/lispguide.xml) - Robert Brown, François-René Rideau, TOYOZUMIKouichi 他(翻訳)
479+
* [LISP and PROLOG](https://web.archive.org/web/20060526095202/http://home.soka.ac.jp/~unemi/LispProlog) - 畝見達夫
480+
* [On Lisp (草稿)](http://www.asahi-net.or.jp/~kc7k-nd) - Paul Graham, 野田開(翻訳)
481+
* [マンガで分かるLisp(Manga Guide to Lisp)](http://lambda.bugyo.tk/cdr/mwl) - λ組
482+
483+
484+
#### Emacs Lisp
485+
486+
> :information_source: See also &#8230; [IDE and editors](#ide-and-editors)
487+
488+
* [Emacs Lisp基礎文法最速マスター](https://d.hatena.ne.jp/rubikitch/20100201/elispsyntax) - るびきち
489+
* [GNU Emacs Lispリファレンスマニュアル](http://www.fan.gr.jp/~ring/doc/elisp_20/elisp.html)
490+
491+
492492
### Lua
493493

494494
* [Lua 5.2 リファレンスマニュアル](http://milkpot.sakura.ne.jp/lua/lua52_manual_ja.html) - Lua.org, PUC-Rio

books/free-programming-books-langs.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
5353
* [Ecto](#ecto)
5454
* [Phoenix](#phoenix)
5555
* [Elm](#elm)
56-
* [Emacs Lisp](#emacs-lisp)
5756
* [Embedded Systems](#embedded-systems)
5857
* [Erlang](#erlang)
5958
* [F#](#f-sharp)
@@ -123,6 +122,8 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
123122
* [Limbo](#limbo)
124123
* [Linux](#linux)
125124
* [Lisp](#lisp)
125+
* [Emacs Lisp](#emacs-lisp)
126+
* [PicoLisp](#picolisp)
126127
* [Livecode](#livecode)
127128
* [Lua](#lua)
128129
* [Make](#make)
@@ -157,7 +158,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
157158
* [Laravel](#laravel)
158159
* [Symfony](#symfony)
159160
* [Zend](#zend)
160-
* [PicoLisp](#picolisp)
161161
* [PostgreSQL](#postgresql)
162162
* [PowerShell](#powershell)
163163
* [Processing](#processing)
@@ -679,14 +679,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
679679
* [Versioned APIs with Phoenix](https://elviovicosa.com/freebies/versioned-apis-with-phoenix-by-elvio-vicosa.pdf) - Elvio Vicosa (PDF)
680680

681681

682-
### Emacs Lisp
683-
684-
> :information_source: See also &#8230; [IDE and editors](free-programming-books-subjects.md#ide-and-editors)
685-
686-
* [An Introduction to Programming in Emacs Lisp](https://www.gnu.org/software/emacs/manual/eintr.html)
687-
* [GNU Emacs Lisp Reference Manual](http://www.gnu.org/software/emacs/manual/elisp.html)
688-
689-
690682
### Embedded Systems
691683

692684
* [Control and Embedded Systems](http://www.learn-c.com) (HTML)
@@ -1425,6 +1417,20 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
14251417
* [The Evolution of Lisp](http://www.dreamsongs.com/Files/HOPL2-Uncut.pdf) - Guy L. Steele Jr., Richard P. Gabriel (PDF)
14261418

14271419

1420+
#### Emacs Lisp
1421+
1422+
> :information_source: See also &#8230; [IDE and editors](free-programming-books-subjects.md#ide-and-editors)
1423+
1424+
* [An Introduction to Programming in Emacs Lisp](https://www.gnu.org/software/emacs/manual/eintr.html)
1425+
* [GNU Emacs Lisp Reference Manual](http://www.gnu.org/software/emacs/manual/elisp.html)
1426+
1427+
1428+
#### PicoLisp
1429+
1430+
* [PicoLisp by Example](https://github.com/tj64/picolisp-by-example)
1431+
* [PicoLisp Works](https://github.com/tj64/picolisp-works)
1432+
1433+
14281434
### Livecode
14291435

14301436
* [LiveCode userguide](http://www.scribd.com/doc/216789127/LiveCode-userguide) (PDF)
@@ -1730,12 +1736,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
17301736
* [Using Zend Framework 3](https://olegkrivtsov.github.io/using-zend-framework-3-book/html/)
17311737

17321738

1733-
### PicoLisp
1734-
1735-
* [PicoLisp by Example](https://github.com/tj64/picolisp-by-example)
1736-
* [PicoLisp Works](https://github.com/tj64/picolisp-works)
1737-
1738-
17391739
### PostgreSQL
17401740

17411741
* [Postgres Official Documentation](http://www.postgresql.org/docs/)

books/free-programming-books-pl.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@
77
* [C](#c)
88
* [C#](#csharp)
99
* [C++](#cpp)
10-
* [Common Lisp](#common-lisp)
1110
* [Coq](#coq)
1211
* [Haskell](#haskell)
1312
* [HTML and CSS](#html-and-css)
1413
* [Java](#java)
1514
* [JavaScript](#javascript)
1615
* [LaTeX](#latex)
16+
* [Lisp](#lisp)
1717
* [MySQL](#mysql)
1818
* [Perl](#perl)
1919
* [PHP](#php)
@@ -86,11 +86,6 @@
8686
* [Megatutorial "Od zera do gier kodera"](http://xion.org.pl/productions/texts/coding/megatutorial/) - Karol Kuczmarski
8787

8888

89-
### Common Lisp
90-
91-
* [Kurs programowania w języku Common Lisp](http://jcubic.pl/lisp_tutorial.php) - Jakub Jankiewicz
92-
93-
9489
### Haskell
9590

9691
* [Haskell](https://pl.wikibooks.org/wiki/Haskell) - Wikibooks
@@ -129,6 +124,11 @@
129124
* [Nie za krótkie wprowadzeniedo systemu LATEX 2ε](http://www.ctan.org/tex-archive/info/lshort/polish) - Janusz Goldasz, Ryszard Ku­biak, To­masz Przech­lewski
130125

131126

127+
### Lisp
128+
129+
* [Kurs programowania w języku Common Lisp](http://jcubic.pl/lisp_tutorial.php) - Jakub Jankiewicz
130+
131+
132132
### MySQL
133133

134134
* [Bazy Danych MYSQL](https://miroslawzelent.pl/kurs-mysql/)

books/free-programming-books-pt_BR.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
* [Vue.js](#vuejs)
3838
* [Kubernetes](#kubernetes)
3939
* [LaTeX](#latex)
40-
* [LISP](#lisp)
40+
* [Lisp](#lisp)
4141
* [Lua](#lua)
4242
* [Pascal](#pascal)
4343
* [PHP](#php)
@@ -296,7 +296,7 @@
296296
* [Latexação](https://www.ime.usp.br/~tassio/arquivo/latex/apostila.pdf) - Tássio Naia dos Santos (PDF)
297297

298298

299-
### LISP
299+
### Lisp
300300

301301
* [Introdução a linguagem LISP](http://www.dca.fee.unicamp.br/courses/EA072/lisp9596/Lisp9596.html) (HTML)
302302

books/free-programming-books-zh.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
* [Vue.js](#vuejs)
5454
* [Zepto.js](#zeptojs)
5555
* [LaTeX](#latex)
56-
* [LISP](#lisp)
56+
* [Lisp](#lisp)
5757
* [Lua](#lua)
5858
* [Markdown](#markdown)
5959
* [MySQL](#mysql)
@@ -578,7 +578,7 @@
578578
* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm)
579579

580580

581-
### LISP
581+
### Lisp
582582

583583
* [ANSI Common Lisp 中文翻译版](http://acl.readthedocs.org/en/latest/)
584584
* [Common Lisp 高级编程技术](http://www.ituring.com.cn/minibook/862) (《On Lisp》中文版)

casts/free-podcasts-screencasts-en.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
* [C#](#csharp)
55
* [C++](#cpp)
66
* [Clojure](#clojure)
7-
* [Common Lisp](#common-lisp)
87
* [Data Science](#data-science)
98
* [Elixir](#elixir)
109
* [Erlang](#erlang)
@@ -24,6 +23,7 @@
2423
* [React.js](#reactjs)
2524
* [Kotlin](#kotlin)
2625
* [Language Agnostic](#language-agnostic)
26+
* [Lisp](#lisp)
2727
* [Machine Learning](#machine-learning)
2828
* [PHP](#php)
2929
* [PostgreSQL](#postgresql)
@@ -60,12 +60,6 @@
6060
* [Parens of the Dead](http://www.parens-of-the-dead.com) - Magnar Sveen, Elisabeth Irgens (screencast)
6161

6262

63-
### Common Lisp
64-
65-
* [Common Lisp for Beginners](https://www.youtube.com/playlist?list=PLCpux10P7KDKPb4eI5b_qSnQaY1ePGKGK) - Neil Munro (screencast)
66-
* [Little Bits of Lisp](https://www.youtube.com/playlist?list=PL2VAYZE_4wRJi_vgpjsH75kMhN4KsuzR_) - Cecilie Baggers (screencast)
67-
68-
6963
### Data Science
7064

7165
* [Data Futurology - Leadership And Strategy in Artificial Intelligence, Machine Learning, Data Science](https://www.datafuturology.com/podcasts) - Felipe Flores (podcast)
@@ -294,6 +288,12 @@
294288
* [Women in TECH with Ariana](https://www.wallwaytech.com/podcast) - Ariana The Techie (podcast)
295289

296290

291+
### Lisp
292+
293+
* [Common Lisp for Beginners](https://www.youtube.com/playlist?list=PLCpux10P7KDKPb4eI5b_qSnQaY1ePGKGK) - Neil Munro (screencast)
294+
* [Little Bits of Lisp](https://www.youtube.com/playlist?list=PL2VAYZE_4wRJi_vgpjsH75kMhN4KsuzR_) - Cecilie Baggers (screencast)
295+
296+
297297
### Machine Learning
298298

299299
* [Concerning AI](https://concerning.ai) - Brandon Sanders, Ted Sarvata (podcast)

0 commit comments

Comments
 (0)