aboutsummaryrefslogtreecommitdiffstats
path: root/journal/21jan2009.html
diff options
context:
space:
mode:
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>