Re: [racket-users] Licence guidance

2018-09-27 Thread stewart mackenzie
Hi, Take a look at MPLv2, it's a share-and-share-alike but at file level so you can include it in proprietary code if you want. This is a good license for hackers and businesses. kr/sjm On Mon, 24 Sep 2018, 18:04 Stephen De Gabrielle, wrote: > c) anything else? > -- You received this

Re: [racket-users] Licence guidance

2018-09-27 Thread Norman Gray
Greetings. On 27 Sep 2018, at 3:48, Anthony Carrico wrote: On 09/26/2018 05:32 PM, Deren Dohoda wrote: I put a package up but it has no license info in the code. I would add one which is the most permissive possible that wouldn't cause conflict. I guess this is BSD? MIT? In this case,

Re: [racket-users] Licence guidance

2018-09-27 Thread Hendrik Boom
On Thu, Sep 27, 2018 at 01:21:15PM +0100, Norman Gray wrote: > > Greetings. > > On 27 Sep 2018, at 3:48, Anthony Carrico wrote: > > > On 09/26/2018 05:32 PM, Deren Dohoda wrote: > > > > > I put a package up but it has no license info in the code. I would > > > add > > > one which is the most

Re: [racket-users] 2018 SIGPLAN Software Award

2018-09-27 Thread Daniel Prager
Congratulations! And thank you ... Dan -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to racket-users+unsubscr...@googlegroups.com. For more options, visit

[racket-users] editor-snip clickback not working in DrRacket interaction window

2018-09-27 Thread Philippe M
Hi, It seems that clickbacks are not working when a snip is displayed in DrRacket interaction window. Here is a sample program: #lang racket/gui (define (show-dialog) (define f (new dialog% [label "Dialog"] [style '(close-button)])) (define m (new message% [label "Clicked"] [parent f]))

[racket-users] Capturar valor de retorno da query Racket

2018-09-27 Thread dev . videira
Olá, sou iniciante no racket. Gostaria de capturar o valor *insert-id* que retorna em um uma struct chama simple-result da query

Re: [racket-users] Capturar valor de retorno da query Racket

2018-09-27 Thread Vincent St-Amour
Olá, Se eu entendi sua pergunta, a função `dict-ref` é o que você quer: (dict-ref (query ..) 'insert-id) Vincent On Thu, 27 Sep 2018 14:24:39 -0500, dev.vide...@gmail.com wrote: > > Olá, sou iniciante no racket. Gostaria de capturar o valor insert-id que > retorna em um uma struct

Re: [racket-users] Capturar valor de retorno da query Racket

2018-09-27 Thread George Neuner
Hi, On 9/27/2018 3:24 PM, dev.vide...@gmail.com wrote: Olá, sou iniciante no racket. Gostaria de capturar o valor *insert-id* que retorna em um uma struct chama simple-result  da query

Re: [racket-users] Capturar valor de retorno da query Racket

2018-09-27 Thread George Neuner
On 9/27/2018 4:07 PM, Vincent St-Amour wrote: Olá, Se eu entendi sua pergunta, a função `dict-ref` é o que você quer: (dict-ref (query ..) 'insert-id) Vincent Yes, that will work on the alist.  But first you have to get the alist out of the simple-result struct. George -- You

Re: [racket-users] Capturar valor de retorno da query Racket

2018-09-27 Thread David Storrs
Some other thoughts for you, in no particular order: * I encourage you to always specify your field names in a SQL query, as it is both more readable and it will future-proof you against changes in the schema. So: Use this: INSERT INTO questions (description, qtext, author) VALUES

Re: [racket-users] 2018 SIGPLAN Software Award

2018-09-27 Thread Alexander Shopov
This is well earned and long due! На чт, 27.09.2018 г. в 0:53 ч. Matthew Flatt написа: > Dear Racketeers, > > Racket has just received the > >2018 ACM SIGPLAN Software Systems Award > > We are honored by this award, but it belongs to more than the core > group of people named in the