The Ruby Hacking Guide is a book that explains how the ruby interpreter (the official C implementation of the Ruby language) works internally. To fully understand it, you need a good knowledge of C and Ruby. This book is going to investigate ruby as a whole.
This book offers brief yet clear explanations of Ruby's core components, from operators to reserved words to data structures to method syntax, highlighting those key features that you'll likely use every day when coding Ruby.
Pages : | N/A |
Size : | |
File type : | |
Downloads: | 699 |
Created: | 2020-08-30 |
License: | Creative Commons Attribution-NonCommercial-ShareAlike2.5 License |
Author(s): | Minero Aoki |
Download free Hibernate tutorial course in PDF, training file in 14 chapters and 39 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Think Python, 2nd EditionIf you want to learn how to program, working with Python is an excellent way to start. Thi..., download free Python tutorial in PDF (292 pages) created by ....
Learning amazon-dynamodb PDF courseDownload free Amazon dynamodb tutorial course in PDF, training file in 6 chapters and 20 pages. Free unaffiliated ebook created from Stack OverFlow contributor....
Programming for Computations - Python: A Gentle Introduction to Numerical Simulations with PythonThis book presents computer programming as a key method for solving mathematical problems. There are two versions of the book, one for MATLAB and one for Python. The book was inspired by the Springer book TCSE 6: A Primer on Scientific Programming with Python (by Langtangen), but the style is more...
Raspberry Pi Projects BookDownload free course Raspberry Pi Projects Book, pdf file on 204 pages by Wes Archer, David Crookes, PJ Evans, Gareth Halfacree, Rosie Hattersley, Nicola King, Ben Nuttall, Marc Scott, Danny Staple, Mark Vanstone....
Programming for Computations - PythonDownload free course Programming for Computations - Python, pdf file on 350 pages by Svein Linge, Hans Petter Langtangen....
Essential GoThis book written to provide clear and concise explanation of topics for programmers both starting to learn the Go programming language as well as those diving in more complex topics. Most examples are linked to online playground that allows you to change the code and re-run it....
Artificial Neural Networks - Models and ApplicationsThe idea of simulating the brain was the goal of many pioneering works in Artificial Intelligence. The brain has been seen as a neural network, or a set of nodes, or neurons, connected by communication lines. Currently, there has been increasing interest in the use of neural network models. ...
Introduction to Java programmingWith this PDF tutorial you will be familiar with basic Java language syntax and able to write a simple Java programs and writing good Java code....
PC Assembly LanguageThe purpose of this book is to give the reader a better understanding of how computers really work at a lower level than in programming languages like Pascal. By gaining a deeper understanding of how computers work, the reader can often be much more productive developing software in higher level lan...