Sabtu, 15 Desember 2012

[F965.Ebook] Download PDF Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas

Download PDF Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas

When you are rushed of job deadline and have no suggestion to get inspiration, Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas publication is among your solutions to take. Schedule Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas will certainly give you the ideal source and also point to obtain inspirations. It is not just about the works for politic company, management, economics, and various other. Some got works to make some fiction jobs also need motivations to overcome the work. As exactly what you need, this Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas will most likely be your selection.

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas



Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas

Download PDF Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas. Happy reading! This is what we really want to state to you which like reading so a lot. Exactly what regarding you that assert that reading are only responsibility? Don't bother, reviewing behavior should be begun with some specific factors. One of them is reviewing by obligation. As exactly what we wish to offer right here, guide entitled Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas is not kind of required publication. You can appreciate this e-book Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas to check out.

If you obtain the printed book Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas in on the internet book establishment, you may also find the very same problem. So, you need to move store to establishment Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas and hunt for the offered there. Yet, it will not take place below. Guide Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas that we will certainly provide right here is the soft file principle. This is what make you can effortlessly discover and also get this Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas by reading this website. We provide you Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas the most effective product, always as well as always.

Never ever doubt with our deal, due to the fact that we will certainly always provide what you require. As like this updated book Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas, you could not discover in the various other area. However right here, it's extremely easy. Merely click as well as download, you could have the Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas When simpleness will ease your life, why should take the difficult one? You could buy the soft documents of the book Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas right here and also be member people. Besides this book Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas, you could also find hundreds listings of the books from numerous resources, collections, publishers, and authors in around the globe.

By clicking the web link that our company offer, you can take guide Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas flawlessly. Link to web, download, and save to your device. What else to ask? Reading can be so simple when you have the soft data of this Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas in your device. You could additionally replicate the file Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas to your workplace computer or in the house as well as in your laptop computer. Just share this great information to others. Suggest them to visit this web page and obtain their hunted for publications Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas.

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas

You want to explore functional programming, but are put off by the academic feel (tell me about monads just one more time). You know you need concurrent applications, but also know these are almost impossible to get right. Meet Elixir, a functional, concurrent language built on the rock-solid Erlang VM. Elixir's pragmatic syntax and built-in support for metaprogramming will make you productive and keep you interested for the long haul. This book is the introduction to Elixir for experienced programmers.

Maybe you need something that's closer to Ruby, but with a battle-proven environment that's unrivaled for massive scalability, concurrency, distribution, and fault tolerance. Maybe the time is right for the Next Big Thing. Maybe it's Elixir.

Print books will be available after Elixir 1.0 has been finalized.

As a developer, you've probably heard that functional programming techniques help manage the complexities of today's real-world, concurrent systems. You're also investigating designs that help you maximize uptime and manage security.

This book is your guide to Elixir, a modern, functional, and concurrent programming language. Because Elixir runs on the Erlang VM, and uses the underlying Erlang/OTP architecture, it benefits from almost 20 years of research into high performance, highly parallel, and seriously robust applications. Elixir brings a lot that's new: a modern, Ruby-like, extendable syntax, compile and runtime evaluation, a hygienic macro system, and more.

But, just as importantly, Elixir brings a sense of enjoyment to parallel, functional programming. Your applications become fun to work with, and the language encourages you to experiment.

Part 1 covers the basics of writing sequential Elixir programs. We'll look at the language, the tools, and the conventions.

Part 2 uses these skills to start writing concurrent code--applications that use all the cores on your machine, or all the machines on your network! And we do it both with and without OTP.

And Part 3 looks at the more advanced features of the language, from DSLs and code generation to extending the syntax.

By the end of this book, you'll understand Elixir, and know how to apply it to solve your complex, modern problems.

  • Sales Rank: #822191 in Books
  • Published on: 2014-06-01
  • Original language: English
  • Dimensions: 9.25" h x .71" w x 7.52" l, .0 pounds
  • Binding: Paperback
  • 280 pages

About the Author

