Art of UNIX Programming, the (Addison-wesley Professional Computing Series)

個数:

Art of UNIX Programming, the (Addison-wesley Professional Computing Series)

  • 在庫がございません。海外の書籍取次会社を通じて出版社等からお取り寄せいたします。
    通常6~9週間ほどで発送の見込みですが、商品によってはさらに時間がかかることもございます。
    重要ご説明事項
    1. 納期遅延や、ご入手不能となる場合がございます。
    2. 複数冊ご注文の場合、分割発送となる場合がございます。
    3. 美品のご指定は承りかねます。
  • 【入荷遅延について】
    世界情勢の影響により、海外からお取り寄せとなる洋書・洋古書の入荷が、表示している標準的な納期よりも遅延する場合がございます。
    おそれいりますが、あらかじめご了承くださいますようお願い申し上げます。
  • ◆画像の表紙や帯等は実物とは異なる場合があります。
  • ◆ウェブストアでの洋書販売価格は、弊社店舗等での販売価格とは異なります。
    また、洋書販売価格は、ご注文確定時点での日本円価格となります。
    ご注文確定後に、同じ洋書の販売価格が変動しても、それは反映されません。
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 560 p.
  • 言語 ENG
  • 商品コード 9780131429017
  • DDC分類 005.432

Full Description

The Art of UNIX Programming poses the belief that understanding the unwritten UNIX engineering tradition and mastering its design patterns will help programmers of all stripes to become better programmers. This book attempts to capture the engineering wisdom and design philosophy of the UNIX, Linux, and Open Source software development community as it has evolved over the past three decades, and as it is applied today by the most experienced programmers. Eric Raymond offers the next generation of "hackers" the unique opportunity to learn the connection between UNIX philosophy and practice through careful case studies of the very best UNIX/Linux programs.

Contents

I. CONTEXT.

1. Philosophy.



Culture? What culture?

The durability of Unix.

The case against learning Unix culture.

What Unix gets wrong.

What Unix gets right.

Basics of the Unix philosophy.

The Unix philosophy in one lesson.



Applying the Unix philosophy.

Attitude matters too.

2. History.



Origins and history of Unix, 1969-1995.

Origins and history of the hackers, 1961-1995.

The open-source movement: 1998 and onward.

The lessons of Unix history.

3. Contrasts.



The elements of operating-system style.

Operating-system comparisons.

What goes around, comes around.

II. DESIGN.

4. Modularity.



Encapsulation and optimal module size.

Compactness and orthogonality.

Libraries.

Unix and object-oriented languages.

Coding for modularity.

5. Textuality.



The Importance of Being Textual.

Data file metaformats.

Application protocol design.

Application protocol metaformats.

6. Transparency.



Some case studies.

Designing for transparency and discoverability.

Designing for maintainability.

7. Multiprogramming.



Separating complexity control from performance tuning.

Taxonomy of Unix IPC methods.

Problems and methods to avoid.

Process partitioning at the design level.

8. Minilanguages.



Taxonomy of languages.

Applying minilanguages.

Designing minilanguages.

9. Transformation.



Data-driven programming.

Ad-hoc code generation.

10. Configuration.



What should be configurable?

Where configurations live.

Run-control files.

Environment variables.

Command-line options.

How to choose among configuration-setting methods.

On breaking these rules.

11. Interfaces.



Applying the Rule of Least Surprise.

History of interface design on Unix.

Evaluating interface designs.

Tradeoffs between CLI and visual interfaces.

Transparency, expressiveness, and configurability.

Unix interface design patterns.

Applying Unix interface-design patterns.

The Web browser as universal front end.

Silence is golden.

12. Optimization.



Don't just do something, stand there!

Measure before optimizing.

Non-locality considered harmful.

Throughput vs. latency.

13. Complexity.



Speaking of complexity.

A Tale of Five Editors.

The right size for an editor.

The right size of software.

III. IMPLEMENTATION.

14. Languages.



Unix's Cornucopia of Languages.

Why Not C?

Interpreted Languages and Mixed Strategies.

Language evaluations.

Trends for the Future.

Choosing an X toolkit.

15. Tools.



A developer-friendly operating system.

Choosing an editor.

Special-purpose code generators.

Make in non-C/C++ Development.

Version-control systems.

Run-time debugging.

Profiling.

Emacs as the universal front end.

16. Re-Use.



The tale of J. Random Newbie.

Transparency as the key to re-use.

From re-use to open source.

The best things in life are open.

Where should I look?

What are the issues in using open-source software?

Licensing issues.

IV. COMMUNITY.

17. Portability.

Evolution of C.

Unix standards.

Specifications as DNA, code as RNA.

Programming for Portability.

Internationalization.

Portability, open standards and open source.

18. Documentation.



Documentation concepts.

The Unix style.

The zoo of Unix documentation formats.

The present chaos and a possible way out.

The DocBook toolchain.

How to write Unix documentation.

19. Open Source.



Unix and open source.

Best practices for working with open-source developers.

The logic of licenses: how to pick one.

Why you should use a standard license.

Varieties of Open-Source Licensing.

20. Futures.



Essence and accident in Unix tradition.

Problems in the design of Unix.

Problems in the environment of Unix.

Problems in the culture of Unix.

Reasons to believe.

A. Glossary of Abbreviations.



B. References.



C. Contributors.