Re: [racket-users] racket-mode finds wrong version of Racket

2019-12-16 Thread bruno cuconato
to somewhere in my PATH (when that approach is viable). since you are using OSX, https://github.com/purcell/exec-path-from-shell might be useful to you. -- bruno cuconato On Mon, 16 Dec 2019 at 14:28, David Storrs wrote: > > I just now updated to 7.5 from 7.3, then updated my .bashrc t

Re: [racket-users] procedural text generation for game jam.

2019-10-23 Thread bruno cuconato
On Mon, 22 Oct 2019 at 19:28, Hendrik Boom wrote: > What's desired in a too for a game is to take an abstract syntax of what > is to be said, and to do the necessary transformations to make it into a > grammatical sentence. for the abstract syntax to concrete representation part, GF(http://www.gr

Re: [racket-users] pollen?

2019-08-05 Thread bruno cuconato
hi Hendrik, you might want to try https://groups.google.com/forum/#!forum/pollenpub for pollen-related queries -- bruno cuconato (on mobile) On Mon, Aug 5, 2019, 05:12 Hendrik Boom wrote: > On Sun, Aug 04, 2019 at 02:17:33AM -0700, Simon Schlee wrote: > > I have not completely

Re: [racket-users] Capturing print?

2019-07-10 Thread bruno cuconato
there's https://docs.racket-lang.org/reference/port-lib.html#%28def._%28%28lib._racket%2Fport..rkt%29._with-output-to-string%29%29 and company. would that work for you? -- bruno cuconato On Wed, 10 Jul 2019 at 17:48, Kevin Forchione wrote: > Hi guys, > Is there a wrapper or som

Re: [racket-users] Help: How to check a typed/racket type in an untyped Racket contract?

2019-05-17 Thread bruno cuconato
k. even if I could get it to work, I still like Matthias' suggestion because I wouldn't need to create another module. cheers, -- bruno cuconato On Tuesday, August 8, 2017 at 8:17:11 PM UTC-3, Sam Tobin-Hochstadt wrote: > > One other suggestion: you can use `define-predicate` in