Re: [racket-users] Splitting up a GUI source file?

2018-03-24 Thread HiPhish
Thank you for the paper. I had come across units several times, but I could never figure out *what* their intention was from the documentation. The paper has at least made their motivation clear, I still have to figure out how to actually use this feature now. On Friday, March 23, 2018 at

Re: [racket-users] Splitting up a GUI source file?

2018-03-23 Thread James Platt
> May be relevant > > https://pkgs.racket-lang.org/package/spreadsheet-editor Indeed, I got part way through working with that package for this exact purpose but ran into glitches. The main thing is just a lack of documentation. At this point, I am favoring the idea of borrowing

Re: [racket-users] Splitting up a GUI source file?

2018-03-23 Thread Stephen De Gabrielle
May be relevant https://pkgs.racket-lang.org/package/spreadsheet-editor s. On Fri, Mar 23, 2018 at 5:09 PM, James Platt wrote: > > > I am trying to create a GUI program, my problem is that the source code > for the > > GUI portion is growing out of control and I don't

Re: [racket-users] Splitting up a GUI source file?

2018-03-23 Thread Matthias Felleisen
SHORT: You may wish to *look* at the first units paper at https://www2.ccs.neu.edu/racket/pubs/#pldi98-ff because what you describe is almost exactly the example from that paper. Just read the example section. If you like what you see, jump into the docs. ;; - - - SOMEWHAT LONGER:

Re: [racket-users] Splitting up a GUI source file?

2018-03-23 Thread James Platt
> I am trying to create a GUI program, my problem is that the source code for > the > GUI portion is growing out of control and I don't know how to split it up. I'm not sure if this will really answer your question but you may want to look at some code from MrEd Designer and see how it splits

[racket-users] Splitting up a GUI source file?

2018-03-23 Thread HiPhish
Hello Racketeers, I am trying to create a GUI program, my problem is that the source code for the GUI portion is growing out of control and I don't know how to split it up. Here is some background info: the GUI is basically just a specialised frontend to a database, the users clicks some