Artículos relacionados a Hands-On Functional Programming in Rust: Build modular...

Hands-On Functional Programming in Rust: Build modular and reactive applications with functional programming techniques in Rust 2018 - Tapa blanda

 
9781788839358: Hands-On Functional Programming in Rust: Build modular and reactive applications with functional programming techniques in Rust 2018

Sinopsis

Explore the support Rust offers for creating functional applications in Rust. Learn about various design patterns, implementing concurrency, metaprogramming, and so on in the process

Key Features

  • Learn generics, organization, and design patterns in functional programming
  • Modularize your applications and make them highly reusable and testable using functional design patterns
  • Get familiar with complex concepts such as metaprogramming, concurrency, and immutability

Book Description

Functional programming allows developers to divide programs into smaller, reusable components that ease the creation, testing, and maintenance of software as a whole. Combined with the power of Rust, you can develop robust and scalable applications that fulfill modern day software requirements. This book will help you discover all the Rust features that can be used to build software in a functional way.

We begin with a brief comparison of the functional and object-oriented approach to different problems and patterns. We then quickly look at the patterns of control flow, data the abstractions of these unique to functional programming. The next part covers how to create functional apps in Rust; mutability and ownership, which are exclusive to Rust, are also discussed. Pure functions are examined next and you'll master closures, their various types, and currying. We also look at implementing concurrency through functional design principles and metaprogramming using macros. Finally, we look at best practices for debugging and optimization.

By the end of the book, you will be familiar with the functional approach of programming and will be able to use these techniques on a daily basis.

What you will learn

  • How Rust supports the use of basic functional programming principles
  • Use functional programming to handle concurrency with elegance
  • Read and interpret complex type signatures for types and functions
  • Implement powerful abstractions using meta programming in Rust
  • Create quality code formulaically using Rust's functional design patterns
  • Master Rust's complex ownership mechanisms particularly for mutability

Who This Book Is For

This book is for Rust developers who are comfortable with the language and now want to improve their coding abilities by learning advanced functional techniques to enhance their skillset and create robust and testable apps.

Table of Contents

  1. Functional Programming - a comparison
  2. Functional Control Flow
  3. Functional Data Structures
  4. Generics and Polymorphism
  5. Code Organization and Application Architecture
  6. Mutability, Ownership, and Pure Functions
  7. Design Patterns
  8. Implementing Concurrency
  9. Metaprogramming,Debugging, and Performance

"Sinopsis" puede pertenecer a otra edición de este libro.

Comprar nuevo

Ver este artículo

EUR 4,28 gastos de envío desde Reino Unido a España

Destinos, gastos y plazos de envío

Resultados de la búsqueda para Hands-On Functional Programming in Rust: Build modular...

Imagen de archivo

Andrew Johnson
Publicado por Packt Publishing Limited, 2018
ISBN 10: 1788839358 ISBN 13: 9781788839358
Nuevo PAP
Impresión bajo demanda

Librería: PBShop.store UK, Fairford, GLOS, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

PAP. Condición: New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Nº de ref. del artículo: L0-9781788839358

Contactar al vendedor

Comprar nuevo

EUR 50,08
Convertir moneda
Gastos de envío: EUR 4,28
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: Más de 20 disponibles

Añadir al carrito

Imagen de archivo

Andrew Johnson
Publicado por Packt Publishing - ebooks Account, 2018
ISBN 10: 1788839358 ISBN 13: 9781788839358
Nuevo Tapa blanda

Librería: Ria Christie Collections, Uxbridge, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. In. Nº de ref. del artículo: ria9781788839358_new

Contactar al vendedor

Comprar nuevo

EUR 49,38
Convertir moneda
Gastos de envío: EUR 5,19
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: Más de 20 disponibles

Añadir al carrito

Imagen de archivo

Andrew Johnson
Publicado por Packt Publishing Limited, 2018
ISBN 10: 1788839358 ISBN 13: 9781788839358
Nuevo PAP
Impresión bajo demanda

Librería: PBShop.store US, Wood Dale, IL, Estados Unidos de America

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

