Crafting Interpreters

Crafting Interpreters

Author: Robert Nystrom

Publisher: Genever Benning

Published: 2021-07-27

Total Pages: 1021

ISBN-13: 0990582949

DOWNLOAD EBOOK

Despite using them every day, most software engineers know little about how programming languages are designed and implemented. For many, their only experience with that corner of computer science was a terrifying "compilers" class that they suffered through in undergrad and tried to blot from their memory as soon as they had scribbled their last NFA to DFA conversion on the final exam. That fearsome reputation belies a field that is rich with useful techniques and not so difficult as some of its practitioners might have you believe. A better understanding of how programming languages are built will make you a stronger software engineer and teach you concepts and data structures you'll use the rest of your coding days. You might even have fun. This book teaches you everything you need to know to implement a full-featured, efficient scripting language. You'll learn both high-level concepts around parsing and semantics and gritty details like bytecode representation and garbage collection. Your brain will light up with new ideas, and your hands will get dirty and calloused. Starting from main(), you will build a language that features rich syntax, dynamic typing, garbage collection, lexical scope, first-class functions, closures, classes, and inheritance. All packed into a few thousand lines of clean, fast code that you thoroughly understand because you wrote each one yourself.


Introduction to Computing

Introduction to Computing

Author: David Evans

Publisher:

Published: 2011-12-07

Total Pages: 300

ISBN-13: 9780983455752

DOWNLOAD EBOOK

Introduction to Computing is a comprehensive text designed for the CS0 (Intro to CS) course at the college level. It may also be used as a primary text for the Advanced Placement Computer Science course at the high school level.


Computer Science Distilled

Computer Science Distilled

Author: Wladston Ferreira Filho

Publisher: Code Energy

Published: 2017-01-17

Total Pages: 188

ISBN-13: 0997316012

DOWNLOAD EBOOK

A walkthrough of computer science concepts you must know. Designed for readers who don't care for academic formalities, it's a fast and easy computer science guide. It teaches the foundations you need to program computers effectively. After a simple introduction to discrete math, it presents common algorithms and data structures. It also outlines the principles that make computers and programming languages work.


Causal Inference

Causal Inference

Author: Miquel A. Hernan

Publisher: CRC Press

Published: 2019-07-07

Total Pages: 352

ISBN-13: 9781420076165

DOWNLOAD EBOOK

The application of causal inference methods is growing exponentially in fields that deal with observational data. Written by pioneers in the field, this practical book presents an authoritative yet accessible overview of the methods and applications of causal inference. With a wide range of detailed, worked examples using real epidemiologic data as well as software for replicating the analyses, the text provides a thorough introduction to the basics of the theory for non-time-varying treatments and the generalization to complex longitudinal data.


Click2know

Click2know

Author: Vivek Sharma

Publisher: New Saraswati House India Pvt Ltd

Published: 2016

Total Pages: 121

ISBN-13: 9351990532

DOWNLOAD EBOOK

A course on computer science . The ebook version does not contain CD.


New Serial Titles

New Serial Titles

Author:

Publisher:

Published: 1991

Total Pages: 1756

ISBN-13:

DOWNLOAD EBOOK

A union list of serials commencing publication after Dec. 31, 1949.


Computer Networks

Computer Networks

Author: Andrew S. Tanenbaum

Publisher:

Published: 2011

Total Pages: 0

ISBN-13: 9789332518742

DOWNLOAD EBOOK

This edition reflects the latest networking technologies with a special emphasis on wireless networking, including 802.11, 802.16, Bluetooth, and 3G cellular, paired with fixed-network coverage of ADSL, Internet over cable, gigabit Ethernet, MPLS, and peer-to-peer networks. It incorporates new coverage on 3G mobile phone networks, Fiber to the Home, RFID, delay-tolerant networks, and 802.11 security, in addition to expanded material on Internet routing, multicasting, congestion control, quality of service, real-time transport, and content distribution.


The Art and Craft of Problem Solving

The Art and Craft of Problem Solving

Author: Paul Zeitz

Publisher: John Wiley & Sons

Published: 2017

Total Pages: 389

ISBN-13: 1119239907

DOWNLOAD EBOOK

This text on mathematical problem solving provides a comprehensive outline of "problemsolving-ology," concentrating on strategy and tactics. It discusses a number of standard mathematical subjects such as combinatorics and calculus from a problem solver's perspective.