Sabtu, 13 November 2010

[T609.Ebook] Free Ebook Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, by Dave Thomas

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

Are you curious about mainly publications Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas If you are still puzzled on which of the book Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas that must be purchased, it is your time to not this site to try to find. Today, you will certainly need this Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas as the most referred book as well as many required book as sources, in other time, you could take pleasure in for other publications. It will depend on your ready needs. Yet, we constantly recommend that books Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas can be a great invasion for your life.

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

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

Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas. Give us 5 mins and also we will reveal you the best book to read today. This is it, the Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas that will be your best choice for much better reading book. Your 5 times will not invest wasted by reading this web site. You can take guide as a resource to make much better idea. Referring guides Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas that can be located with your demands is at some time hard. However right here, this is so easy. You could discover the very best point of book Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas that you could review.

Well, e-book Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas will certainly make you closer to exactly what you want. This Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas will certainly be consistently great close friend at any time. You might not forcedly to consistently finish over reviewing a publication simply put time. It will be simply when you have spare time and also investing few time to make you really feel satisfaction with exactly what you review. So, you can obtain the significance of the message from each sentence in guide.

Do you know why you must read this website and just what the relationship to reading book Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas In this contemporary age, there are several means to get guide as well as they will be a lot easier to do. One of them is by getting guide Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas by on-line as exactly what we tell in the web link download. The publication Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas could be an option considering that it is so correct to your requirement now. To obtain the e-book online is quite easy by only downloading them. With this possibility, you could review the publication wherever as well as whenever you are. When taking a train, waiting for listing, and waiting for somebody or various other, you could read this on the internet book Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas as a good buddy once more.

Yeah, reading a publication Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas can include your close friends checklists. This is just one of the formulas for you to be successful. As known, success does not indicate that you have terrific points. Recognizing as well as recognizing greater than various other will certainly provide each success. Close to, the notification as well as perception of this Programming Elixir: Functional |> Concurrent |> Pragmatic |> Fun, By Dave Thomas could be taken and chosen to act.

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