[racket-users] 2nd Call for Contributions: BOB 2018 - Berlin, Feb 23, 2018

2017-10-16 Thread Michael Sperber
Note that there's a Racket-based keynote - more Racket submissions welcome! BOB Conference 2018 "What happens when we use what's best for a change?" http://bobkonf.de/2018/en/cfp.html Berlin, February 23

Re: [racket-users] Re: Product and Vendor ID?

2017-10-16 Thread Matt Jadud
Many thanks Alex, Neil. I was looking at libusb, and was hoping-beyond-hope that there might be a secret, Racket-native solution that I had never heard of or encountered. I'll be back when I'm confused as to where to put the native libs for building a stand-alone app for distribution on multiple

[racket-users] okay for the stepper to blanket disarm all syntax?

2017-10-16 Thread 'John Clements' via users-redirect
I’m in the process of trying to update the stepper to handle check-random, and I’m somewhat baffled by the amount of difficulty I’m running into in and around ‘syntax-disarm’. It occurs to me that it would probably be simpler just to walk over the expanded syntax tree and reformulate it by

Re: [racket-users] Multiple namespaces in Racket

2017-10-16 Thread Alexis King
I ended up spending the majority of my weekend working on this, and even after two days, it still doesn’t work quite right. My verdict is that it seems impossible to do perfectly seamlessly, but it seems possible (but maybe hard) to get 85% there. Here’s a (rather long) overview of what I tried

Re: [racket-users] okay for the stepper to blanket disarm all syntax?

2017-10-16 Thread Ryan Culpepper
On 10/16/2017 12:38 PM, 'John Clements' via users-redirect wrote: I’m in the process of trying to update the stepper to handle check-random, and I’m somewhat baffled by the amount of difficulty I’m running into in and around ‘syntax-disarm’. It occurs to me that it would probably be simpler

[racket-users] Re: code reflection

2017-10-16 Thread George Neuner
Hi all, Thanks to everyone who replied. I apologize for posting and vanishing ... a family emergency on Saturday took me away for the weekend. David: Thank you for the exposition about your task scheduler. I have something similar, a (thread safe) priority queue based on data/heap, although

[racket-users] Note: DB layer does not handle Pg enums

2017-10-16 Thread David Storrs
Not a critical issue, but the db package will not handle enums in Postgres. This is clear from the docs but I just now tripped over it and thought I'd raise awareness. Workaround: make the field of type TEXT and then add a table constraint: CONSTRAINT "files_current_state_cns" CHECK

Re: [racket-users] Re: code reflection

2017-10-16 Thread Matthias Felleisen
> On Oct 16, 2017, at 5:26 PM, David Storrs wrote: > > On Mon, Oct 16, 2017 at 5:11 PM, Matthias Felleisen > wrote: >> >> You speak of personal failing, and I think that’s incorrect. >> We are missing a good introduction to syntax and friends. >

Re: [racket-users] Re: code reflection

2017-10-16 Thread David Storrs
On Mon, Oct 16, 2017 at 5:11 PM, Matthias Felleisen wrote: > > You speak of personal failing, and I think that’s incorrect. > We are missing a good introduction to syntax and friends. George Neuner, you might want to look at Greg Hendershott's "Fear of Macros"

Re: [racket-users] Re: code reflection

2017-10-16 Thread Ben Greenman
> Greg, if you're reading this...any chance you might expand FoM? In the meantime, the "Syntax Parse Examples" package is always accepting contributions: http://docs.racket-lang.org/syntax-parse-example/index.html#%28part._.The_.Examples%29 -- You received this message because you are

Re: [racket-users] Note: DB layer does not handle Pg enums

2017-10-16 Thread Jay Kominek
On Mon, Oct 16, 2017 at 12:04 PM, David Storrs wrote: > Not a critical issue, but the db package will not handle enums in > Postgres. This is clear from the docs but I just now tripped over it > and thought I'd raise awareness. > > Workaround: make the field of type

Re: [racket-users] Re: code reflection

2017-10-16 Thread Matthias Felleisen
> On Oct 16, 2017, at 2:17 PM, George Neuner wrote: You speak of personal failing, and I think that’s incorrect. We are missing a good introduction to syntax and friends. But having said that, I need to contradict this one: > Lisp's macros are ... I won't say

[racket-users] Can anyone help me with a change?

2017-10-16 Thread Josh Paley
Racket Community, We use the book Simply Scheme at my high school. Danny Yoo did a wonderful job adapting the library content for that book, but he left the code for random numbers in place. The book assumed versions of Scheme that might not have *random* and provided a fixed seed, meaning

[racket-users] Recursive Pattern Expander

2017-10-16 Thread Milo Turner
Hi. I talked with Matthias Felleisen and Ryan Culpepper this afternoon about parsing recursive structures using syntax/parse. I thought I'd give it a shot, so here's what I have so far: https://gist.github.com/iitalics/fb83780fd4cd6731d6fc046fb2dbac92 It turned out to be far too inconvenient

Re: [racket-users] Can anyone help me with a change?

2017-10-16 Thread Andrew Gwozdziewycz
Hi, I think it's the case that making the change to `random` is simple (or removing it if that's the appropriate thing), though I *believe* that Danny would be the only one who could re-upload it to planet. If you're willing to get it from a different source, e.g. pkgs.racket-lang.org, then it

Re: [racket-users] Note: DB layer does not handle Pg enums

2017-10-16 Thread David Storrs
Oh, cool. I didn't know that. Thanks, Jay. On Mon, Oct 16, 2017 at 6:09 PM, Jay Kominek wrote: > On Mon, Oct 16, 2017 at 12:04 PM, David Storrs > wrote: >> >> Not a critical issue, but the db package will not handle enums in >> Postgres. This is

Re: [racket-users] DrRacket Danish translation files?

2017-10-16 Thread Robby Findler
The racket/string-constants repo. Thanks! Robby On Mon, Oct 16, 2017 at 8:17 PM David Thrane Christiansen < da...@davidchristiansen.dk> wrote: > Hello all, > > I was using DrRacket in Danish the last few days, and saw that various > strings were missing translations. Searching the DrRacket repo

Re: [racket-users] DrRacket Danish translation files?

2017-10-16 Thread David Thrane Christiansen
Thank you! On 16-10-2017 21:18, Robby Findler wrote: > The racket/string-constants repo. Thanks! > > Robby > > On Mon, Oct 16, 2017 at 8:17 PM David Thrane Christiansen < > da...@davidchristiansen.dk> wrote: > >> Hello all, >> >> I was using DrRacket in Danish the last few days, and saw that

[racket-users] DrRacket Danish translation files?

2017-10-16 Thread David Thrane Christiansen
Hello all, I was using DrRacket in Danish the last few days, and saw that various strings were missing translations. Searching the DrRacket repo on Github didn't lead me to them - where should I look to contribute updated strings? Thanks! /David -- You received this message because you are