Kamis, 02 Agustus 2012

[R819.Ebook] Download Ebook Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy

Download Ebook Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy

By clicking the link that our company offer, you can take guide Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy perfectly. Link to web, download, and save to your tool. Exactly what else to ask? Reviewing can be so easy when you have the soft data of this Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy in your device. You can likewise duplicate the data Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy to your workplace computer system or at home and even in your laptop. Simply share this excellent information to others. Suggest them to see this resource and get their hunted for books Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy.

Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy

Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy



Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy

Download Ebook Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy

Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy. Join with us to be participant here. This is the site that will provide you ease of browsing book Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy to review. This is not as the various other site; guides will certainly be in the kinds of soft data. What advantages of you to be participant of this site? Obtain hundred compilations of book link to download and install and also obtain constantly updated book every day. As one of guides we will provide to you currently is the Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy that has a very satisfied principle.

Checking out Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy is a quite beneficial interest and also doing that could be undergone any time. It indicates that reviewing a publication will not restrict your activity, will not compel the time to invest over, as well as won't spend much money. It is a quite inexpensive as well as obtainable thing to acquire Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy However, keeping that extremely inexpensive point, you could obtain something new, Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy something that you never ever do and get in your life.

A new encounter can be acquired by checking out a book Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy Even that is this Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy or other book collections. We provide this book since you can locate much more points to encourage your skill as well as understanding that will certainly make you better in your life. It will be also useful for individuals around you. We recommend this soft file of guide below. To understand ways to obtain this publication Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy, find out more below.

You can locate the web link that we offer in website to download and install Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy By acquiring the economical cost and also obtain finished downloading, you have completed to the initial stage to obtain this Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy It will certainly be nothing when having actually bought this book and also do nothing. Review it and also expose it! Invest your few time to just review some sheets of web page of this publication Ruby Under A Microscope: An Illustrated Guide To Ruby Internals, By Pat Shaughnessy to review. It is soft data and simple to read wherever you are. Appreciate your new practice.

Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy

Ruby is a powerful programming language with a focus on simplicity, but beneath its elegant syntax it performs countless unseen tasks.

Ruby Under a Microscope gives you a hands-on look at Ruby's core, using extensive diagrams and thorough explanations to show you how Ruby is implemented (no C skills required). Author Pat Shaughnessy takes a scientific approach, laying out a series of experiments with Ruby code to take you behind the scenes of how programming languages work. You'll even find information on JRuby and Rubinius (two alternative implementations of Ruby), as well as in-depth explorations of Ruby's garbage collection algorithm.

Ruby Under a Microscope will teach you:

  • How a few computer science concepts underpin Ruby's complex implementation
  • How Ruby executes your code using a virtual machine
  • How classes and modules are the same inside Ruby
  • How Ruby employs algorithms originally developed for Lisp
  • How Ruby uses grammar rules to parse and understand your code
  • How your Ruby code is translated into a different language by a compiler
No programming language needs to be a black box. Whether you're already intrigued by language implementation or just want to dig deeper into Ruby, you'll find Ruby Under a Microscope a fascinating way to become a better programmer.

Covers Ruby 2.x, 1.9 and 1.8

  • Sales Rank: #460573 in Books
  • Published on: 2013-11-22
  • Original language: German
  • Number of items: 1
  • Dimensions: 9.00" h x .88" w x 7.00" l, 1.48 pounds
  • Binding: Paperback
  • 360 pages

From School Library Journal
Gr 10 Up—A thorough (but flawed) look at Internet protection aimed squarely at female users. There is a battle to be fought, and the author intends to arm the female population with the critical information they need to protect their privacy. In her least objective moments, Blue, an investigative tech reporter and self-described agitator, posits that "you actually can post or share sexy pictures of yourself and stay in control." She also states that "filthy-rich celebrities are more able than the rest of us to hide things they consider private or embarrassing because they can afford to" and should therefore keep their social media privacy suggestions to themselves. The plethora of nude celebrity photo hacking scandals seems to contradict this assertion. References to companies as "greedy" and "douchey" are further examples of biased opinion presented as fact. Blue offers clear suggestions on how to avoid becoming an Internet victim, but her unwavering confidence in her own opinions and ardor for the topic make her advice seem heavy-handed at times, which may put off teens. VERDICT This informative but flawed book works best as a resource for victims in search of a staunch advocate or as an option for adults, who can better separate the opinions from the useful facts.—Cindy Wall, Southington Library & Museum, CT

