aboutsummaryrefslogtreecommitdiffstats
path: root/journal
diff options
context:
space:
mode:
Diffstat (limited to 'journal')
-rw-r--r--journal/16jan2009.html2
-rw-r--r--journal/19jan2009.html3
-rw-r--r--journal/21jan2009.html3
-rw-r--r--journal/22jan2009-sage-interact-screenshot.pngbin0 -> 71859 bytes
-rw-r--r--journal/22jan2009.html11
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
new file mode 100644
index 0000000..5ceb7f0
--- /dev/null
+++ b/journal/22jan2009-sage-interact-screenshot.png
Binary files differ
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>