Re: [racket-users] Is it possible to embed a scheme'y text editor in another GUI application?

2020-10-11 Thread Christopher Lemmer Webber
Matthew Flatt writes: > At Sun, 05 Aug 2018 11:50:09 -0400, Christopher Lemmer Webber wrote: >> DrRacket includes a nice Scheme editor. I don't need the whole >> thing... but some of it would be nice, like the paren matching. How >> reusable is DrRacket's text editor tooling? Reusable enough

Re: [racket-users] Is it possible to embed a scheme'y text editor in another GUI application?

2018-08-10 Thread Christopher Lemmer Webber
David Thrane Christiansen writes: >> Wow, those are stunning examples! I had no idea! > > Thanks! > >> BTW, do you have code for either of these posted anywhere under a libre >> license? Might be interesting to look at :) > > I don't typically post the source code of the slides themselves, >

Re: [racket-users] Is it possible to embed a scheme'y text editor in another GUI application?

2018-08-08 Thread David Thrane Christiansen
> Wow, those are stunning examples! I had no idea! Thanks! > BTW, do you have code for either of these posted anywhere under a libre > license? Might be interesting to look at :) I don't typically post the source code of the slides themselves, because I don't really design them for

Re: [racket-users] Is it possible to embed a scheme'y text editor in another GUI application?

2018-08-08 Thread Christopher Lemmer Webber
David Thrane Christiansen writes: > Hi Christopher, > >> Oh, this is very nice! I didn't even know there was a way to embed a >> REPL like this in slideshow! :) > > It's possible to embed arbitrary GUI widgets! > > Here's a talk that uses Slideshow with an embedded Idris editor and REPL > where

Re: [racket-users] Is it possible to embed a scheme'y text editor in another GUI application?

2018-08-05 Thread David Thrane Christiansen
Hi Christopher, > Oh, this is very nice! I didn't even know there was a way to embed a > REPL like this in slideshow! :) It's possible to embed arbitrary GUI widgets! Here's a talk that uses Slideshow with an embedded Idris editor and REPL where the slides fire up an Idris compiler behind the

Re: [racket-users] Is it possible to embed a scheme'y text editor in another GUI application?

2018-08-05 Thread Christopher Lemmer Webber
Matthew Flatt writes: > At Sun, 05 Aug 2018 11:50:09 -0400, Christopher Lemmer Webber wrote: >> DrRacket includes a nice Scheme editor. I don't need the whole >> thing... but some of it would be nice, like the paren matching. How >> reusable is DrRacket's text editor tooling? Reusable enough

Re: [racket-users] Is it possible to embed a scheme'y text editor in another GUI application?

2018-08-05 Thread Matthew Flatt
At Sun, 05 Aug 2018 11:50:09 -0400, Christopher Lemmer Webber wrote: > DrRacket includes a nice Scheme editor. I don't need the whole > thing... but some of it would be nice, like the paren matching. How > reusable is DrRacket's text editor tooling? Reusable enough to embed in > another

[racket-users] Is it possible to embed a scheme'y text editor in another GUI application?

2018-08-05 Thread Christopher Lemmer Webber
DrRacket includes a nice Scheme editor. I don't need the whole thing... but some of it would be nice, like the paren matching. How reusable is DrRacket's text editor tooling? Reusable enough to embed in another application? Or would I have to rewrite this? I know I can embed a more vanilla