The Ruby Programming Language pdf epub mobi txt 电子书 下载 2024


The Ruby Programming Language

简体网页||繁体网页
David Flanagan
O'Reilly Media, Inc.
2008
448
USD 39.99
Paperback
9780596516178

图书标签: ruby  Programming  O'Reilly  编程  Ruby  编程语言  计算机  敏捷开发   


喜欢 The Ruby Programming Language 的读者还喜欢




点击这里下载
    


想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-05-05

The Ruby Programming Language epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

The Ruby Programming Language epub 下载 mobi 下载 pdf 下载 txt 电子书 下载 2024

The Ruby Programming Language pdf epub mobi txt 电子书 下载 2024



图书描述

Ruby has gained some attention through the popular Ruby on Rails web development framework, but the language alone is worthy of more consideration -- a lot more. This book offers a definition explanation of this powerful and extremely flexible language, which draws inspiration from Lisp, Smalltalk and Perl, but uses a grammar that's easy for C and Java programmers to learn.

With The Ruby Programming Language, you will quickly learn your way around versions 1.8 and 1.9, and discover why this pure object-oriented language is also suitable for procedural and functional programming styles. You'll learn Ruby's lexical structure, primary expressions, conditionals, syntax, classes, the data it manipulates, and more. Ruby blurs the distinction between language and platform, so this book includes a tour of the core Ruby API. But the primary subject is the language itself, including:

* Ruby's lexical structure including basic issues like character set, case sensitivity and reserved words

* Numbers, strings, ranges, arrays, and other data that Ruby programs can manipulate, plus basic features of all Ruby objects

* Primary expressions in Ruby -- literals, variable references, method invocations and assignments

* Conditionals, loops (including blocks and iterator methods), exceptions and other Ruby expressions

* Ruby's method definition and invocation syntax, and the invokeable objects known as procs and lambdas

* An explanation of closures in Ruby and an exploration of functional programming techniques

* Classes and modules in Ruby, inheritance, method visibility, mixing modules and the method name resolution algorithm

* Ruby APIs that allow a program to inspect and manipulate itself, and metaprogramming techniques that use the APIs to extend Ruby's syntax for easier programming

* A quick tutorial of the Ruby platform -- the most important classes and methods, text processing, numeric computation, collections, input/output, networking and threads

The Ruby Programming Language also covers the top-level Ruby programming environment, including global variables and functions, command-line arguments supported by the Ruby interpreter, and Ruby's security mechanism. If you're an experienced programmer who wants a look at this language in depth, this easy-to-follow guide is invaluable.

The Ruby Programming Language 下载 mobi epub pdf txt 电子书

著者简介

David Flanagan is a computer programmer who spends most of his time writing about JavaScript and Java. His books with O'Reilly include Java in a Nutshell, Java Examples in a Nutshell, Java Foundation Classes in a Nutshell, JavaScript: The Definitive Guide, and JavaScript Pocket Reference. David has a degree in computer science and engineering from the Massachusetts Institute of Technology. He lives with his wife and children in the U.S. Pacific Northwest bewteen the cities of Seattle, Washington and Vancouver, British Columbia. David has a blog at www.davidflanagan.com.

Yukihiro Matsumoto ("Matz"), the creator of Ruby, is a professional programmer who worked for the Japanese open source company, netlab.jp. Matz is also known as one of the open source evangelists in Japan. He's released several open source products, including cmail, the emacs-based mail user agent, written entirely in emacs lisp. Ruby is his first piece of software that has become known outside of Japan.


图书目录


The Ruby Programming Language pdf epub mobi txt 电子书 下载
想要找书就要到 小哈图书下载中心
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

用户评价

评分

这是一本非常经典的讲解Ruby的书,由David Flanagan和Ruby语言的发明人共同撰写,我觉得作为程序员即使不使用Ruby,这本书也值得时不时重新读读,了解一些作者构思这门语言时的想法和考虑,对程序设计肯定会有不小的帮助。

评分

参考书啦

评分

才发现,这本书的作者也是 Java In a Nutshell 的作者,这圈真小……

评分

简单,入门。大爱ruby,短码太漂亮,尤其是小规模工具类的应用,不用ruby就太对不起自己了。

评分

这是一本非常经典的讲解Ruby的书,由David Flanagan和Ruby语言的发明人共同撰写,我觉得作为程序员即使不使用Ruby,这本书也值得时不时重新读读,了解一些作者构思这门语言时的想法和考虑,对程序设计肯定会有不小的帮助。

读后感

评分

第45页 “当一个表达式含有多个指数操作时,他们按照从右到左的顺序执行,因此4**3**3的值与4**9相同,而不同于64**2” 说实话这句里有两个错误 第一,4**3**3的值与4**9的并不相同,而应当与4**27相同 第二,4**3**3的值和64**2的值差的就更远了,只能说之笔误,原来打算写的...  

评分

第45页 “当一个表达式含有多个指数操作时,他们按照从右到左的顺序执行,因此4**3**3的值与4**9相同,而不同于64**2” 说实话这句里有两个错误 第一,4**3**3的值与4**9的并不相同,而应当与4**27相同 第二,4**3**3的值和64**2的值差的就更远了,只能说之笔误,原来打算写的...  

评分

几年c经验,接触过go,近两年用python做项目,看到本书前面介绍有编程经验即可上手,可能自己道行尚浅,真完全hold不住ruby.踉踉跄跄看了全书,最大感觉是ruby好强大,ruby好复杂,一点都找不到学习的乐趣.... 后面翻了《ruby基础教程》,回头来想本书高大上的东西,可...  

评分

书的结构挺好,内容也很好,就是感觉翻译的不好,读起来太生涩了,无数的被动句,读着不像汉语。 个人感觉如果英文好的,可以试着读英文,这本书对有其它编程语言基础的人来说还能读懂,如果没有其它编程语言基础,这本书不适合入门。  

评分

虽然镐头书页出了第三版,包含了1.9的特性,但是我感觉这本书介绍的语言细节方面更多,也更流畅、深入。很多概念介绍的非常的清晰,比如Enumerator,Filter,block vs lamdba vs proc vs method,iterator,metaprogramming等。  

类似图书 点击查看全场最低价

The Ruby Programming Language pdf epub mobi txt 电子书 下载 2024


分享链接









相关图书




本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 qciss.net All Rights Reserved. 小哈图书下载中心 版权所有