diff options
author | bnewbold <bnewbold@eta.mit.edu> | 2009-01-22 18:36:59 -0500 |
---|---|---|
committer | bnewbold <bnewbold@eta.mit.edu> | 2009-01-22 18:36:59 -0500 |
commit | 66c4616241749ce8950c0a48a529c303d430eb99 (patch) | |
tree | ddba020d2c6faa0ab37a0bc407a817ebce216fa2 /journal | |
parent | 1333977014c983e39c1392eb7ca71800085ba1eb (diff) | |
download | 8thesis-66c4616241749ce8950c0a48a529c303d430eb99.tar.gz 8thesis-66c4616241749ce8950c0a48a529c303d430eb99.zip |
added next entry links; screenshot; sage tweaks (still not very good); amd64 instructions
Diffstat (limited to 'journal')
-rw-r--r-- | journal/16jan2009.html | 2 | ||||
-rw-r--r-- | journal/19jan2009.html | 3 | ||||
-rw-r--r-- | journal/21jan2009.html | 3 | ||||
-rw-r--r-- | journal/22jan2009-sage-interact-screenshot.png | bin | 0 -> 71859 bytes | |||
-rw-r--r-- | journal/22jan2009.html | 11 |
5 files changed, 17 insertions, 2 deletions
diff --git a/journal/16jan2009.html b/journal/16jan2009.html index 8ec2681..03dcf6b 100644 --- a/journal/16jan2009.html +++ b/journal/16jan2009.html @@ -38,6 +38,8 @@ The Little Schemer and The Seasoned Schemer. My notes on those books are notes on scheme itself are <a href="http://bryannewbold.com/k/software/scheme">here</a> (note: last link temporarily broken?). +<br /><br /> +<a href="19jan2009.html"><i>(next entry)</i></a> <!-- ================================================================ --> <!-- ================================================================ --> diff --git a/journal/19jan2009.html b/journal/19jan2009.html index 01d6b98..6b5d477 100644 --- a/journal/19jan2009.html +++ b/journal/19jan2009.html @@ -42,7 +42,8 @@ For now, i'm actually going to switch over to the "scm" scheme distribution which is much simpler and get that going well with sage, then try MIT/GNU scheme again. <br /><br /> -<a href="16jan2009.html"><i>(previous entry)</i></a> +<a href="16jan2009.html"><i>(previous entry)</i></a> - +<a href="21jan2009.html"><i>(next entry)</i></a> <!-- ================================================================ --> <!-- ================================================================ --> diff --git a/journal/21jan2009.html b/journal/21jan2009.html index 72ab84b..724e052 100644 --- a/journal/21jan2009.html +++ b/journal/21jan2009.html @@ -71,7 +71,8 @@ flag for mit-scheme, it needs one! </ul> <br /><br /> -<a href="19jan2009.html"><i>(previous entry)</i></a> +<a href="19jan2009.html"><i>(previous entry)</i></a> - +<a href="22jan2009.html"><i>(next entry)</i></a> <!-- ================================================================ --> <!-- ================================================================ --> diff --git a/journal/22jan2009-sage-interact-screenshot.png b/journal/22jan2009-sage-interact-screenshot.png Binary files differnew file mode 100644 index 0000000..5ceb7f0 --- /dev/null +++ b/journal/22jan2009-sage-interact-screenshot.png diff --git a/journal/22jan2009.html b/journal/22jan2009.html index cb73efb..68213b5 100644 --- a/journal/22jan2009.html +++ b/journal/22jan2009.html @@ -25,6 +25,17 @@ But this is super slow, should probably just use gnuplot for now... gnuplot('set terminal png; set xrange[-4:4]; set yrange[-100:100]; set output "/home/bnewbold/fromsage.png"; plot "/home/bnewbold/output";') </pre> Could fidget with style settings too. +<hr /> +<p /> +Fiddled some more got an @interact going: see a screenshot +<a href="22jan2009-sage-interact-screenshot.png">here</a>. + +Still have most of yesturday's stuff to do if i'm going to pursue that... I +got scmutils working (at least partially) on a virtual machine: <a +href="http://eta.xvm.mit.edu/">eta.xvm.mit.edu</a>. It's a amd64 host so I had +to fiddle with loading extra 32bit libraries, more about that in these <a +href="../other/mit-scheme-etch-amd64-howto.txt">directions</a> I emailed to the +mit-scheme-devel list. <br /><br /> <a href="21jan2009.html"><i>(previous entry)</i></a> |