Learn Red Fundamentals of Red - Helion
Tytuł oryginału: Learn Red Fundamentals of Red
ISBN: 978-17-891-3365-3
Format: ebook
Data wydania: 2018-05-18
Księgarnia: Helion
Cena książki: 119,00 zł
Discover how to use the next-generation language Red for full-stack development, from systems coding over user-interfaces to blockchain programming
Key Features
- Explore the latest features of Red to build scalable, fast, and secure applications
- Learn graphical programming and build highly sophisticated reactive applications
- Get familiar with the specific concepts and techniques of Red development, like working with series, viewing code as data, and using dialects.
Book Description
A key problem of software development today is software bloat, where huge toolchains and development environments are needed in software coding and deployment. Red significantly reduces this bloat by offering a minimalist but complete toolchain. This is the first introductory book about it, and it will get you up and running with Red as quickly as possible.
This book shows you how to write effective functions, reduce code redundancies, and improve code reuse. It will be helpful for new programmers who are starting out with Red to explore its wide and ever-growing package ecosystem and also for experienced developers who want to add Red to their skill set.
The book presents the fundamentals of programming in Red and in-depth informative examples using a step-by-step approach. You will be taken through concepts and examples such as doing simple metaprogramming, functions, collections, GUI applications, and more. By the end of the book, you will be fully equipped to start your own projects in Red.
What you will learn
- Set up your Red environment to achieve the highest productivity
- Get grounded in Red, gaining experience and insight through many examples and exercises
- Build simple, compact, and portable applications
- Analyze streams of data through Parse
- Compose GUI applications with View and Draw
- Get prepared for smart contract blockchain programming in Red
Who this book is for
This book is for software developers and architects who want to learn Red because of its conciseness, flexibility, and expressiveness, and more specifically for its possibilities in GUI apps and blockchain / smart contracts programming. Some knowledge of the basic concepts and experience of any programming language is assumed.
Osoby które kupowały "Learn Red Fundamentals of Red", wybierały także:
- Learning Java Lambdas 373,75 zł, (29,90 zł -92%)
- The DevOps 2.1 Toolkit: Docker Swarm 332,22 zł, (29,90 zł -91%)
- Securing Network Infrastructure 199,33 zł, (29,90 zł -85%)
- Mastering Linux Security and Hardening 186,88 zł, (29,90 zł -84%)
- Blockchain Development with Hyperledger 175,88 zł, (29,90 zł -83%)
Spis treści
Learn Red - Fundamentals of Red. Get up and running with the Red language for full-stack development eBook -- spis treści
- 1. Red’s Mission
- 2. Setting Up for Development
- 3. Using Words, Values and Types
- 4. Code-Controlling Structures
- 5. Working with Series and Blocks
- 6. Using Functions and Objects
- 7. Working with files
- 8. Parsing Data
- 9. Composing Visual Interfaces
- 10. Advanced Red