Dave Thomas is a programmer who likes to evangelize cool stuff. He cowrote "The Pragmatic Programmer" and was one of the creators of the Agile Manifesto. His book "Programming Ruby" introduced the Ruby language to the world, and "Agile Web Development with Rails" helped kickstart the Rails revolution.

Most helpful customer reviews

15 of 16 people found the following review helpful.
I really want to like this book [re-edited]
By Costa Michele
As a savvy Ruby developer i know very well what sir Thomas did for the community.
Now Dave is focusing on the Elixir language, and this will shot some light on it: many Ruby folks (me included) will quickly grab his book to enjoy functional programming.
When i started with Ruby there were few books around, so i pick-axed Dave one: i enjoyed it for the first few chapters, then started feeling the pain of academic examples and verbose writing. More recently i jumped to Elixir and get attracted by Dave's book slim format.
From chapters 5 i started being in the same pick-axe mood: is fine to figure out how to implement the map function, but i have hard time figuring out the utility. Even worst uncle Dave forgets he never mentioned some features he innocently puts in the examples: you can check online documentation, but i grab the book to get some extra sugar, not struggling with it.
Do not get me wrong, this is not a bad book, i just really want to like it more... but i don't.

[EDITED]
I gave Dave's book another chance after completing the online docs: i must admit i start enjoying it (one more star).
All of the effort here is oriented in letting you leave object-oriented safe-ground and start exploring functional programming style: in this respect some lack of details are forgivable, and code kata serve the scope well.

[RE-EDITED]
Five months passed since i read Dave's book. My knowledge on the topic has increased, along with my passion for the language.
I slurped the MEAP version of Elixir in Action (a great book). This also reveals that "Programming Elixir" falls short in the OTP ground: i had hard times understanding the Erlang (and Elixir) philosophy. No surprise here, since Dave is not a seasoned Erlang developer. I think this book is good as a primer read (as the online docs are), but lacks the details that force you to keep a copy along (as i do for Elixir in Action and Metaprogramming Elixir).
Said that: thanks to Dave for supporting Elixir, hope more advanced material will come from PP.

4 of 4 people found the following review helpful.
Focusses on the how and the why, not the syntax. Issues understanding functional programming? This is the book you need...
By Redvers Davies
As someone who really see the need for being able to code on the Erlang virtual machine I had tried and failed to get proficiency in Erlang. Along comes Elixir with promises of a shallower learning-curve and that prompted me to watch Dave's keynote at the first Erlang Conference: https://www.youtube.com/watch?v=5hDVftaPQwY

His infectious enthusiasm and ability to translate the difficult concept during that talk were enough motivation for me to buy the book.

I have not been disappointed.

Learning YetAnotherImperativeLanguage or YetAnotherOOLanguage is easy, it's just syntax. The challenges I was having were entirely based on how to think. The subtitle of his talk and the very strong theme throughout this book is **how** and **why** to think Different(ly) when it comes to functional programming.

This is the key to the success I'm getting with this book over and above the others in that its focus in on the how and why, and not the syntax. Best book of the year thus far for me.

4 of 4 people found the following review helpful.
Dave's enthusiasm and humor come through and add to the fun of learning Elixir
By Gregory G Vaughn
Lightning strikes twice. Dave Thomas once introduced us to Ruby with the Programming Ruby book. Now he's found a new programming language that fits the current computing landscape of today as well as Ruby did then. Dave's enthusiasm and humor come through and add to the fun of learning Elixir. It's a great language and this book is a great introduction to it. I recommend the book to all programmers. Even if you never find yourself using Elixir professionally, the concepts -- especially pattern matching and process concurrency, will broaden your sense of possibilities.

See all 24 customer reviews...

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas PDF
Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas EPub
Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas Doc
Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas iBooks
Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas rtf
Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas Mobipocket
Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas Kindle

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas PDF

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas PDF

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas PDF
Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas PDF

Tidak ada komentar:

Posting Komentar