mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-08-29 18:40:36 +02:00
chore!: join IDE and editors
into same section (#7065)
* 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 * fix: alphabetize says linter https://github.com/EbookFoundation/free-programming-books/runs/8267734103?check_suite_focus=true Run fpb-lint ./books/ books/free-programming-books-ja.md 4:5-22:42 warning Alphabetical ordering: swap l.22 and l.21 alphabetize-lists remark-lint books/free-programming-books-pt_BR.md 58:1-61:70 warning Alphabetical ordering: swap l.60 and l.59 alphabetize-lists remark-lint books/free-programming-books-zh.md 254:1-258:87 warning Alphabetical ordering: swap l.258 and l.257 alphabetize-lists remark-lint * 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 * chore: merge non-referenced Emacs Lisp into Lisp
This commit is contained in:
@@ -3,7 +3,6 @@
|
||||
* [语言无关](#语言无关)
|
||||
* [版本控制](#版本控制)
|
||||
* [编程艺术](#编程艺术)
|
||||
* [编辑器](#编辑器)
|
||||
* [编译原理](#编译原理)
|
||||
* [操作系统](#操作系统)
|
||||
* [程序员杂谈](#程序员杂谈)
|
||||
@@ -20,7 +19,7 @@
|
||||
* [在线教育](#在线教育)
|
||||
* [正则表达式](#正则表达式)
|
||||
* [智能系统](#智能系统)
|
||||
* [IDE](#ide)
|
||||
* [IDE and editors](#ide-and-editors)
|
||||
* [Web](#web)
|
||||
* [WEB服务器](#web服务器)
|
||||
* [语言相关](#语言相关)
|
||||
@@ -54,7 +53,7 @@
|
||||
* [Vue.js](#vuejs)
|
||||
* [Zepto.js](#zeptojs)
|
||||
* [LaTeX](#latex)
|
||||
* [LISP](#lisp)
|
||||
* [Lisp](#lisp)
|
||||
* [Lua](#lua)
|
||||
* [Markdown](#markdown)
|
||||
* [MySQL](#mysql)
|
||||
@@ -79,7 +78,6 @@
|
||||
* [Angular](#angular)
|
||||
* [Deno](#deno)
|
||||
* [VBA](#vba-microsoft-visual-basic-applications)
|
||||
* [Vim](#vim)
|
||||
* [Visual Prolog](#visual-prolog)
|
||||
|
||||
|
||||
@@ -116,13 +114,6 @@
|
||||
* [每个程序员都应该了解的内存知识 (第一部分)](http://www.oschina.net/translate/what-every-programmer-should-know-about-memory-part1)
|
||||
|
||||
|
||||
### 编辑器
|
||||
|
||||
* [所需即所获:像 IDE 一样使用 vim](https://github.com/yangyangwithgnu/use_vim_as_ide)
|
||||
* [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/)
|
||||
* [Vim中文文档](https://github.com/vimcn/vimcdoc)
|
||||
|
||||
|
||||
### 编译原理
|
||||
|
||||
* [《计算机程序的结构和解释》公开课 翻译项目](https://github.com/DeathKing/Learning-SICP)
|
||||
@@ -258,9 +249,13 @@
|
||||
* [一步步搭建物联网系统](https://github.com/phodal/designiot)
|
||||
|
||||
|
||||
### IDE
|
||||
### IDE and editors
|
||||
|
||||
* [IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial)
|
||||
* [大家來學 VIM](http://www.study-area.org/tips/vim/index.html) - Edward Lee
|
||||
* [所需即所获:像 IDE 一样使用 vim](https://github.com/yangyangwithgnu/use_vim_as_ide) - yangyangwithgnu
|
||||
* [exvim--vim 改良成IDE项目](http://exvim.github.io/docs-zh/intro/)
|
||||
* [IntelliJ IDEA 简体中文专题教程](https://github.com/judasn/IntelliJ-IDEA-Tutorial) - Judas.n
|
||||
* [Vim中文文档](https://github.com/vimcn/vimcdoc) - Vim 中文计划, Yian Willis
|
||||
|
||||
|
||||
### Web
|
||||
@@ -583,7 +578,7 @@
|
||||
* [LaTeX 笔记](http://www.dralpha.com/zh/tech/tech.htm)
|
||||
|
||||
|
||||
### LISP
|
||||
### Lisp
|
||||
|
||||
* [ANSI Common Lisp 中文翻译版](http://acl.readthedocs.org/en/latest/)
|
||||
* [Common Lisp 高级编程技术](http://www.ituring.com.cn/minibook/862) (《On Lisp》中文版)
|
||||
@@ -778,11 +773,6 @@
|
||||
* [简明Excel VBA](https://github.com/Youchien/concise-excel-vba)
|
||||
|
||||
|
||||
### Vim
|
||||
|
||||
* [大家來學 VIM](http://www.study-area.org/tips/vim/index.html)
|
||||
|
||||
|
||||
### Visual Prolog
|
||||
|
||||
* [Visual Prolog 7边练边学](http://wiki.visual-prolog.com/index.php?title=Visual_Prolog_for_Tyros_in_Chinese)
|
||||
|
Reference in New Issue
Block a user