All Projects → blackbranesys → Llthw

blackbranesys / Llthw

Licence: mit
Learn Lisp The Hard Way source-code and full book text

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Llthw

frontend.ro
Open-source tutorials and a community of developers which will help you get better.
Stars: ✭ 41 (-86.1%)
Mutual labels:  learn-to-code
Julia-Projects-for-Beginners
Julia Projects for Beginners — Easy Ideas to Get Started Coding in Julia
Stars: ✭ 29 (-90.17%)
Mutual labels:  learn-to-code
Awesome Coding Camps
A curated list of awesome Coding Bootcamps and websites to help you boost your career in Programming
Stars: ✭ 276 (-6.44%)
Mutual labels:  learn-to-code
minvio
Minvio is a Lightweight Java framework for developing graphical applications.
Stars: ✭ 26 (-91.19%)
Mutual labels:  learn-to-code
EgorkaGame
A simple game to entertain a baby of 0-1 year.
Stars: ✭ 23 (-92.2%)
Mutual labels:  learn-to-code
SimpleRemoteIO
SimpleRemoteIO
Stars: ✭ 41 (-86.1%)
Mutual labels:  learn-to-code
course-javascript-basics
Free and open-source JavaScript Fundamentals Course on EXLskills.com
Stars: ✭ 33 (-88.81%)
Mutual labels:  learn-to-code
Fullstack Web Developer Path
📚 A learning path for Full-stack web development
Stars: ✭ 3,093 (+948.47%)
Mutual labels:  learn-to-code
js-training
JS Training Course
Stars: ✭ 39 (-86.78%)
Mutual labels:  learn-to-code
Ultimate Python
Ultimate Python study guide for newcomers and professionals alike. 🐍 🐍 🐍
Stars: ✭ 3,309 (+1021.69%)
Mutual labels:  learn-to-code
coding-ai
CodingAI is an open source application and it helps to find a mentor related your technologies stack.
Stars: ✭ 60 (-79.66%)
Mutual labels:  learn-to-code
python-beginners
For students who are learning Python3, with only intermediate JavaScript skills at the start
Stars: ✭ 38 (-87.12%)
Mutual labels:  learn-to-code
kids-code
Showcase of the websites written by some kids in under a day, at a summer camp. I taught them HTML, CSS, and very basic JavaScript.
Stars: ✭ 11 (-96.27%)
Mutual labels:  learn-to-code
SixtyFourBits
x64 Assembly Demo Framework
Stars: ✭ 21 (-92.88%)
Mutual labels:  learn-to-code
Golang Tutorials
Go Tutorials - Let's get our hands really dirty by writing a lot of Golang code
Stars: ✭ 277 (-6.1%)
Mutual labels:  learn-to-code
coding-untuk-semua
Coding untuk semua, kumpulan materi-materi untuk belajar coding/pemrograman.
Stars: ✭ 18 (-93.9%)
Mutual labels:  learn-to-code
rust-book-fr
🇫🇷 French translation of the book "The Rust Programming Language"
Stars: ✭ 89 (-69.83%)
Mutual labels:  learn-to-code
Nodebook
📖 Livre publié aux Éditions Eyrolles • Première édition : Node.js v10 et npm v6.
Stars: ✭ 286 (-3.05%)
Mutual labels:  learn-to-code
Free Courses
A collection of free courses about programming 📖
Stars: ✭ 281 (-4.75%)
Mutual labels:  learn-to-code
Zimjs
ZIM JavaScript Canvas Framework - Code Creativity! Interactive Media For All.
Stars: ✭ 259 (-12.2%)
Mutual labels:  learn-to-code

LLTHW

DOI Quicklisp Gitter

;; Welcome to L(λ)THW!
(let ((llthw '(learn lisp the hard way)))
  (format t "~{[email protected](~A~)~^ ~}, because ~{~A~^ ~} is easier!" llthw (cddr llthw)))

;; Common Lisp: Powerful, Expressive, Programmable, General Purpose, Multi-Paradigm.

Learn Lisp The Hard Way source-code and full book text. This is a work in progress, but you can read the draft online at http://learnlispthehardway.org/

Based on Zed Shaw's LxTHW Open-Source project for writing your own programming language book, available as a Git repository on Gitorious:

https://gitorious.org/learn-x-the-hard-way/learn-x-the-hard-way

More information on LxTHW is available at: http://learncodethehardway.org/

Contribution Guidelines

It is the intention of the authors to bring this title to print, so please be aware that if you submit original content to the book text of Learn Lisp The Hard Way, you are implicitly agreeing to sign a contract and royalty schedule once the first edition of the book is complete. However, there are many ways you can contribute to this project if you are not interested in being published and the legal obligations that come with it.

Technically, any open-source material which is relevant to the project and compatible with an MIT License can be contributed to the site and its additional resources (i.e., everything except for the book proper), however, attribution is required and you should always check with the author or maintainer before submitting material which is not of your own creation.

As an LxTHW book, the style and format should follow Zed Shaw's guidelines (under "Recommended Contents"). This is a show-don't-tell style, so the emphasis should be on source code examples that illustrate a point, and not a point that is illustrated by source-code.

The full book outline is already complete, so if you find a chapter that covers your specialty, you can claim it by creating an issue or a pull request on the repo.

Part Three of the book is designed for exploratory, self-directed, domain-specific projects. Libraries, new programming techniques, and common problem domains tackled by Common Lisp are demonstrated, but the reader should be expected to figure out the implementation details on their own.

If you find any errors, think a section could use more clarification or better code examples, please create an issue and identify the passage of text by chapter, exercise, and paragraph.

Supporting this project

You can support this project with your donations:

PayPal: http://learnlispthehardway.org/donate/#paypal

Bitcoin: 17nWsM2aKqKewm7zDzv3mGUyqzKZKjsJGQ

Litecoin: LZfkNpcQetVcNNbpERQoCvRJkVERYry9Me

License

Copyright © 2012--2015, "the Phoeron" Colin J.E. Lupton and the Authors. The web site and source code have been released under the MIT License; please see llthw/LICENSE for more information.

The book text of Learn Lisp The Hard Way is licensed under a Creative Commons Attribution-NoDerivatives 4.0 International License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].