About the Author

Well known for his coding expertise and passion for the Ruby programming language, Pat Shaughnessy blogs and writes tutorials at https://patshaughnessy.net/. He also develops Ruby applications at management consulting firm McKinsey & Co. Shaughnessy is a regular presenter on the Ruby conference circuit, and his articles and presentations have been featured in the Ruby Weekly newsletter, the Ruby5 podcast, and The Ruby Show.

Most helpful customer reviews

17 of 18 people found the following review helpful.
A technical deep dive that remains fun and enjoyable
By Federico Lucifredi
Ruby Under a Microscope is a remarkable dissection of the internals of Ruby's runtime environment. Definitely too much for the casual user, but an absolute must for the power user - the dissection of how hash tables work in Ruby "under the hood" is worth the book in of itself. Coverage of the innards of the runtime's garbage collection process is equally useful.

The experiments the author carries out throughout the book to show the language's behavior, or to measure performance, are not only great explanation of how things operate, they are entertaining to read - at least for those with a performance tuning eye or a desire to really understand what is going on. I love it, I have seen this done in class, I have done it myself, but it is a teaching model rarely seen in writing that fits this technically deep subject very well.

Fans of lisp will appreciate the credit that the author gives the venerable language for closures and for McCarthy's garbage collection algorithm, among other things.

The book is richly illustrated, and the diagrams help a great deal in following the details being discussed - as you can imagine, pointers^Hreferences are everywhere, and diagrams really make decoding the lay of the land much easier.

A minor negative, looks like No Starch used a lighter paper choice than their regular, thick heavy paper - a fancy attribute of their books that I have come to look forward to. I would expect this was done to limit the heft of this particular tome, that at 330-plus pages would have come out rather thick in the usual paper choice.

7 of 7 people found the following review helpful.
Relevant and mandatory - Akin to K&R's 'C' reference, or Windows Internals for the Windows OS for the Ruby developer
By Richard T. Kingslan
Ruby has become a major player in application and (by extension) Web development due to the easy to acquire skills to use the language, the expansive library sets due to the open source nature and the integration and support on nearly any platform.

Me, being a Windows OS guy, I look to major references like Microsoft Press’ “Windows Internals” to understand how things really work – not just at the surface – but why something does what it does. For example, if the distributed processing calls (DPC) result in interrupts consuming the processor, I know I’m usually looking at a driver or hardware problem.

“Ruby – Under a Microscope” is much like “Windows Internals” in that the how and why of Ruby is revealed.

What should be clear from the idea of an in-depth, deep technical details book – this isn’t for the beginner, like Microsoft Press’ “Windows Internals” isn’t for the newbie Windows OS user. If you don’t know what DPCs are and what they do – knowledge of DPCs is pretty much useless. To get the full value from this book, you should already be an experienced Ruby programmer (or have depth in similar languages). What the experienced developer will get from this book is the details that will allow them to extract more power from Ruby, better understanding of why things happen, and how to better use Ruby to solve the really hard problems.

Now that we’re past the “who this book is for” part, there is one more thing to understand before you decide that this is of value to you: Exactly WHICH Ruby are we talking about? Yes, Ruby is available on nearly all platforms. However, this is because some hard working people wanted to make sure that the language was widely available, and these hard working people made it available on platforms other than what the original Ruby was developed for.

So, how do you know which version of Ruby this book is focused on? The book is focused on the Matz (Yukihiro “Matz” Matsumoto) Ruby Interpreter, written in C. Other implementations are discussed, and these are discussed in the context of how others implemented the language that Matz created in 1993.

