[racket] Block diagram drawing library

2014-01-31 Thread Mark Watts
construct networks of constraints by drawing connectors between constraints. If someone has written something like this before, it would save me some time figuring out how to do it myself. -- Cheers, Mark Watts Department of Computer Science University of Texas at Austin Racket

Re: [racket] Expand string for use with enter!

2014-01-07 Thread Mark Watts
-require`, but there's currently no `dynamic-enter!`. > > We can add `dynamic-enter!` to `racket/enter`. Meanwhile, though, you > may have to use `eval` as a workaround. > > At Mon, 6 Jan 2014 18:07:35 -0600, Mark Watts wrote: > > Hello, > > > > I'm trying

[racket] Expand string for use with enter!

2014-01-06 Thread Mark Watts
Hello, I'm trying to make a wrapper for enter! (from racket/enter) but the filename argument gets read by enter! as a symbol rather than the value it is bound to. How can I expand the argument into a string for this case? -- Cheers, Mark Watts Department of Computer Science University of

Re: [racket] How to view source code of procedures? MIT scheme "pp" equivalent?

2013-12-31 Thread Mark Watts
. > This isn't related to your main query, but it sounds like the functionality of `pa' is served by function type signatures in Typed Racket. -- Cheers, Mark Watts Department of Computer Science University of Texas at Austin Racket Users list: http://lists.racket-lang.org/users