aboutsummaryrefslogtreecommitdiffstats
path: root/journal/21jan2009.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@eta.mit.edu>2009-01-22 03:46:57 -0500
committerbnewbold <bnewbold@eta.mit.edu>2009-01-22 03:46:57 -0500
commitb00bae3f32ebc3427ed7933a2fda4b830c094497 (patch)
tree4a06e1f6e7bb9eae5ab1796a852c36c643d122e2 /journal/21jan2009.html
parent1d18259d031a2bbbb6e99f883f26de1919bda511 (diff)
download8thesis-b00bae3f32ebc3427ed7933a2fda4b830c094497.tar.gz
8thesis-b00bae3f32ebc3427ed7933a2fda4b830c094497.zip
journal edit, notes, mitscheme in sage
Diffstat (limited to 'journal/21jan2009.html')
-rw-r--r--journal/21jan2009.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/journal/21jan2009.html b/journal/21jan2009.html
index d451c90..72ab84b 100644
--- a/journal/21jan2009.html
+++ b/journal/21jan2009.html
@@ -46,6 +46,29 @@ the best way to "do" scheme.
In other news I just learned the vim command I was missing: <code>gq}</code>
will rewrap the current paragraph to ~70 columns width; <code>gq</code> will do
the same to the current selection in visual mode. FINALLY.
+<hr />
+Got mechanics sort of running in sage. Was able to plot and (se ...) from
+within the browser notebook interface which was a... strange experience.
+<p />
+See <a href="../other/sage-scheme-notes.txt">sage-scheme-notes.txt</a> for
+installation instructions...
+<p />
+I should either write up a patch or submit a bug/request for a --version
+flag for mit-scheme, it needs one!
+
+<p />Todo for scmutils in sage:
+<span style="color:red;">
+<ul>
+ <li />Handle multiline inputs properly (now echos a lot)
+ <li />Handle multiple S-expressions in one notebook cell
+ <li />Either basic wrappers or reimplementations for (se ...) and the plotting
+ functions so their results will pop up in the notebook
+ <li />Interact examples!
+ <li />Either drop or finish object wrapping... maybe look through the other
+ interface examples more carefully?
+ <li />Wrap as an .spkg? Compilation issues on other platforms? Documentation
+ and tests?
+</ul>
<br /><br />
<a href="19jan2009.html"><i>(previous entry)</i></a>