summaryrefslogtreecommitdiffstats
path: root/net/ricketyspace/sicp/two/twentynine.scm
Commit message (Collapse)AuthorAgeFilesLines
* two/twentynine.scm: Add example for mobile-balanced?rsiddharth2019-07-161-0/+57
|
* two/twentynine.scm: Add mobile-balanced?rsiddharth2019-07-151-1/+21
| | | | | * net/ricketyspace/sicp/two/twentynine.scm (has-submobile?) (torque, mobile-balanced?): New functions.
* net/ricketyspace: two/twentynine.scm: Add branch-weight.rsiddharth2019-07-151-5/+6
| | | | | | * net/ricketyspace/sicp/two/twentynine.scm (branch-weight): New function. (total-weight): Remove branch-weight local function.
* net/ricketyspace/sicp/two/twentynine.scm: Fix spacing in example.rsiddharth2019-07-151-4/+5
|
* net/ricketyspace/sicp/two/twentynine.scm: Update total-weight.rsiddharth2019-07-151-23/+27
| | | | | * net/ricketyspace/sicp/two/twentynine.scm (total-weight): Fix function.
* Add (net ricketyspace sicp two twentynine)rsiddharth2019-07-061-0/+61
Ex 2.29 a, b. * net/ricketyspace/sicp/two/twentynine.scm: New file.