کتاب الکترونیکی

برنامه نویسی Scala: مقیاس پذیری = برنامه نویسی کاربردی + اشیاء (راهنمای حیوانات)

Programming Scala: Scalability = Functional Programming + Objects (Animal Guide)

دانلود کتاب Programming Scala: Scalability = Functional Programming + Objects (Animal Guide) (به فارسی: برنامه نویسی Scala: مقیاس پذیری = برنامه نویسی کاربردی + اشیاء (راهنمای حیوانات)) نوشته شده توسط «Dean Wampler – Alex Payne»


اطلاعات کتاب برنامه نویسی Scala: مقیاس پذیری = برنامه نویسی کاربردی + اشیاء (راهنمای حیوانات)

موضوع اصلی: جانور شناسی

نوع: کتاب الکترونیکی

ناشر: O’Reilly Media

نویسنده: Dean Wampler – Alex Payne

زبان: English

فرمت کتاب: pdf (قابل تبدیل به سایر فرمت ها)

سال انتشار: 2009

تعداد صفحه: 446

حجم کتاب: 5 مگابایت

کد کتاب: 0596155956 , 9780596155957

نوبت چاپ: 1

توضیحات کتاب برنامه نویسی Scala: مقیاس پذیری = برنامه نویسی کاربردی + اشیاء (راهنمای حیوانات)

نقد اصلی نوشته شده توسط Roberto Bentivoglio، JUG Lugano www.juglugano.ch

اسکالا یک زبان برنامه نویسی اخیر است که برنامه نویسی شی گرا را با برنامه نویسی تابعی و DSL (زبان های خاص دامنه) ترکیب می کند.
برنامه نویسی اسکالا کتابی است که توسط Dean Wampler، مشاور، مربی و مربی با Object Mentor, Inc نوشته شده است. او در اسکالا، جاوا و روبی تخصص دارد. نویسنده دوم الکس پین است. او از ابتدای سال 2007 برای شرکت توییتر به عنوان رهبر پلتفرم مشغول به کار بوده است. با دانستن اینکه اسکالا پلتفرمی است که برای توسعه توییتر، یکی از پرکاربردترین شبکه های اجتماعی در سراسر جهان استفاده می شود، کتاب بسیار امیدوارکننده می شود.
اولین چیزی که قبل از مطالعه این زبان باید بدانید این است که برای درک عمیق به زمان نسبتا طولانی نیاز دارد. Scala تفاوت هایی را ارائه می دهد که در ابتدا هضم آن برای توسعه دهنده جاوا می تواند سنگین باشد.

اسکالا در فصل اول به عنوان زبانی معرفی شده است که به نیازهای اصلی توسعه دهندگان مدرن می پردازد. برای توضیح قدرت اسکالا، نویسندگان آن را با محبوب ترین زبان های برنامه نویسی مقایسه می کنند: جاوا، سی شارپ، روبی، پایتون، پی اچ پی و غیره. پس از توضیح سریع در مورد نحوه نصب محیط اسکالا، نویسندگان کد برنامه معمول Hello World را نشان می دهند.
در فصل های بعدی تمام مفاهیم پایه زبان برنامه نویسی اسکالا توضیح داده شده است: نحو، ویژگی ها، برنامه نویسی شی گرا و تابعی آن، همزمانی با بازیگران، DSL ها، سیستم Type و یک فصل بسیار جالب در مورد طراحی اپلیکیشن با اسکالا فصل آخر ابزارها، کتابخانه ها و پشتیبانی IDE برای Scala را پوشش می دهد.

این کتاب شامل مثال های (کاربردی) زیادی است که برای یادگیری ساختار اسکالا بسیار مفید است. زبان استفاده شده توسط نویسندگان پیچیده نیست و به درک آسان توضیحات آنها کمک می کند. یکی از ویژگی‌های اصلی کتاب این است که نویسندگان سعی می‌کنند از نحو Scala استفاده کنند که از نمونه‌های اول بهترین آن را در نظر می‌گیرند. این ویژگی کتاب می تواند کمک کند که از همان ابتدا بهترین راه برنامه نویسی در اسکالا را یاد بگیرند. از سوی دیگر، برای تازه‌کارها می‌توان فهمید که چرا بهتر است از برخی ساختارها یا نحوی به جای ساختارهای دیگر استفاده شود.

با وجود این ویژگی، نکته نهایی این است که «Scala برنامه‌نویسی» اثر خوبی است و یکی از بهترین راه‌ها و یکی از بهترین کتاب‌ها برای ورود به دنیای شگفت‌انگیز اسکالا است.


Original review written by Roberto Bentivoglio, JUG Lugano www.juglugano.ch

Scala is a recent programming language that mixes the object-oriented programming with the functional programming and DSLs (Domain-Specific Languages).
Programming Scala is a book written by Dean Wampler, consultant, trainer and mentor with Object Mentor, Inc. He specializes in Scala, Java and Ruby. The second author is Alex Payne. He has been working since the beginning of 2007 for the Twitter, Inc. as Platform Lead. Knowing that Scala is the platform used to develop Twitter, one of the most worldwide used social network, the book becomes very promising.
The first thing to know before studying this language is that it needs a relatively long time to be deeply understood. Scala presents some difference that, at the begin, can be heavy to digest to Java developer.

Scala is introduced in the first chapter as a language that addresses the major needs of the modern developer. To explain the power of Scala the authors compare it with the most popular programming languages: Java, C#, Ruby, Python, PHP, etc. After a fast explanation on how to install the Scala environment the authors show the usual Hello World program code.
In the subsequent chapters are explained all the concepts at the base of the Scala programming language: its syntax, the traits, its object-oriented and functional programming, the concurrency with the actors, DSLs, the Type system and a very interesting chapter about the application design with Scala. The last chapter covers the tools, the libraries and the IDE support for Scala.

The book contains many (working) examples that are very useful to learn the Scala structure. The language used by the authors is not complicated and helps to easily understand theirs explanations. One of the major hallmarks of the book is that the authors try to use the Scala syntax that they consider the best from the first examples. This feature of the book can help to learn from the begin what they think is the best way to programming in Scala. On the other hand, for newbies it can turn out to be difficult to understand why it’s better to use some structure or some syntax instead of others.

Despite this feature, the final consideration is that “Programming Scala” is a good work and it’s one of the best ways and one of the best books to enter in the wonderful Scala world.

دانلود کتاب «برنامه نویسی Scala: مقیاس پذیری = برنامه نویسی کاربردی + اشیاء (راهنمای حیوانات)»

مبلغی که بابت خرید کتاب می‌پردازیم به مراتب پایین‌تر از هزینه‌هایی است که در آینده بابت نخواندن آن خواهیم پرداخت.