Add "Introduction to newLISP" Book #12743
Add "Introduction to newLISP" Book #12743godlykmathews wants to merge 8 commits intoEbookFoundation:mainfrom
Conversation
Added FastAPI to the Python section and updated the list of frameworks.
Added newLISP to the list of programming languages and included an introductory resource.
|
It's usually not helpful to add a category for a single resource. Try to find another category, or see if there are other books in our lists that would fit into your category. |
|
'This Pull Request has been automatically marked as stale because it has not had recent activity during last 60 days 😴 It will be closed in 30 days if no further activity occurs. To unstale this PR, draft it, remove stale label, comment with a detailed explanation or push more commits. There can be many reasons why some specific PR has no activity. The most probable cause is lack of time, not lack of interest. Thank you for your patience ❤️' |
There was a problem hiding this comment.
Pull request overview
This PR adds newLISP as a new subsection under the Lisp programming language category, including one introductory resource from Wikibooks.
Key Changes:
- Added newLISP to the table of contents as a subsection under Lisp
- Created a new newLISP section with "Introduction to newLISP" from Wikibooks
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| #### newLISP | ||
|
|
||
| * [Introduction to newLISP](https://en.wikibooks.org/wiki/Introduction_to_newLISP) - en.wikibooks.org (HTML & PDF) |
There was a problem hiding this comment.
The author attribution format is inconsistent with other Wikibooks entries in this file. According to the established pattern in this repository, Wikibooks entries should use "Wikibooks" as the author, not "en.wikibooks.org". For example, see line 1599 which uses "- Wikibooks" for a similar Wikibooks entry. Please update this entry to follow the same format.
| * [Introduction to newLISP](https://en.wikibooks.org/wiki/Introduction_to_newLISP) - en.wikibooks.org (HTML & PDF) | |
| * [Introduction to newLISP](https://en.wikibooks.org/wiki/Introduction_to_newLISP) - Wikibooks (HTML & PDF) |
|
Linter failed, fix the error(s): |
|
Linter failed, fix the error(s): |
|
Linter failed, fix the error(s): |
|
Oh no 😟! Conflicts have been found. Please 🙏, take a moment and address the merge conflicts of your pull request before we can evaluate it again. Thanks in advance for your effort and patience ❤️! |
What does this PR do?
Add resource | Add info | Improve repo
Description
This pull request adds newLISP to the list of programming languages in
books/free-programming-books-langs.md. It includes the resource "Introduction to newLISP" as an introductory book for the language.Why is this valuable (or not)?
newLISP is a lightweight, fast, and easy-to-learn dialect of the Lisp programming language. Including an introductory resource for newLISP expands the variety of programming languages covered in the repository and helps learners discover alternative paradigms and approaches in programming.
How do we know it's really free?
The "Introduction to newLISP" book is freely available online, ensuring open access for all users.
For book lists, is it a book? For course lists, is it a course? etc.
This is a book resource for the newLISP programming language.
Checklist:
Follow-up