Scheme and the Art of Programming

Scheme and the Art of Programming
Title Scheme and the Art of Programming PDF eBook
Author George Springer
Publisher
Total Pages 344
Release 1990
Genre Computer programming
ISBN

Download Scheme and the Art of Programming Book in PDF, Epub and Kindle

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.

The Scheme Programming Language

The Scheme Programming Language
Title The Scheme Programming Language PDF eBook
Author R. Kent Dybvig
Publisher Prentice Hall
Total Pages 282
Release 1996
Genre Computers
ISBN

Download The Scheme Programming Language Book in PDF, Epub and Kindle

Basic, no nonsense introduction to the programming language Scheme

Scheme and the Art of Programming

Scheme and the Art of Programming
Title Scheme and the Art of Programming PDF eBook
Author George Springer
Publisher
Total Pages 336
Release 1990
Genre Computer programming
ISBN 9780262691451

Download Scheme and the Art of Programming Book in PDF, Epub and Kindle

Simply Scheme

Simply Scheme
Title Simply Scheme PDF eBook
Author Brian Harvey
Publisher MIT Press
Total Pages 620
Release 1999
Genre Computers
ISBN 9780262082815

Download Simply Scheme Book in PDF, Epub and Kindle

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?

Programming in Scheme

Programming in Scheme
Title Programming in Scheme PDF eBook
Author Michael Eisenberg
Publisher
Total Pages 304
Release 1990
Genre Scheme (Computer program language)
ISBN 9780262050432

Download Programming in Scheme Book in PDF, Epub and Kindle

Coders at Work

Coders at Work
Title Coders at Work PDF eBook
Author Peter Seibel
Publisher Apress
Total Pages 619
Release 2009-12-21
Genre Computers
ISBN 1430219491

Download Coders at Work Book in PDF, Epub and Kindle

Peter Seibel interviews 15 of the most interesting computer programmers alive today in Coders at Work, offering a companion volume to Apress’s highly acclaimed best-seller Founders at Work by Jessica Livingston. As the words “at work” suggest, Peter Seibel focuses on how his interviewees tackle the day-to-day work of programming, while revealing much more, like how they became great programmers, how they recognize programming talent in others, and what kinds of problems they find most interesting. Hundreds of people have suggested names of programmers to interview on the Coders at Work web site: www.codersatwork.com. The complete list was 284 names. Having digested everyone’s feedback, we selected 15 folks who’ve been kind enough to agree to be interviewed: Frances Allen: Pioneer in optimizing compilers, first woman to win the Turing Award (2006) and first female IBM fellow Joe Armstrong: Inventor of Erlang Joshua Bloch: Author of the Java collections framework, now at Google Bernie Cosell: One of the main software guys behind the original ARPANET IMPs and a master debugger Douglas Crockford: JSON founder, JavaScript architect at Yahoo! L. Peter Deutsch: Author of Ghostscript, implementer of Smalltalk-80 at Xerox PARC and Lisp 1.5 on PDP-1 Brendan Eich: Inventor of JavaScript, CTO of the Mozilla Corporation Brad Fitzpatrick: Writer of LiveJournal, OpenID, memcached, and Perlbal Dan Ingalls: Smalltalk implementor and designer Simon Peyton Jones: Coinventor of Haskell and lead designer of Glasgow Haskell Compiler Donald Knuth: Author of The Art of Computer Programming and creator of TeX Peter Norvig: Director of Research at Google and author of the standard text on AI Guy Steele: Coinventor of Scheme and part of the Common Lisp Gang of Five, currently working on Fortress Ken Thompson: Inventor of UNIX Jamie Zawinski: Author of XEmacs and early Netscape/Mozilla hacker

The Art of R Programming

The Art of R Programming
Title The Art of R Programming PDF eBook
Author Norman Matloff
Publisher No Starch Press
Total Pages 404
Release 2011-10-11
Genre Computers
ISBN 1593273843

Download The Art of R Programming Book in PDF, Epub and Kindle

R is the world's most popular language for developing statistical software: Archaeologists use it to track the spread of ancient civilizations, drug companies use it to discover which medications are safe and effective, and actuaries use it to assess financial risks and keep economies running smoothly. The Art of R Programming takes you on a guided tour of software development with R, from basic types and data structures to advanced topics like closures, recursion, and anonymous functions. No statistical knowledge is required, and your programming skills can range from hobbyist to pro. Along the way, you'll learn about functional and object-oriented programming, running mathematical simulations, and rearranging complex data into simpler, more useful formats. You'll also learn to: –Create artful graphs to visualize complex data sets and functions –Write more efficient code using parallel R and vectorization –Interface R with C/C++ and Python for increased speed or functionality –Find new R packages for text analysis, image manipulation, and more –Squash annoying bugs with advanced debugging techniques Whether you're designing aircraft, forecasting the weather, or you just need to tame your data, The Art of R Programming is your guide to harnessing the power of statistical computing.