PAP. Condición: New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Nº de ref. del artículo: L0-9781788839358

Contactar al vendedor

Comprar nuevo

EUR 55,10
Convertir moneda
Gastos de envío: EUR 0,95
De Estados Unidos de America a España
Destinos, gastos y plazos de envío

Cantidad disponible: Más de 20 disponibles

Añadir al carrito

Imagen del vendedor

Andrew Johnson
Publicado por Packt Publishing Limited, GB, 2023
ISBN 10: 1788839358 ISBN 13: 9781788839358
Nuevo Digital

Librería: Rarewaves.com UK, London, Reino Unido

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

Digital. Condición: New. Explore the support Rust offers for creating functional applications in Rust. Learn about various design patterns, implementing concurrency, metaprogramming, and so on in the processAbout This Book. Learn generics, organization, and design patterns in functional programming. Modularize your applications and make them highly reusable and testable using functional design patterns. Get familiar with complex concepts such as metaprogramming, concurrency, and immutabilityWho This Book Is ForThis book is for Rust developers who are comfortable with the language and now want to improve their coding abilities by learning advanced functional techniques to enhance their skillset and create robust and testable apps.What You Will Learn. How Rust supports the use of basic functional programming principles. Use functional programming to handle concurrency with elegance. Read and interpret complex type signatures for types and functions. Implement powerful abstractions using meta programming in Rust. Create quality code formulaically using Rust's functional design patterns. Master Rust's complex ownership mechanisms particularly for mutabilityIn DetailFunctional programming allows developers to divide programs into smaller, reusable components that ease the creation, testing, and maintenance of software as a whole. Combined with the power of Rust, you can develop robust and scalable applications that fulfill modern day software requirements. This book will help you discover all the Rust features that can be used to build software in a functional way.We begin with a brief comparison of the functional and object-oriented approach to different problems and patterns. We then quickly look at the patterns of control flow, data the abstractions of these unique to functional programming. The next part covers how to create functional apps in Rust; mutability and ownership, which are exclusive to Rust, are also discussed. Pure functions are examined next and you'll master closures, their various types, and currying. We also look at implementing concurrency through functional design principles and metaprogramming using macros. Finally, we look at best practices for debugging and optimization. By the end of the book, you will be familiar with the functional approach of programming and will be able to use these techniques on a daily basis.Style and approachStep-by-step guide covering advanced concepts and building functional applications in Rust. Nº de ref. del artículo: LU-9781788839358

Contactar al vendedor

Comprar nuevo

EUR 57,74
Convertir moneda
Gastos de envío: EUR 2,31
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: Más de 20 disponibles

Añadir al carrito

Imagen de archivo

Andrew Johnson
Publicado por Packt Publishing Limited, 2018
ISBN 10: 1788839358 ISBN 13: 9781788839358
Nuevo Paperback / softback
Impresión bajo demanda

Librería: THE SAINT BOOKSTORE, Southport, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Paperback / softback. Condición: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 526. Nº de ref. del artículo: C9781788839358

Contactar al vendedor

Comprar nuevo

EUR 54,49
Convertir moneda
Gastos de envío: EUR 7,83
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: Más de 20 disponibles

Añadir al carrito

Imagen de archivo

Johnson, Andrew
Publicado por Packt Publishing, Limited, 2018
ISBN 10: 1788839358 ISBN 13: 9781788839358
Nuevo Tapa blanda
Impresión bajo demanda

Librería: Majestic Books, Hounslow, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. Print on Demand pp. 292. Nº de ref. del artículo: 378832174

Contactar al vendedor

Comprar nuevo

EUR 56,06
Convertir moneda
Gastos de envío: EUR 10,23
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 4 disponibles

Añadir al carrito

Imagen del vendedor

Andrew Johnson
Publicado por Packt Publishing Limited, GB, 2023
ISBN 10: 1788839358 ISBN 13: 9781788839358
Nuevo Digital

