This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (defvar *oblique-strategy-list* | |
| '("Remove specifics and convert to ambiguities" | |
| "Don't be frightened of cliches" | |
| "What is the reality of the situation?" | |
| "Are there sections? Consider transitions " | |
| "Turn it upside down " | |
| "Think of the radio " | |
| "Allow an easement (an easement is the abandonment of a stricture) " | |
| "Simple subtraction " | |
| "Go slowly all the way round the outside " |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (ql:quickload :petalisp) | |
| (use-package :petalisp) | |
| (defvar x (as-matrix #2a((5.1 3.5 1.4 0.2) | |
| (4.9 3.0 1.4 0.2) | |
| (6.2 3.4 5.4 2.3) | |
| (5.9 3.0 5.1 1.9)))) | |
| (defvar y (as-matrix #(0 0 1 1))) | |
| (defvar w (as-matrix #(0.5 0.5 0.5 0.5))) |
NewerOlder