"An under-the-hood look at how the Ruby programming language runs code. Extensively illustrated with complete explanations and hands-on experiments. Covers Ruby 2.x"--
More Books:
Language: en
Pages: 360
Pages: 360
"An under-the-hood look at how the Ruby programming language runs code. Extensively illustrated with complete explanations and hands-on experiments. Covers Ruby 2.x"--
Language: en
Pages: 200
Pages: 200
The Librarian’s Introduction to Programming Languages presents case studies and practical applications for using the top programming languages in library and information settings. While there are books and Web sites devoted to teaching programming, there are few works that address multiple programming languages or address the specific reasons why programming
Language: en
Pages: 120
Pages: 120
If you've used a more traditional object-oriented language, such as C++ or Java, JavaScript probably doesn't seem object-oriented at all. It has no concept of classes, and you don't even need to define any objects in order to write code. But don't be fooled—JavaScript is an incredibly powerful and expressive
Language: en
Pages: 168
Pages: 168
Part of the fun of programming in Perl lies in tackling tedious tasks with short, efficient, and reusable code. Often, the perfect tool is the one-liner, a small but powerful program that fits in one line of code and does one thing really well. In Perl One-Liners, author and impatient
Language: en
Pages: 312
Pages: 312
F# brings the power of functional-first programming to the .NET Framework, a platform for developing software in the Microsoft Windows ecosystem. If you're a traditional .NET developer used to C# and Visual Basic, discovering F# will be a revelation that will change how you code, and how you think about