About Python Story behind the name Features of Python Simple Easy to Learn Free and Open Source High-level Language Portable Interpreted Object Oriented Extensible Embedda...
Introduction About this Book Motivation for this Book Learning Goals and Outcomes Introduction About this Book Go (or GoLang) is a modern programming language originally d...
Aspect-oriented Programming Cause for Concern AOP Summary Aspect-oriented Programming If you’ve been a programmer for a while or have received formal training as a programme...
Where It Began Where It Began Common Lisp is the modern descendant of the Lisp language first conceived by John McCarthy in 1956. Lisp circa 1956 was designed for “symbolic dat...
Creating instances In practice Editing scenes and instances Scene instances as a design language 总结 Creating instances In the previous part, we saw that a scene is a collect...
What is JavaScript? A Brief History TypeScript: A Static Type Checker A Typed Superset of JavaScript Syntax Types Runtime Behavior Erased Types Learning JavaScript and TypeS...
Defining Modules to Control Scope and Privacy Modules Cheat Sheet Grouping Related Code in Modules Defining Modules to Control Scope and Privacy In this section, we’ll talk a...
The Mighty LOOP The Mighty LOOP For the simple cases you have **DOLIST** and **DOTIMES** . And if they don’t suit your needs, you can fall back on the completely general **DO*...
Managing Growing Projects with Packages, Crates, and Modules Managing Growing Projects with Packages, Crates, and Modules As you write large programs, organizing your code will...