Simply Scheme

Simply Scheme
Author :
Publisher : MIT Press
Total Pages : 620
Release :
ISBN-10 : 0262082810
ISBN-13 : 9780262082815
Rating : 4/5 (10 Downloads)

Synopsis Simply Scheme by : Brian Harvey

Showing off scheme - Functions - Expressions - Defining your own procedures - Words and sentences - True and false - Variables - Higher-order functions - Lambda - Introduction to recursion - The leap of faith - How recursion works - Common patterns in recursive procedures - Advanced recursion - Example : the functions program - Files - Vectors - Example : a spreadsheet program - Implementing the spreadsheet program - What's next?

Scheme and the Art of Programming

Scheme and the Art of Programming
Author :
Publisher :
Total Pages : 344
Release :
ISBN-10 : UCR:31210011622071
ISBN-13 :
Rating : 4/5 (71 Downloads)

Synopsis Scheme and the Art of Programming by : George Springer

This is the first introduction to computer programming text to focus on functional programming which is not too mathematically rigorous for freshmen. The text features an introduction to the Scheme programming language and real-world examples and exercises which are easy to follow and learn from.

Programming in SCHEME

Programming in SCHEME
Author :
Publisher : Springer
Total Pages : 242
Release :
ISBN-10 : 9781461223948
ISBN-13 : 1461223946
Rating : 4/5 (48 Downloads)

Synopsis Programming in SCHEME by : Mark Watson

Scheme provides a flexible and powerful language for programming embodying many of the best features of logical and functional programming. This enjoyable book provides readers with an introduction to programming in Scheme by constructing a series of interesting and re-usable programs. The book includes two diskettes containing MIT Scheme to run on Windows PCs.

How to Design Programs, second edition

How to Design Programs, second edition
Author :
Publisher : MIT Press
Total Pages : 793
Release :
ISBN-10 : 9780262344128
ISBN-13 : 0262344122
Rating : 4/5 (28 Downloads)

Synopsis How to Design Programs, second edition by : Matthias Felleisen

A completely revised edition, offering new design recipes for interactive programs and support for images as plain values, testing, event-driven programming, and even distributed programming. This introduction to programming places computer science at the core of a liberal arts education. Unlike other introductory books, it focuses on the program design process, presenting program design guidelines that show the reader how to analyze a problem statement, how to formulate concise goals, how to make up examples, how to develop an outline of the solution, how to finish the program, and how to test it. Because learning to design programs is about the study of principles and the acquisition of transferable skills, the text does not use an off-the-shelf industrial language but presents a tailor-made teaching language. For the same reason, it offers DrRacket, a programming environment for novices that supports playful, feedback-oriented learning. The environment grows with readers as they master the material in the book until it supports a full-fledged language for the whole spectrum of programming tasks. This second edition has been completely revised. While the book continues to teach a systematic approach to program design, the second edition introduces different design recipes for interactive programs with graphical interfaces and batch programs. It also enriches its design recipes for functions with numerous new hints. Finally, the teaching languages and their IDE now come with support for images as plain values, testing, event-driven programming, and even distributed programming.

The Geometry of Schemes

The Geometry of Schemes
Author :
Publisher : Springer Science & Business Media
Total Pages : 265
Release :
ISBN-10 : 9780387226392
ISBN-13 : 0387226397
Rating : 4/5 (92 Downloads)

Synopsis The Geometry of Schemes by : David Eisenbud

Grothendieck’s beautiful theory of schemes permeates modern algebraic geometry and underlies its applications to number theory, physics, and applied mathematics. This simple account of that theory emphasizes and explains the universal geometric concepts behind the definitions. In the book, concepts are illustrated with fundamental examples, and explicit calculations show how the constructions of scheme theory are carried out in practice.

Ponzi's Scheme

Ponzi's Scheme
Author :
Publisher : Random House Trade Paperbacks
Total Pages : 418
Release :
ISBN-10 : 9780812968361
ISBN-13 : 0812968360
Rating : 4/5 (61 Downloads)

Synopsis Ponzi's Scheme by : Mitchell Zuckoff

It was a time when anything seemed possible–instant wealth, glittering fame, fabulous luxury–and for a run of magical weeks in the spring and summer of 1920, Charles Ponzi made it all come true. Promising to double investors’ money in three months, the dapper, charming Ponzi raised the “rob Peter to pay Paul” scam to an art form. At the peak of his success, Ponzi was raking in more than $2 million a week at his office in downtown Boston. Then his house of cards came crashing down–thanks in large part to the relentless investigative reporting of Richard Grozier’s Boston Post. A classic American tale of immigrant life and the dream of success, Ponzi’s Scheme is the amazing story of the magnetic scoundrel who launched the most successful scheme of financial alchemy in modern history.

Structure and Interpretation of Classical Mechanics, second edition

Structure and Interpretation of Classical Mechanics, second edition
Author :
Publisher : MIT Press
Total Pages : 580
Release :
ISBN-10 : 9780262028967
ISBN-13 : 0262028964
Rating : 4/5 (67 Downloads)

