Skip to content

Introduction to the Art of Programming Using Scala

Best in textbook rentals since 2012!

ISBN-10: 1439896666

ISBN-13: 9781439896662

Edition: 2012

Authors: Mark C. Lewis

List price: $132.00
Blue ribbon 30 day, 100% satisfaction guarantee!
what's this?
Rush Rewards U
Members Receive:
Carrot Coin icon
XP icon
You have reached 400 XP and carrot coins. That is the daily max!

Description:

This text is the first to teach programming with Scala, one of a new generation of languages that combine the best from the procedural, functional, and object-oriented paradigms of programming. The first part of the book covers basic logic and problem decomposition and explains how to use GUIs and graphics in programs. The second part incorporates the core topics of object-orientation with a heavy focus on abstraction for constructing basic data structures, including stacks, queues, linked-lists, trees, and heaps. The text also introduces multithreading and networking.
Customers also bought

Book details

List price: $132.00
Copyright year: 2012
Publisher: CRC Press LLC
Publication date: 11/5/2012
Binding: Paperback
Pages: 936
Size: 7.13" wide x 10.00" long x 1.93" tall
Weight: 3.476

Introductory Concepts
Basics of Computers, Computing, and Programming
Getting to Know the Tools
Scala Basics
Conditionals
Functions
Recursion for Iteration
Arrays and Lists in Scala
Loops
Text Files
Case Classes
GUIs
Graphics
Sorting and Searching
XML
Recursion
Object-Orientation, Abstraction, and Data Structures
Object-Orientation
Bigger Programs/New Tools
A Project (Drawing Program)
Abstraction and Polymorphism
Other Collection Types
Multithreading and Concurrency
Stream I/O
Networking
Stacks and Queues
Linked Lists
Priority Queues
Refactoring
Recursion
Trees
Regular Expressions and Context-Free Parsers
Spatial Trees
Binary Heaps
Direct Access Binary Files
Actors
Augmenting Trees
Wrapping Up
Quick Preview of Java
Advanced Scala Concepts
Glossary