Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | (net ricketyspace sicp one twentytwo): Add three-primes-gt. | rsiddharth | 2017-07-01 | 1 | -1/+12 | |
| | | | | | * net/ricketyspace/sicp/one/twentytwo.scm (three-primes-gt) (three-primes-gt-iter): New functions. | |||||
* | Add net/ricketyspace/sicp/one/twentytwo.scm | rsiddharth | 2017-06-24 | 1 | -0/+48 | |
| | ||||||
* | Add net/ricketyspace/sicp/utils.scm | rsiddharth | 2017-06-24 | 1 | -0/+10 | |
| | ||||||
* | net: Add module (net ricketyspace sicp one twentyone). | rsiddharth | 2017-06-17 | 1 | -0/+42 | |
| | | | | * net/ricketyspace/sicp/one/twentyone.scm: New file. | |||||
* | sicp.org: Add notes (2 -> 6 -> The Fermat Test). | rsiddharth | 2017-05-27 | 1 | -0/+58 | |
| | ||||||
* | sicp.org: Update section exercises.1.20 | rsiddharth | 2017-05-12 | 1 | -5/+69 | |
| | ||||||
* | sicp.org: Scribble ex. 1.20. | rsiddharth | 2017-05-06 | 1 | -0/+36 | |
| | ||||||
* | Add (net ricketyspace sicp one nineteen) | rsiddharth | 2017-04-01 | 1 | -0/+31 | |
| | ||||||
* | net: Add `ifast-*` function. | rsiddharth | 2017-02-18 | 2 | -1/+22 | |
| | | | | | | | | * net/ricketyspace/sicp/one/eighteen.scm (ifast-iter-*) (ifast-*): New functions. * net/ricketyspace/sicp/one/seventeen.scm (double, halve): Add functions to export. (even?): Add function to replace. | |||||
* | net: Fix `fast-*` function. | rsiddharth | 2017-02-18 | 1 | -1/+1 | |
| | | | | * net/ricketyspace/sicp/one/seventeen.scm (fast-*): Update function. | |||||
* | net: Fix `fast-expt-iter` | rsiddharth | 2017-02-18 | 1 | -1/+1 | |
| | | | | * net/ricketyspace/sicp/one/sixteen.scm (fast-expt-iter): Fix function. | |||||
* | Add net/ricketyspace/sicp/one/seventeen.scm | rsiddharth | 2017-02-11 | 1 | -0/+46 | |
| | ||||||
* | Add net/ricketyspace/sicp/one/sixteen.scm | rsiddharth | 2017-02-04 | 1 | -0/+26 | |
| | ||||||
* | one -> net/ricketyspace/sicp | rsiddharth | 2017-01-14 | 9 | -9/+9 | |
| | ||||||
* | one/fifteen.scm: fix log function. | rsiddharth | 2017-01-07 | 1 | -2/+2 | |
| | ||||||
* | Add one/fifteen.scm | rsiddharth | 2017-01-07 | 1 | -0/+31 | |
| | ||||||
* | update one/fourteen.scm | rsiddharth | 2016-11-26 | 1 | -20/+34 | |
| | ||||||
* | add one/fourteen.scm | rsiddharth | 2016-11-12 | 1 | -0/+29 | |
| | ||||||
* | one/twelve.scm: update printing function. | rsiddharth | 2016-09-24 | 1 | -2/+1 | |
| | ||||||
* | update sicp.org | rsiddharth | 2016-09-24 | 1 | -0/+19 | |
| | ||||||
* | update one/twelve.scm | rsiddharth | 2016-09-16 | 1 | -1/+14 | |
| | ||||||
* | one/twelve.scm: add printing functions | rsiddharth | 2016-09-14 | 1 | -1/+17 | |
| | | | | They work only when all values of the triangle are single digit. | |||||
* | add one/twelve.scm | rsiddharth | 2016-09-03 | 1 | -0/+30 | |
| | | | | made some progress on ex. 1.12. | |||||
* | add note on ex. 1.11. | rsiddharth | 2016-09-03 | 1 | -0/+5 | |
| | ||||||
* | one/eleven.scm: add alt. version. | rsiddharth | 2016-08-22 | 1 | -1/+30 | |
| | | | | (make-cache, alt-recursive-fn): new functions. | |||||
* | one/eleven.scm: update header comment styling. | rsiddharth | 2016-08-22 | 1 | -3/+3 | |
| | ||||||
* | add one/eleven.scm | rsiddharth | 2016-08-17 | 1 | -0/+12 | |
| | | | | * one/eleven.scm (recursive-fn): add function. | |||||
* | finish ex. 1.10. | rsiddharth | 2016-07-23 | 1 | -0/+9 | |
| | ||||||
* | some progress on ex. 1. 10. | rsiddharth | 2016-07-16 | 1 | -1/+60 | |
| | ||||||
* | did some ex 1.10. | rsiddharth | 2016-07-02 | 1 | -0/+62 | |
| | ||||||
* | sicp.org: tried ex. 1.9. | rsiddharth | 2016-06-25 | 1 | -0/+40 | |
| | ||||||
* | Add one/eight.scm | rsiddharth | 2016-04-30 | 1 | -0/+38 | |
| | | | | Exercise 1.8. | |||||
* | update exercise 1.7. | rsiddharth | 2016-04-23 | 1 | -4/+9 | |
| | ||||||
* | sicp.org: update ex 1.7 answer. | rsiddharth | 2016-04-16 | 1 | -12/+36 | |
| | ||||||
* | one/seven - Add comments. | rsiddharth | 2016-04-02 | 1 | -0/+3 | |
| | ||||||
* | one/seven - Add new functions. | rsiddharth | 2016-04-02 | 1 | -1/+17 | |
| | | | | | | | New functions: - good-enough-alt? - sqrt-iter-alt - sqrt-sicp-alt | |||||
* | Add one/seven.scm | rsiddharth | 2016-03-24 | 1 | -0/+30 | |
| | ||||||
* | Add notes (ex 1.7). | rsiddharth | 2016-03-24 | 1 | -0/+18 | |
| | ||||||
* | Add note about guile's use-modules | rsiddharth | 2016-03-24 | 1 | -0/+5 | |
| | ||||||
* | removed status. | rsiddharth | 2016-03-24 | 1 | -2/+0 | |
| | ||||||
* | Add README.org | rsiddharth | 2016-03-12 | 1 | -0/+8 | |
| | ||||||
* | Add License (CC BY-SA 4.0). | rsiddharth | 2016-03-12 | 4 | -0/+15 | |
| | ||||||
* | Tried answering 1.1.6 | rsiddharth | 2016-03-12 | 2 | -0/+47 | |
| | ||||||
* | Added sicp.org | rsiddharth | 2016-01-22 | 1 | -0/+48 | |
| | ||||||
* | Added one/five.scm | rsiddharth | 2016-01-22 | 1 | -0/+9 | |
| | ||||||
* | added one/three.scm | rsiddharth | 2016-01-12 | 1 | -0/+32 | |
| | ||||||
* | initial commit. | rsiddharth | 2016-01-12 | 2 | -0/+9 | |