Skip to content

Commit 6445da2

Browse files
committed
chore!: join editors into section IDE and editors
This homogenize the place where are organized the IDE and editors like Vim, Emacs, Visual Studio, Visual Studio Code, Eclipse, IntelliJ... into the same section. Emacs Lips is a language per sé. so apply and add some crosslinks #5535 in order to reference editors. Moved books in `-langs.md` now are in `-subjects.md` since editors are language agnostic, I think. Complete this moved resources with author, formats and notes
1 parent 3b3c051 commit 6445da2

15 files changed

+83
-92
lines changed

Diff for: books/free-programming-books-es.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
* [Android](#android)
1212
* [C](#c)
1313
* [C++](#cpp)
14-
* [Emacs](#emacs)
14+
* [Emacs Lisp](#emacs-lisp)
1515
* [Ensamblador](#ensamblador)
1616
* [Erlang](#erlang)
1717
* [Git](#git)
@@ -150,7 +150,7 @@
150150
* [Programación en Erlang](https://es.wikibooks.org/wiki/Programaci%C3%B3n_en_Erlang) - WikiLibros
151151

152152

153-
### Emacs
153+
### Emacs Lisp
154154

155155
* [Una Introducción a Emacs Lisp en Español](http://savannah.nongnu.org/git/?group=elisp-es) (HTML)
156156

Diff for: books/free-programming-books-fr.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
* [0 - Méta-listes](#0---méta-listes)
44
* [1 - Non dépendant du langage](#1---non-dépendant-du-langage)
55
* [Algorithmique](#algorithmique)
6+
* [IDE and editors](#ide-and-editors)
67
* [Logiciels libres](#logiciels-libres)
78
* [Makefile](#makefile)
89
* [Pédagogie pour enfants et adolescents](#pédagogie-pour-enfants-et-adolescents)
@@ -47,7 +48,6 @@
4748
* [SQL](#sql)
4849
* [Systèmes d'exploitation](#systemes-d-exploitation)
4950
* [TEI](#tei)
50-
* [Vim](#vim)
5151

5252

5353
### 0 - Méta-listes
@@ -67,6 +67,12 @@
6767
* [Prologin](https://prologin.org)
6868

6969

70+
#### IDE and editors
71+
72+
* [Learn Vim Progressively](http://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/) - Yann Esposito
73+
* [Vim pour les humains](https://vimebook.com/fr) - Vincent Jousse (le livre n'est pas **gratuit** mais **à prix libre**)
74+
75+
7076
#### Logiciels libres
7177

7278
* [Histoires et cultures du Libre](http://framabook.org/histoiresetculturesdulibre/)
@@ -326,9 +332,3 @@
326332
### TEI
327333

328334
* [Qu'est-ce que la Text Encoding Initiative ?](http://books.openedition.org/oep/1237) - Lou Burnard, `trl.:` Marjorie Burghart
329-
330-
331-
### Vim
332-
333-
* [Learn Vim Progressively](http://yannesposito.com/Scratch/fr/blog/Learn-Vim-Progressively/)
334-
* [Vim pour les humains](https://vimebook.com/fr) - Vincent Jousse (le livre n'est pas **gratuit** mais **à prix libre**)

Diff for: books/free-programming-books-id.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@
55
* [C#](#csharp)
66
* [C++](#cpp)
77
* [CodeIgniter](#codeigniter)
8-
* [Emacs](#emacs)
98
* [Flutter](#flutter)
109
* [Git](#git)
1110
* [Go](#go)
1211
* [HTML and CSS](#html-and-css)
12+
* [IDE and editors](#ide-and-editors)
1313
* [Java](#java)
1414
* [JavaScript](#javascript)
1515
* [Vue.js](#vuejs)
@@ -57,11 +57,6 @@
5757
* [Tutorial CodeIgniter 4](http://mfikri.com/artikel/tutorial-codeigniter4)
5858

5959

60-
### Emacs
61-
62-
* [Dokumentasi Emacs Bahasa Indonesia](https://github.com/kholidfu/emacs_doc)
63-
64-
6560
### Flutter
6661

6762
* [Belajar Flutter](https://belajarflutter.com) - Herry Prasetyo (HTML)
@@ -88,6 +83,11 @@
8883
* [Tutorial HTML untuk Pemula](https://www.petanikode.com/tutorial/html/) - Ahmad Muhardian (Petani Kode)
8984

9085

86+
### IDE and editors
87+
88+
* [Dokumentasi Emacs Bahasa Indonesia](https://github.com/kholidfu/emacs_doc) - Kholid Fuadi
89+
90+
9191
### Java
9292

9393
* [Java Desktop](https://github.com/ifnu/buku-java-desktop/raw/master/java-desktop-ifnu-bima.pdf) - Ifnu Bima (PDF)

Diff for: books/free-programming-books-ja.md

+10-8
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
* [組み込みシステム](#%e7%b5%84%e3%81%bf%e8%be%bc%e3%81%bf%e3%82%b7%e3%82%b9%e3%83%86%e3%83%a0)
2020
* [並列プログラミング](#%e4%b8%a6%e5%88%97%e3%83%97%e3%83%ad%e3%82%b0%e3%83%a9%e3%83%9f%e3%83%b3%e3%82%b0)
2121
* [理論計算機科学](#%e7%90%86%e8%ab%96%e8%a8%88%e7%ae%97%e6%a9%9f%e7%a7%91%e5%ad%a6)
22+
* [IDE and editors](#ide-and-editors)
2223
* [Android](#android)
2324
* [AppleScript](#applescript)
2425
* [Assembly](#assembly)
@@ -83,7 +84,6 @@
8384
* [TypeScript](#typescript)
8485
* [Angular](#angular)
8586
* [VBA](#vba)
86-
* [Vim](#vim)
8787

8888

8989
### 0 - 言語非依存
@@ -223,6 +223,13 @@
223223
* [計算機プログラムの構造と解釈 第二版](https://sicp.iijlab.net/fulltext) - Gerald Jay Sussman, et al.
224224

225225

226+
#### IDE and editors
227+
228+
* [Vim スクリプトリファレンス](https://nanasi.jp/code.html) - 小見拓
229+
* [Vim スクリプト基礎文法最速マスター](https://thinca.hatenablog.com/entry/20100201/1265009821) - id:thinca
230+
* [Vim スクリプト書法](https://vim-jp.org/vimdoc-ja/usr_41.html) - Bram Moolenaar, vimdoc-ja プロジェクト(翻訳)
231+
232+
226233
### Android
227234

228235
* [Android Open Text book](https://github.com/TechBooster/AndroidOpenTextbook) - TechBooster
@@ -327,6 +334,8 @@
327334

328335
### Emacs Lisp
329336

337+
> :information_source: See also … [IDE and editors](#ide-and-editors)
338+
330339
* [Emacs Lisp基礎文法最速マスター](https://d.hatena.ne.jp/rubikitch/20100201/elispsyntax) - るびきち
331340
* [GNU Emacs Lispリファレンスマニュアル](http://www.fan.gr.jp/~ring/doc/elisp_20/elisp.html)
332341

@@ -721,10 +730,3 @@
721730
* [Excel 2013 で学ぶ Visual Basic for Applications (VBA)](https://brain.cc.kogakuin.ac.jp/~kanamaru/lecture/vba2013) - 金丸隆志
722731
* [VBA基礎文法最速マスター](https://nattou-curry-2.hatenadiary.org/entry/20100129/1264787849) - id:nattou\_curry
723732
* [Visual Basic for Applications (VBA) の言語リファレンス](https://docs.microsoft.com/ja-jp/office/vba/api/overview/language-reference) - Microsoft Docs
724-
725-
726-
### Vim
727-
728-
* [Vim スクリプトリファレンス](https://nanasi.jp/code.html) - 小見拓
729-
* [Vim スクリプト基礎文法最速マスター](https://thinca.hatenablog.com/entry/20100201/1265009821) - id:thinca
730-
* [Vim スクリプト書法](https://vim-jp.org/vimdoc-ja/usr_41.html) - Bram Moolenaar, vimdoc-ja プロジェクト(翻訳)

Diff for: books/free-programming-books-langs.md

+4-21
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ 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](#emacs)
56+
* [Emacs Lisp](#emacs-lisp)
5757
* [Embedded Systems](#embedded-systems)
5858
* [Erlang](#erlang)
5959
* [F#](#f-sharp)
@@ -213,7 +213,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
213213
* [V](#v)
214214
* [Verilog](#verilog)
215215
* [VHDL](#vhdl)
216-
* [Vim](#vim)
217216
* [Visual Basic](#visual-basic)
218217
* [Visual Prolog](#visual-prolog)
219218
* [Vulkan](#vulkan)
@@ -453,7 +452,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
453452
* [The Basics of C Programming](https://www.phys.uconn.edu/~rozman/Courses/P2200_13F/downloads/TheBasicsofCProgramming-draft-20131030.pdf) - Marshall Brain (PDF)
454453
* [The C book](http://publications.gbdirect.co.uk/c_book/) - Mike Banahan, Declan Brady, Mark Doran (PDF, HTML)
455454
* [The C Programming Language Handbook](https://flaviocopes.com/page/c-handbook/) - Flavio Copes (PDF, EPUB, Kindle) *(email address requested)*
456-
* [The Craft of Text Editing or A Cookbook for an Emacs](http://www.finseth.com/craft/) - Craig A. Finseth
457455
* [The Current C Programming Language Standard – ISO/IEC 9899:2018 (C17/C18), Draft](https://web.archive.org/web/20181230041359/http://www.open-std.org/jtc1/sc22/wg14/www/abq/c17_updated_proposed_fdis.pdf) - Open Standards Org - www.open-std.org (PDF)
458456
* [The GNU C Programming Tutorial](http://www.crasseux.com/books/ctut.pdf) - Mark Burgess, Ron Hale-Evans (PDF)
459457
* [The GNU C Reference Manual](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.html) - Trevis Rothwell, James Youngman (HTML) [(PDF)](https://www.gnu.org/software/gnu-c-manual/gnu-c-manual.pdf)
@@ -681,12 +679,12 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
681679
* [Versioned APIs with Phoenix](https://elviovicosa.com/freebies/versioned-apis-with-phoenix-by-elvio-vicosa.pdf) - Elvio Vicosa (PDF)
682680

683681

684-
### Emacs
682+
### Emacs Lisp
683+
684+
> :information_source: See also … [IDE and editors](free-programming-books-subjects.md#ide-and-editors)
685685
686686
* [An Introduction to Programming in Emacs Lisp](https://www.gnu.org/software/emacs/manual/eintr.html)
687-
* [Emacs for the Modern World](https://www.finseth.com/craft/) (HTML)
688687
* [GNU Emacs Lisp Reference Manual](http://www.gnu.org/software/emacs/manual/elisp.html)
689-
* [GNU Emacs Manual](https://www.gnu.org/software/emacs/manual/emacs.html)
690688

691689

692690
### Embedded Systems
@@ -1546,8 +1544,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
15461544
* [NuGet In-House Succinctly](https://www.syncfusion.com/ebooks/nuget-in-house-succinctly) - José Roberto Olivas Mendoza
15471545
* [Rider Succinctly](https://www.syncfusion.com/ebooks/rider-succinctly) - Dmitri Nesteruk
15481546
* [Under the Hood of .NET Memory Management](https://assets.red-gate.com/community/books/under-the-hood-of-net-memory-management.pdf) - Chris Farrell, Nick Harrison (PDF)
1549-
* [Visual Studio .NET Tips and Tricks](http://www.infoq.com/minibooks/vsnettt) (VS 2003-2005 only)
1550-
* [Visual Studio 2019 Succinctly](https://www.syncfusion.com/ebooks/visual-studio-2019-succinctly) - Alessandro Del Sole
15511547

15521548

15531549
### NewSQL
@@ -2418,19 +2414,6 @@ That section got so big, we decided to split it into its own file, the [BY SUBJE
24182414
* [VHDL Tutorial: Learn By Example](http://esd.cs.ucr.edu/labs/tutorial/)
24192415

24202416

2421-
### Vim
2422-
2423-
* [A Byte of Vim](http://www.swaroopch.com/notes/vim/)
2424-
* [Learn Vim (the Smart Way)](https://github.com/iggredible/Learn-Vim) (HTML) (:construction: *in process*)
2425-
* [Learn Vim For the Last Time](https://danielmiessler.com/study/vim/) - Daniel Miessler
2426-
* [Learn Vim Progressively](http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/)
2427-
* [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com) - Steve Losh
2428-
* [Vi Improved -- Vim](http://www.truth.sk/vim/vimbook-OPL.pdf) - Steve Oualline (PDF)
2429-
* [VIM-GALORE - All things Vim!](https://github.com/mhinz/vim-galore#readme) (HTML)
2430-
* [Vim Recipes](https://web.archive.org/web/20130302172911/http://vim.runpaint.org/vim-recipes.pdf) (PDF)
2431-
* [Vim Regular Expressions 101](http://vimregex.com)
2432-
2433-
24342417
### Visual Basic
24352418

24362419
* [Visual Basic .NET Notes for Professionals](https://goalkicker.com/VisualBasic_NETBook/) - Compiled from StackOverflow Documentation (PDF)

Diff for: books/free-programming-books-pt_BR.md

+4-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
### Índice
22

33
* [Agnósticos](#agnósticos)
4-
* [IDE / Editores](#ide--editores)
4+
* [IDE and editors](#ide-and-editors)
55
* [Programação](#programação)
66
* [Sistemas Operacionais](#sistemas-operacionais)
77
* [Android](#android)
@@ -53,14 +53,10 @@
5353

5454
### Agnósticos
5555

56-
#### IDE / Editores
57-
58-
* [Visual Studio Code: Produtividade infinita](https://github.com/bylearn/VS-Code-Produtividade-Infinita) - Felipe Cabrera Ribeiro dos Santos
59-
60-
61-
#### Vim
56+
#### IDE and editors
6257

6358
* [O Editor de Texto Vim](https://code.google.com/p/vimbook) - Sérgio Luiz Araújo Silva, et al.
59+
* [Visual Studio Code: Produtividade infinita](https://github.com/bylearn/VS-Code-Produtividade-Infinita) - Felipe Cabrera Ribeiro dos Santos
6460
* [Vim para Noobs](https://woliveiras.com.br/vimparanoobs/) - William Oliveira Souza (HTML, PDF, EPUB) (*Necessário criar uma conta (gratuita) no Leanpub para baixar o livro completo*)
6561
* [Vimbook](https://cassiobotaro.dev/vimbook/) - Cássio Botaro (HTML)
6662

@@ -385,7 +381,7 @@
385381

386382
#### Angular
387383

388-
> :information_source: Veja também … [AngularJS](#angularjs)
384+
> :information_source: Veja também … [AngularJS](#angularjs), [IDE and editors](#ide-and-editors)
389385
390386
* [Angular 2 - Criando sua primeira aplicação no Visual Studio Code](http://www.macoratti.net/17/02/net_ang2vsc1.htm) - José Carlos Macoratti (HTML)
391387
* [Implemente um aplicativo de página única com o Angular 2](https://www.ibm.com/developerworks/br/library/implemente-aplicativo-pagina-unica-angular-2/) - IBM, Babu Suresh (HTML)

Diff for: books/free-programming-books-ru.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* [Работа c cетью](#Работа-с-сетью)
77
* [Управление конфигурациями](#Управление-конфигурациями)
88
* [Экосистема открытого исходного кода](#open-source-ecosystem)
9+
* [IDE and editors](#ide-and-editors)
910
* [Assembly](#assembly)
1011
* [Bash](#bash)
1112
* [C](#c)
@@ -71,7 +72,6 @@
7172
* [TypeScript](#typescript)
7273
* [Angular](#angular)
7374
* [Unix](#unix)
74-
* [Vim](#vim)
7575

7676

7777
### 0 - Language Agnostic
@@ -120,6 +120,12 @@
120120
* [Архитектура приложений с открытым исходным кодом](http://rus-linux.net/MyLDP/BOOKS/Architecture-Open-Source-Applications/index.html)
121121

122122

123+
#### IDE and editors
124+
125+
* [Поваренная Книга Vim](http://www.opennet.ru/docs/RUS/vim_cookbook) - Steve Oualline
126+
* [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf) - Swaroop (PDF)
127+
128+
123129
### Assembly
124130

125131
* [Ассемблер в Linux для программистов C](https://ru.wikibooks.org/wiki/Ассемблер_в_Linux_для_программистов_C) - Викиучебник
@@ -602,9 +608,3 @@
602608
2011-12-30)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/BLFS-ru/blfs-ru-index.html)
603609
* [Linux From Scratch (version 6.8)](http://rus-linux.net/nlib.php?name=/MyLDP/BOOKS/LFS-BOOK-6.8-ru/lfs-6.8-ru-index.html)
604610
* [The Linux Kernel Module Programming Guide](http://www.opennet.ru/docs/RUS/lkmpg26) - Peter Jay Salzman, Michael Burian, Ori Pomerantz
605-
606-
607-
### Vim
608-
609-
* [Поваренная Книга Vim](http://www.opennet.ru/docs/RUS/vim_cookbook) - Steve Oualline
610-
* [Просто о Vim](http://rus-linux.net/MyLDP/BOOKS/Vim/prosto-o-vim.pdf) (PDF)

Diff for: books/free-programming-books-subjects.md

+20
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ Books that cover a specific programming language can be found in the [BY PROGRA
2323
* [Game Development](#game-development)
2424
* [Graphical user interfaces](#graphical-user-interfaces)
2525
* [Graphics Programming](#graphics-programming)
26+
* [IDE and editors](#ide-and-editors)
2627
* [Information Retrieval](#information-retrieval)
2728
* [Licensing](#licensing)
2829
* [Machine Learning](#machine-learning)
@@ -313,6 +314,25 @@ Books that cover a specific programming language can be found in the [BY PROGRA
313314
* [Web Style Guide Online](https://www.webstyleguide.com/wsg3/index.html) - Patrick J. Lynch, Sarah Horton
314315

315316

317+
### IDE and editors
318+
319+
> :information_source: See also … [Emacs Lisp](free-programming-books-langs.md#emacs-lisp), [Regular Expressions](#regular-expressions)
320+
321+
* [A Byte of Vim](http://www.swaroopch.com/notes/vim/) - Swaroop (PDF)
322+
* [GNU Emacs Manual](https://www.gnu.org/software/emacs/manual/emacs.html) - Free Software Foundation Inc. (HTML, PDF)
323+
* [Learn Vim (the Smart Way)](https://github.com/iggredible/Learn-Vim) - Igor Irianto (HTML) (:construction: *in process*)
324+
* [Learn Vim For the Last Time](https://danielmiessler.com/study/vim/) - Daniel Miessler
325+
* [Learn Vim Progressively](http://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/) - Yann Esposito
326+
* [Learn Vimscript the Hard Way](http://learnvimscriptthehardway.stevelosh.com) - Steve Losh
327+
* [The Craft of Text Editing or A Cookbook for an Emacs](http://www.finseth.com/craft/) - Craig A. Finseth (HTML, PDF, ePUB, Kindle, PostScript, LaTeX)
328+
* [Vi Improved -- Vim](http://www.truth.sk/vim/vimbook-OPL.pdf) - Steve Oualline (PDF)
329+
* [VIM-GALORE - All things Vim!](https://github.com/mhinz/vim-galore#readme) - Marco Hinz (HTML)
330+
* [Vim Recipes](https://web.archive.org/web/20130302172911/http://vim.runpaint.org/vim-recipes.pdf) - Run Paint Run Run, Run Paint Press (PDF)
331+
* [Vim Regular Expressions 101](http://vimregex.com) - Oleg Raisky
332+
* [Visual Studio .NET Tips and Tricks](http://www.infoq.com/minibooks/vsnettt) - Minh T. Nguyen (PDF)
333+
* [Visual Studio 2019 Succinctly](https://www.syncfusion.com/ebooks/visual-studio-2019-succinctly) - Alessandro Del Sole (online, PDF)
334+
335+
316336
### Information Retrieval
317337

318338
* [Information Retrieval: A Survey](http://www.csee.umbc.edu/csee/research/cadip/readings/IR.report.120600.book.pdf) (PDF)

Diff for: books/free-programming-books-zh.md

+7-17
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* [语言无关](#语言无关)
44
* [版本控制](#版本控制)
55
* [编程艺术](#编程艺术)
6-
* [编辑器](#编辑器)
76
* [编译原理](#编译原理)
87
* [操作系统](#操作系统)
98
* [程序员杂谈](#程序员杂谈)
@@ -20,7 +19,7 @@
2019
* [在线教育](#在线教育)
2120
* [正则表达式](#正则表达式)
2221
* [智能系统](#智能系统)
23-
* [IDE](#ide)
22+
* [IDE and editors](#ide-and-editors)
2423
* [Web](#web)
2524
* [WEB服务器](#web服务器)
2625
* [语言相关](#语言相关)
@@ -79,7 +78,6 @@
7978
* [Angular](#angular)
8079
* [Deno](#deno)
8180
* [VBA](#vba-microsoft-visual-basic-applications)
82-
* [Vim](#vim)
8381
* [Visual Prolog](#visual-prolog)
8482

8583

@@ -116,13 +114,6 @@
116114
* [每个程序员都应该了解的内存知识 (第一部分)](http://www.oschina.net/translate/what-every-programmer-should-know-about-memory-part1)
117115

118116

119-
### 编辑器
120-
121-
* [所需即所获:像 IDE 一样使用 vim](https://github.com/yangyangwithgnu/use_vim_as_ide)
122-
* [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/)
123-
* [Vim中文文档](https://github.com/vimcn/vimcdoc)
124-
125-
126117
### 编译原理
127118

128119
* [《计算机程序的结构和解释》公开课 翻译项目](https://github.com/DeathKing/Learning-SICP)
@@ -258,9 +249,13 @@
258249
* [一步步搭建物联网系统](https://github.com/phodal/designiot)
259250

260251

261-
### IDE
252+
### IDE and editors
262253

263-
* [IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial)
254+
* [大家來學 VIM](http://www.study-area.org/tips/vim/index.html) - Edward Lee
255+
* [所需即所获:像 IDE 一样使用 vim](https://github.com/yangyangwithgnu/use_vim_as_ide) - yangyangwithgnu
256+
* [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/)
257+
* [Vim中文文档](https://github.com/vimcn/vimcdoc) - Vim 中文计划, Yian Willis
258+
* [IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial) - Judas.n
264259

265260

266261
### Web
@@ -778,11 +773,6 @@
778773
* [简明Excel VBA](https://github.com/Youchien/concise-excel-vba)
779774

780775

781-
### Vim
782-
783-
* [大家來學 VIM](http://www.study-area.org/tips/vim/index.html)
784-
785-
786776
### Visual Prolog
787777

788778
* [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese)

0 commit comments

Comments
 (0)