Librería: Rarewaves.com USA, London, LONDO, Reino Unido

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Digital. Condición: New. Explore the support Rust offers for creating functional applications in Rust. Learn about various design patterns, implementing concurrency, metaprogramming, and so on in the processAbout This Book. Learn generics, organization, and design patterns in functional programming. Modularize your applications and make them highly reusable and testable using functional design patterns. Get familiar with complex concepts such as metaprogramming, concurrency, and immutabilityWho This Book Is ForThis book is for Rust developers who are comfortable with the language and now want to improve their coding abilities by learning advanced functional techniques to enhance their skillset and create robust and testable apps.What You Will Learn. How Rust supports the use of basic functional programming principles. Use functional programming to handle concurrency with elegance. Read and interpret complex type signatures for types and functions. Implement powerful abstractions using meta programming in Rust. Create quality code formulaically using Rust's functional design patterns. Master Rust's complex ownership mechanisms particularly for mutabilityIn DetailFunctional programming allows developers to divide programs into smaller, reusable components that ease the creation, testing, and maintenance of software as a whole. Combined with the power of Rust, you can develop robust and scalable applications that fulfill modern day software requirements. This book will help you discover all the Rust features that can be used to build software in a functional way.We begin with a brief comparison of the functional and object-oriented approach to different problems and patterns. We then quickly look at the patterns of control flow, data the abstractions of these unique to functional programming. The next part covers how to create functional apps in Rust; mutability and ownership, which are exclusive to Rust, are also discussed. Pure functions are examined next and you'll master closures, their various types, and currying. We also look at implementing concurrency through functional design principles and metaprogramming using macros. Finally, we look at best practices for debugging and optimization. By the end of the book, you will be familiar with the functional approach of programming and will be able to use these techniques on a daily basis.Style and approachStep-by-step guide covering advanced concepts and building functional applications in Rust. Nº de ref. del artículo: LU-9781788839358

Contactar al vendedor

Comprar nuevo

EUR 64,73
Convertir moneda
Gastos de envío: EUR 2,31
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: Más de 20 disponibles

Añadir al carrito

Imagen del vendedor

Johnson, Andrew
Publicado por Packt Publishing, 2018
ISBN 10: 1788839358 ISBN 13: 9781788839358
Nuevo Tapa blanda

Librería: moluna, Greven, Alemania

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Condición: New. Functional programming allows developers to divide programs into smaller, reusable components that ease the creation and maintenance of software as a whole. Combining power of Rust, you can develop robust applications that fulfill modern day software requir. Nº de ref. del artículo: 448329458

Contactar al vendedor

Comprar nuevo

EUR 55,44
Convertir moneda
Gastos de envío: EUR 19,49
De Alemania a España
Destinos, gastos y plazos de envío

Cantidad disponible: Más de 20 disponibles

Añadir al carrito

Imagen del vendedor

Andrew Johnson
Publicado por Packt Publishing, 2018
ISBN 10: 1788839358 ISBN 13: 9781788839358
Nuevo Taschenbuch
Impresión bajo demanda

Librería: AHA-BUCH GmbH, Einbeck, Alemania

Calificación del vendedor: 5 de 5 estrellas Valoración 5 estrellas, Más información sobre las valoraciones de los vendedores

Taschenbuch. Condición: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering. Nº de ref. del artículo: 9781788839358

Contactar al vendedor

Comprar nuevo

EUR 68,68
Convertir moneda
Gastos de envío: EUR 11,99
De Alemania a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Imagen de archivo

Johnson, Andrew
Publicado por Packt Publishing, 2018
ISBN 10: 1788839358 ISBN 13: 9781788839358
Nuevo Paperback

Librería: Mispah books, Redhill, SURRE, Reino Unido

Calificación del vendedor: 4 de 5 estrellas Valoración 4 estrellas, Más información sobre las valoraciones de los vendedores

Paperback. Condición: New. New. book. Nº de ref. del artículo: ERICA75817888393585

Contactar al vendedor

Comprar nuevo

EUR 77,42
Convertir moneda
Gastos de envío: EUR 28,91
De Reino Unido a España
Destinos, gastos y plazos de envío

Cantidad disponible: 1 disponibles

Añadir al carrito

Existen otras 1 copia(s) de este libro

Ver todos los resultados de su búsqueda