Coding Specialty
Pages
(Move to ...)
Home
About and Usage
Credit
Writing Specialty
▼
Wednesday, April 27, 2016
When do two variables refer to the same object, and how to copy a variable
›
One of my greatest confusions of JavaScript (and sometimes, greatest vexation) is when two variables refer to the same object. For example, ...
1 comment:
Wednesday, April 20, 2016
Null-coalescing operators: when and when not to use them
›
Alright, this is something I've seen too many times in JavaScript code—even professionally—so I am going to address it here. This mistak...
Saturday, April 2, 2016
Atoms and Tokens
›
The atomic score (or a.s., as abbreviated further in this post) of a program is the number of functional tokens in the program. Sometimes, ...
Thursday, March 17, 2016
Thinking more functionally: composition
›
Recently, I've been learning how to program in J ( website wikipedia online interpreter random link ). It can be thought of as a “fun...
Tuesday, December 1, 2015
JavaScript: editing the built-ins
›
Whilst working on my newest project Jolf , I found the need to “edit” the built-ins of JavaScript. What does that mean? I wanted to edit the...
Tuesday, November 10, 2015
The Cosmic Number
›
The Cosmic Problem (JSFiddle) ^ Well... what else do you want? Haha, just kidding. Of course I'm going to tell 'ya about it. Pi...
Thursday, October 1, 2015
Esoteric - Simplex
›
No, no, no, not a simplex. I mean Simplex . Simplex is a single-char programming language, that is, all of its commands are single character...
1 comment:
›
Home
View web version