The book treats Ruby as a science study, much like a scientist would study microbes (“…Under a Microscope”, get it?). Instead of looking at organisms, the book looks at the base elements of Ruby: The actual ‘C’ source code. If you’re a computer science major, this is nothing new. The source code is studied to understand what Ruby does to perform the tasks that you give it. As you go through the book and look at Ruby at the very base elements, you can gain a complete understanding of how computers really work. There is nothing more basic than the process of providing information to a computing machine and seeing how the actual process of creating tokens, parsing of tokens, compiling into an intermediate format, and then passing onto the virtual machine (YARV – Yet Another Ruby Virtual Machine) that interfaces at the machine level. Once the processing is complete, understanding how to receive the output, convert it back into something that the programming language can understand is absolutely vital to knowing why things work. And, probably most importantly, knowing what’s wrong when they don’t work.

This is the real goal of “Ruby: Under a Microscope”. Providing understandable information for the knowledgeable programmer to gain a deep understanding of what Ruby is, what it does, and how it attains the goals that it sets for itself. This opens the door wide open for those that want to add to the language with libraries and extensions – which is the real power of a successful language: Expansion by anyone with a great idea.

6 of 6 people found the following review helpful.
See the wiring under the board
By Michael Larsen
Let's start with a disclaimer. I'm not a Computer Science major, nor did I complete a Computer Science course of study in school. I'm a software tester, and one that finds themselves frequently using programming languages of various stripes for various purposes. Ruby is one of the most popular languages in current use, and for many, it's a language that allows them to learn some basic terms, some programming constructs, and then lets them just use it. It's clean, it's elegant, it's almost simple. It's a language that invites the user to just go with it.

For some, though, there's that sense of curiosity... what is my Ruby program really doing? How can I see what the system is actually doing with my code? What's going on underneath the hood? If such explorations interest you, then "Ruby Under a Microscope" by Pat Shaughnessy tackles that subject handily.

A word of warning going in. This is not a general language book. You will not learn much about programming in Ruby here. You should have a decent understanding of what Ruby syntax looks like and how it works. Having said that, you don't need to have years of experience with Ruby to appreciate this book for what it does. It takes some key areas of the language, and through examples, some small programs, and a variety of tools, lets you see and understand what Ruby actually looks like up close and personal.

Chapter 1 focuses on how Ruby understand the text that you type into your Ruby program. Ruby converts your source code first into tokens, and then converts that input stream into an "abstract syntax tree”. Through tools like “Ripper”, you can see this process and watch it in something resembling natural language (well, kind of. It’s still debug code, but it’s a lot less intimidating than one might think.

