Re: [racket-users] Announcing Event-lang

2018-05-23 Thread Eric Griffis
These are in and should be visible in a few hours. I'll keep collecting more! Eric On Tue, May 22, 2018 at 1:48 PM Matthew Butterick wrote: > I'm sure I'm not the only one who would like to see these (and other > examples you have handy) added to your `event-lang` docs. > > > On May 22, 2018,

Re: [racket-users] Using Racket's raco on on Guix(SD)

2018-05-23 Thread Konrad Hinsen
On 22/05/2018 15:42, Christopher Lemmer Webber wrote: Unfortunately when I try to install packages with "raco pkg install" I get errors like the following: I filed a bug report about this problem a while ago: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=30680 Quote: I traced this back

[racket-users] Re: Edmond's Blossom Algorithm

2018-05-23 Thread Sorawee Porncharoenwase
I'm not sure that what you need is Edmond's blossom algorithm. Maximum matching is a problem on undirected graphs. Your problem seems to involve a directed graph structure (A prefers B doesn't mean B prefers A). Daniel Prager's solution involves randomization, so I think it's possible that the

Re: [racket-users] github for third-party racket packages

2018-05-23 Thread Philip McGrath
In regard to "non-commercial stuff that you're not ready to release" (I have a lot of that), I believe GitHub requires a paid account to host private repositories. (I'd be delighted to hear otherwise.) I host some of my non-public code on BitBucket, which provides private repositories for free. It

Re: [racket-users] github for third-party racket packages

2018-05-23 Thread Greg Hendershott
I like using GitHub for this (IIUC Bitbucket or GitLab would work equally well). The Racket package catalog tracks a branch, say `master`. After you push a commit to `master`, the rkt pkg cat will notice automatically. It scans at intervals. (If you're impatient, sign in and choose "Refresh my pa

[racket-users] github for third-party racket packages

2018-05-23 Thread Neil Van Dyke
I'm thinking of moving all my open source third-party Racket packages to GitHub, and had some questions, for other third-party developers... 1. How do third-party developers of polished Racket packages like using GitHub?  (Example questions... What friction is there still, to rapidly making a