#5 in Lisp programming books
Use arrows to jump to the previous/next product

Reddit mentions of Build Your Own Lisp

Sentiment score: 1
Reddit mentions: 1

We found 1 Reddit mentions of Build Your Own Lisp. Here are the top ones.

Build Your Own Lisp
Buying options
View on Amazon.com
or
    Features:
  • Used Book in Good Condition
Specs:
Height9.02 inches
Length5.98 inches
Number of items1
Weight0.64 Pounds
Width0.55 inches

idea-bulb Interested in what Redditors like? Check out our Shuffle feature

Shuffle: random products popular on Reddit

Found 1 comment on Build Your Own Lisp:

u/reddilada ยท 25 pointsr/learnprogramming

C is a pretty simple language so I imagine you already know the syntax and basic methodology. What C requires is a bit of discipline. To produce maintainable results you need good coding hygiene for lack of a better word.

For this, and especially as a new graduate I would recommend The Practice of Programming by Kernighan and Pike. Kernighan is the K of K&R C. Pike was the original captain of the USS Enterprise.

If you want an antique for your shelf, grab a copy of The Elements of Programming Style, also co-authored by Kernighan.

If you want some interesting projects, go down the Osdev.org rabbit hole. Plenty there to exercise your memory management and pointer foo.

Build your own Lisp is another that teaches some nuts and bolts of programming. Official free on line version