The Ruby Programming Language 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


The Ruby Programming Language

簡體網頁||繁體網頁
David Flanagan 作者
O'Reilly Media, Inc.
譯者
2008 出版日期
448 頁數
USD 39.99 價格
Paperback
叢書系列
9780596516178 圖書編碼

The Ruby Programming Language 在線電子書 圖書標籤: ruby  Programming  O'Reilly  編程  Ruby  編程語言  計算機  敏捷開發   


喜歡 The Ruby Programming Language 在線電子書 的讀者還喜歡




點擊這裡下載
    


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

發表於2024-06-18

The Ruby Programming Language 在線電子書 epub 下載 mobi 下載 pdf 下載 txt 下載 2024

The Ruby Programming Language 在線電子書 epub 下載 pdf 下載 mobi 下載 txt 下載 2024

The Ruby Programming Language 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024



The Ruby Programming Language 在線電子書 用戶評價

評分

權威的語言參考,但是比較難啃,不適閤新手入門使用。

評分

基本讀完瞭,講的真的很細緻, 很深刻,前後呼應的好, 對於元編程講的不錯,不足之處可能也是講的太細瞭,讓人易煩

評分

看得纍死orz

評分

簡單,入門。大愛ruby,短碼太漂亮,尤其是小規模工具類的應用,不用ruby就太對不起自己瞭。

評分

Beginner, also try learn ruby the hard way

The Ruby Programming Language 在線電子書 著者簡介

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 在線電子書 著者簡介


The Ruby Programming Language 在線電子書 pdf 下載 txt下載 epub 下載 mobi 在線電子書下載

The Ruby Programming Language 在線電子書 圖書描述

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 在線電子書下載


想要找書就要到 圖書目錄大全
立刻按 ctrl+D收藏本頁
你會得到大驚喜!!

The Ruby Programming Language 在線電子書 讀後感

評分

优点很多,比如说语言简单。以我自身的经验而言,英语拥有二级半水平的人,每页中除了个别三四个词汇需要查一下,基本上能很顺畅的读下来。把那些“程序员英语必须要好”的“鬼话”还给“鬼”吧,甚至你根本无需达到阅读维基百科的英文水平。技术文档英文都有简单的特点...  

評分

优点很多,比如说语言简单。以我自身的经验而言,英语拥有二级半水平的人,每页中除了个别三四个词汇需要查一下,基本上能很顺畅的读下来。把那些“程序员英语必须要好”的“鬼话”还给“鬼”吧,甚至你根本无需达到阅读维基百科的英文水平。技术文档英文都有简单的特点...  

評分

《Ruby编程语言》是Ruby语言的权威指南,它涵盖fRuby 1.8和1.9版本方方面面的内容。《Ruby编程语言》的读者是那些有其他编程语言经验的Ruby初学者,以及希望提升Ruby编程水平的人员。 《Ruby编程语言》的开始部分是Ruby的一个快速入门教程,接着从头开始解释语言的细节,包括...  

評分

《Ruby编程语言》是Ruby语言的权威指南,它涵盖fRuby 1.8和1.9版本方方面面的内容。《Ruby编程语言》的读者是那些有其他编程语言经验的Ruby初学者,以及希望提升Ruby编程水平的人员。 《Ruby编程语言》的开始部分是Ruby的一个快速入门教程,接着从头开始解释语言的细节,包括...  

評分

很久没这种感觉了,这几年的码农生活已经越来越不会设计程序了。 我看的是影印版。 作者是Yukihiro Matsumoto(松本行弘),怎么把Y给丢了。  

類似圖書 點擊查看全場最低價

The Ruby Programming Language 在線電子書 pdf 下載 txt下載 epub 下載 mobi 下載 2024


分享鏈接





The Ruby Programming Language 在線電子書 相關圖書




本站所有內容均為互聯網搜索引擎提供的公開搜索信息,本站不存儲任何數據與內容,任何內容與數據均與本站無關,如有需要請聯繫相關搜索引擎包括但不限於百度google,bing,sogou

友情鏈接

© 2024 book.wenda123.org All Rights Reserved. 圖書目錄大全 版權所有