Add pict/code/eval with typeset-interaction, a la scribble/eval - #8
Open
lexi-lambda wants to merge 2 commits into
Open
Add pict/code/eval with typeset-interaction, a la scribble/eval#8lexi-lambda wants to merge 2 commits into
lexi-lambda wants to merge 2 commits into
Conversation
lexi-lambda
force-pushed
the
add-pict-code-eval
branch
3 times, most recently
from
September 13, 2015 07:22
ed8d526 to
972e990
Compare
lexi-lambda
force-pushed
the
add-pict-code-eval
branch
from
September 13, 2015 07:42
972e990 to
baec337
Compare
Member
|
I would like to avoid a dependency of |
Member
|
I don't particularly care about this case, but in general I think we should aim for more, smaller, packages rather fewer larger ones. This approach has worked very well in a number of other language communities, and I think it would be good in Racket as well. |
Member
Author
|
I'd be fine with moving it into |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a
pict/code/evalmodule that providesinteractionandtypeset-interaction, which allows typesetting REPL interactions as picts, much likeinteractionfromscribble/eval.The way I've implemented it, this introduces a new dependency on
scribble-libto take advantage ofmake-base-eval. If this is problematic or if it should be avoided, it would be possible to implement it another way, instead (though it would likely involve implementing something very similar tomake-base-eval, anyway).