Synopsis Structure and Interpretation of Classical Mechanics, second edition by : Gerald Jay Sussman

The new edition of a classic text that concentrates on developing general methods for studying the behavior of classical systems, with extensive use of computation. We now know that there is much more to classical mechanics than previously suspected. Derivations of the equations of motion, the focus of traditional presentations of mechanics, are just the beginning. This innovative textbook, now in its second edition, concentrates on developing general methods for studying the behavior of classical systems, whether or not they have a symbolic solution. It focuses on the phenomenon of motion and makes extensive use of computer simulation in its explorations of the topic. It weaves recent discoveries in nonlinear dynamics throughout the text, rather than presenting them as an afterthought. Explorations of phenomena such as the transition to chaos, nonlinear resonances, and resonance overlap to help the student develop appropriate analytic tools for understanding. The book uses computation to constrain notation, to capture and formalize methods, and for simulation and symbolic analysis. The requirement that the computer be able to interpret any expression provides the student with strict and immediate feedback about whether an expression is correctly formulated. This second edition has been updated throughout, with revisions that reflect insights gained by the authors from using the text every year at MIT. In addition, because of substantial software improvements, this edition provides algebraic proofs of more generality than those in the previous edition; this improvement permeates the new edition.

Concrete Abstractions

Concrete Abstractions
Author :
Publisher : Max Hailperin
Total Pages : 686
Release :
ISBN-10 : 9780534952112
ISBN-13 : 0534952119
Rating : 4/5 (12 Downloads)

Synopsis Concrete Abstractions by : Max Hailperin

CONCRETE ABSTRACTIONS offers students a hands-on, abstraction-based experience of thinking like a computer scientist. This text covers the basics of programming and data structures, and gives first-time computer science students the opportunity to not only write programs, but to prove theorems and analyze algorithms as well. Students learn a variety of programming styles, including functional programming, assembly-language programming, and object-oriented programming (OOP). While most of the book uses the Scheme programming language, Java is introduced at the end as a second example of an OOP system and to demonstrate concepts of concurrent programming.

Realm of Racket

Realm of Racket
Author :
Publisher : No Starch Press
Total Pages : 318
Release :
ISBN-10 : 9781593274924
ISBN-13 : 1593274920
Rating : 4/5 (24 Downloads)

Synopsis Realm of Racket by : Matthias Felleisen

Racket is a descendant of Lisp, a programming language renowned for its elegance, power, and challenging learning curve. But while Racket retains the functional goodness of Lisp, it was designed with beginning programmers in mind. Realm of Racket is your introduction to the Racket language. In Realm of Racket, you'll learn to program by creating increasingly complex games. Your journey begins with the Guess My Number game and coverage of some basic Racket etiquette. Next you'll dig into syntax and semantics, lists, structures, and conditionals, and learn to work with recursion and the GUI as you build the Robot Snake game. After that it's on to lambda and mutant structs (and an Orc Battle), and fancy loops and the Dice of Doom. Finally, you'll explore laziness, AI, distributed games, and the Hungry Henry game. As you progress through the games, chapter checkpoints and challenges help reinforce what you've learned. Offbeat comics keep things fun along the way. As you travel through the Racket realm, you'll: –Master the quirks of Racket's syntax and semantics –Learn to write concise and elegant functional programs –Create a graphical user interface using the 2htdp/image library –Create a server to handle true multiplayer games Realm of Racket is a lighthearted guide to some serious programming. Read it to see why Racketeers have so much fun!

Strong Towns

Strong Towns
Author :
Publisher : John Wiley & Sons
Total Pages : 262
Release :
ISBN-10 : 9781119564812
ISBN-13 : 1119564816
Rating : 4/5 (12 Downloads)

Synopsis Strong Towns by : Charles L. Marohn, Jr.

A new way forward for sustainable quality of life in cities of all sizes Strong Towns: A Bottom-Up Revolution to Build American Prosperity is a book of forward-thinking ideas that breaks with modern wisdom to present a new vision of urban development in the United States. Presenting the foundational ideas of the Strong Towns movement he co-founded, Charles Marohn explains why cities of all sizes continue to struggle to meet their basic needs, and reveals the new paradigm that can solve this longstanding problem. Inside, you’ll learn why inducing growth and development has been the conventional response to urban financial struggles—and why it just doesn’t work. New development and high-risk investing don’t generate enough wealth to support itself, and cities continue to struggle. Read this book to find out how cities large and small can focus on bottom-up investments to minimize risk and maximize their ability to strengthen the community financially and improve citizens’ quality of life. Develop in-depth knowledge of the underlying logic behind the “traditional” search for never-ending urban growth Learn practical solutions for ameliorating financial struggles through low-risk investment and a grassroots focus Gain insights and tools that can stop the vicious cycle of budget shortfalls and unexpected downturns Become a part of the Strong Towns revolution by shifting the focus away from top-down growth toward rebuilding American prosperity Strong Towns acknowledges that there is a problem with the American approach to growth and shows community leaders a new way forward. The Strong Towns response is a revolution in how we assemble the places we live.