Chapter 2 covers how Ruby compiles code. Wait, isn’t Ruby a “scripting language, no compiler required? With 1.8 and earlier, yes, but with 1.9 and up, Ruby is compiled just like many other languages we are familiar with. The difference? Ruby does it automatically. You never need to invoke the compiler. Ruby also has its own “virtual machine” (YARV, or "Yet Another Ruby Virtual Machine) that it compiles its bytecode for. Ultimately, the byte code for YARV is what we witness running.

Chapter 3 goes into greater detail about how YARV runs our code. By comparing the steps necessary to run a simple program, we can compare the time it takes to run a program in Ruby 1.8 (which doesn’t have a compile sequence, it just runs) and Ruby 1.9 and 2.0, which do have compile sequences. For simple and brief interactions, it actually looks like Ruby 1.8 performs better, but for longer runs with more iterations, 1.9 and 2.0 have a huge advantage over 1.8 by virtue of its compile cycle.

Chapter 4 focuses more attention on the virtual machine and how control structures and methods are handled within the YARV. If statements, for loops and calls to various methods demonstrate how ruby breaks down the instructions, as well as how it utilizes its internal calls to “jump” from one piece of code to another. Ruby categorizes methods into 11 types, and labels its built-in methods as CFUNC methods, meaning they are implemented in C. Ruby also uses a hash to keep track of the number of arguments, her labels and what their default values should be.

Chapter 5 looks at objects and classes, specifically, Ruby’s internal objects and classes. Each Ruby object is, ultimately, a class pointer paired with an array of instance variables, and everything in Ruby is an object. Several generic objects are shown, along with their C structures (RString, RArray, RRegexp, etc.), and demonstrate how they, likewise, are also simple combinations of a class pointer and instance variables. Classes are a little more involved. Each Ruby class can be defined as Ruby object (with its class pointer & instance variables) plus method definitions, attribute names, a constants table and a “superclass” pointer.

Chapter 6 brings us deeper into methods and constants, specifically how these aspects are found and represented. Ruby lets a programmer look at programs with two contrasting paradigms. Code can be organized through classes and super-classes, or it can be organized through "lexical scope". Which approach makes the most sense? it depends on what you want to have your program accomplish.

Chapter 7 gets into one of the key attributes of Ruby internals, the Hash Table. These are interesting data structures that allow a program to return values quickly, and to automatically increase in size as more elements are added. the chapter takes a deep dive into Ruby’s hash function and how it allows for elements to be accessed quickly.

Chapter 8 covers blocks, and how the Blocks concept in Ruby borrows from the “closure” idea first prosed in the Lisp language several decades back. Blocks can be defined as “a combination of a function and an environment to use when calling that function”. Using “lambda”, a block can become a data value that can be passed, saved, and reused.

Chapter 9 discusses Metaprogramming, a means to program in a way that code can inspect and change itself, dynamically. In other words, by referencing itself, your program can change itself! I’ll admit, this is one of the aspects of Ruby (or any language) that I have trouble getting my head around, and while I won’t claim to have mastery of these ideas after this chapter, I feel I have a little better feel for what’s happening.

Chapter 10 takes us into the Java realm and shows us Ruby implemented in Java, as opposed to how we’ve been interacting with it thus far in C. The flow is similar, but each Ruby script gets compiled into a Java executable, and then is physically run by the Java Virtual Machine. We see how “Jay” parses the lines of code (much the way Bison does for MRI). By monitoring Java’s Just In time Compiler, we can see which class and structures are called whenever we create a script and run it. We can also see where, by focusing on various “hot spots in our program and compiling them into Java, we can save time in key areas compared to C implemented MRI.

Chapter 11 introduces Rubinious, a version of Ruby implemented with Ruby. Well, it’s actually a virtual machine using C++ to run Ruby code. What makes it different is that, rather than relying on C or Java Structures for the built in classes, Rubinious does it with Ruby code. What does this mean? we can see how Ruby works internally without having to know C or Java. It’s all done in Ruby, and we can see how by reading the source code.

Chapter 12 explores Ruby’s Garbage Collection, and how it differs, and is similar, in MRI, JRuby and Rubinious. Garbage collection helps us with three processes; allocating memory for use by new objects, identifying which objects a program is no longer using, and reclaiming memory from unused objects. Various programs and examples demonstrate which objets are mapped where, and how to see when they are deallocated and their memory freed. Various algorithms for the various virtual machines are explored, but this is just a cursory overview of all the options and how they are implemented. Still, it’s an interesting view into a process that many of us take for granted because Ruby and many other languages basically let us take them for granted.

Bottom Line:

"Ruby Under a Microscope" does something fairly ambitious. It attempts to write a system internals book in a language that non computer scientists can readily understand. While there are numerous code snippets and examples to try and examine, the ability to look at the various Ruby internals and systems and see how they fit together can be accomplished by someone with general skills and basic familiarity with programming at the script level (which for many of us is as far as we typically get). An old saying says you can’t tell where yo hare going if you don’t know where you’ve been. Similarly, we can’t expect to get the most out of languages like ruby without having a more clear idea what’s happening under the hood. It’s entirely possible to work with Ruby and never learn some of this stuff, but having a guide like "Ruby Under a Microscope” opens up a variety of avenues, and does so in a way that will make the journey interesting and, dare I say it, even a little fun.

See all 11 customer reviews...

Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy PDF
Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy EPub
Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy Doc
Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy iBooks
Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy rtf
Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy Mobipocket
Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy Kindle

Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy PDF

Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy PDF

Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy PDF
Ruby Under a Microscope: An Illustrated Guide to Ruby Internals, by Pat Shaughnessy PDF

Tidak ada komentar:

Posting Komentar