Replies: 3 comments 6 replies
-
I love the crap out of the Jupiter Ace for this, although it goes about it differently. |
Beta Was this translation helpful? Give feedback.
-
@Whammo Are you describing the interpreter? :-) Indeed, the new |
Beta Was this translation helpful? Give feedback.
-
Further pondering: one particularly nice thing about the Jupiter Ace is the split-screen. For durexForth, it could be particularly nice to program high-res graphics this way. In the lower part, a text editor, in the upper part, the image that is being programmed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Of an editor that traverses code memory on the fly. You can
see
and perhaps edit and insert code.There is no edit buffer other than the screen.
New code would be appending from
here
, a load always compiles and a save decompiles frommarker
tohere
.Beta Was this translation helpful? Give feedback.
All reactions