Re: [racket-users] DrRackGit & LibGit2

2017-12-07 Thread Stephen De Gabrielle
ing the libgit2 package? >> > >> > Kind regards, >> > >> > Stephen >> > >> > PS I have built the lib2git library on macOS, but I lack the required >> experience in FFI and I can’t currently build for Linux or windows. >> > >> > >> > >&

Re: [racket-users] DrRackGit & LibGit2

2017-12-07 Thread 'John Clements' via users-redirect
xing the libgit2 package? > > > > Kind regards, > > > > Stephen > > > > PS I have built the lib2git library on macOS, but I lack the required > > experience in FFI and I can’t currently build for Linux or windows. > > > > > > > > >

Re: [racket-users] DrRackGit & LibGit2

2017-12-08 Thread Stephen De Gabrielle
issue > ( it is missing the dependency on the libgit2 library.) and add a > compatible licence, but isn’t able to maintain it at the moment. > > > > > > Is anyone interested in fixing the libgit2 package? > > > > > > Kind regards, > > > > >

[racket-users] scheme-script executable?

2017-12-10 Thread Philip McGrath
seems like just making scheme-script an alias for the racket executable would be sufficient. -Philip -- 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

Re: [racket-users] Re: stumped

2017-12-13 Thread Stephen De Gabrielle
ls have > the dimensions of the largest one). > > Best Regards, > Alex. > > -- > 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

Re: [racket-users] Y combinator

2018-01-13 Thread Matthias Felleisen
LS does not dump the code on the reader. It develops it, step by step, w/o any mystery. It is still a serious “reading” exercise for most readers and a rather satisfying one I am told. — Matthias -- You received this message because you are subscribed to the Google Groups "Racket Users" gr

Re: [racket-users] Y combinator

2018-01-13 Thread Jason Hemann
rameter, it > > was capable of calling its parameter, which was itself. > > > > Have fun deciphering the code. It took me while, too, way back in the > > 60's. > > > TLL/TLS does not dump the code on the reader. It develops it, > step by step, w/o any mystery.

[racket-users] Understanding prop:impersonator-of

2018-01-25 Thread Daniel Feltey
isunderstanding the way to use prop:impersonator-of ? I don't fully understand the documentation, so it's possible this isn't something that prop:impersonator-of is intended for. Thanks Dan -- You received this message because you are subscribed to the Google Groups "Racket Use

[racket-users] Apparent Datalog error?

2018-01-31 Thread Kevin Forchione
ob, john). ancestor(john, douglas). ancestor(bob, douglas). ancestor(ebbon, john). > It seems that the correct answer should also include ancestor(ebbon, douglas). Am I doing something wrong? -Kevin -- You received this message because you are subscribed to the Google Groups "Racket Users&q

Re: [racket-users] Datalog Question

2018-01-31 Thread Jay McCarthy
create a query for foo(x, ?) where ? is not 3? > > #lang datalog > > foo(bil, 1). > foo(bob, 3). > foo(joe, 2). > > I imagine I’d have to create a rule of some sort. > > -Kevin > > -- > You received this message because you are subscribed to the Google Groups &g

[racket-users] raco distribute help

2018-02-01 Thread Deren Dohoda
e here? Thanks, Deren -- 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 https://groups.google.com/d/optout.

[racket-users] Quick regexp question

2018-02-02 Thread nocheroot
ot; , "2018-02-02T11:26:34 someuser some-computername01 233.194.20.110 something broke") m['Date'] m['Username'] m['Hostname'] m['IP'] m['Message'] Both output: 2018-02-02T11:26:34 someuser some-computername01 233.194.20.110 somet

[racket-users] [CFP] ICOOOLPS 2018

2018-02-05 Thread Tim Felgentreff
s "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 https://groups.google.com/d/optout.

Re: [racket-users] Re: racket2nix

2018-02-14 Thread Anthony Carrico
se 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 https://groups.google.com/d/optout.

Re: [racket-users] Re: racket2nix

2018-02-14 Thread Matthew Flatt
tion-link layer, but it has to keep additional information that is specific to the package layer. -- 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 ra

Re: [racket-users] Re: racket2nix

2018-02-14 Thread Claes Wallin
I'll try that. I thought packages were always looked up through the collections, but maybe that's a difference between package dependencies when installing and the way you look them up when you refer to them in the code? -- /c -- You received this message because you are subscrib

Re: [racket-users] Re: racket2nix

2018-02-14 Thread Claes Wallin
to people in your situation in the future. -- /c -- 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 https://groups.google.com/d/optout.

Re: [racket-users] Re: racket2nix

2018-02-14 Thread Claes Wallin
requires setup/dirs, so I wonder why raco (or something) can't. -- /c -- 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 https://groups.google.com/d/optout.

Re: [racket-users] Re: racket2nix

2018-02-16 Thread stewart mackenzie
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 https://groups.google.com/d/optout.

Re: [racket-users] Re: racket2nix

2018-02-19 Thread Christopher Lemmer Webber
t written in Scheme! But that work will probably build on experiences from this Nix work if I get to it first at all (and it sounds like you might beat me to it anyway) ;) Thanks for working on this! -- You received this message because you are subscribed to the Google Groups "Racket Us

Re: [racket-users] Re: racket2nix

2018-02-19 Thread johnbclements
will probably build on experiences from this Nix work if I > get to it first at all (and it sounds like you might beat me to it > anyway) ;) > > Thanks for working on this! > -- 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 https://groups.google.com/d/optout.

Re: [racket-users] #lang rust

2018-02-20 Thread 'Paulo Matos' via Racket Users
a C/C++ replacement I love what Rust stands for so +1 (again!) for this project. -- Paulo Matos -- 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 racke

Re: [racket-users] Re: racket2nix

2018-02-20 Thread Claes Wallin
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 https://groups.google.com/d/optout.

Re: [racket-users] #lang rust

2018-02-21 Thread Alexander Shopov
. No guarantee that anyone will join, much less that it is a good idea. Kind regards: al_shopov На вт, 20.02.2018 г. в 12:32 ч. 'Paulo Matos' via Racket Users < racket-users@googlegroups.com> написа: > > > On 20/02/18 07:21, Neil Van Dyke wrote: > > If someone i

Re: [racket-users] #lang rust

2018-02-21 Thread Hendrik Boom
ept of garbage collection for data declared to need it) with Racket's. -- hendrik -- 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+un

Re: [racket-users] #lang rust

2018-02-21 Thread stewart mackenzie
r which is (currently) only available on rust nightly which is a relatively fast moving target. /sjm > -- 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 r

Re: [racket-users] Re: racket2nix

2018-02-21 Thread Anthony Carrico
t. Amazingly, Nix has already solved many such weird issues. If this Racket/Nix effort goes forward, Racket users will probably need some guidance (and discipline) regarding foreign libraries. -- Anthony Carrico -- You received this message because you are subscribed to the Google Groups &

Re: [racket-users] #lang rust

2018-02-22 Thread Claes Wallin
hings out? -- /c -- 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 https://groups.google.com/d/optout.

[racket-users] Are canvases stackable?

2018-02-23 Thread David Alkire
ssible? Is that the right approach or are there better alternatives? Thanks, David -- 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+uns

[racket-users] Are canvases stackable?

2018-02-23 Thread Alex Harsanyi
anywhere. There’s a racket game collection which might provide useful classes, but I have no experience with those. Best regards, Alex -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiv

[racket-users] Re: Understanding 'curry'

2018-02-27 Thread David Storrs
ormed my (incorrect) understanding: "The curry function provides limited support for keyworded functions: only the curry call itself can receive keyworded arguments to be propagated eventually to proc." -- You received this message because you are subscribed to the Google Groups

RE: [racket-users] Understanding 'curry'

2018-02-27 Thread Jos Koot
curry itself is curried (which sometimes is puzzling) (define (foo a #:bar x) x) ((curry foo #:bar 9) 8) ; -> # ((curry curry foo #:bar 9) 8) ; -> 9 I hope others can explain this in detail. I can't. Jos -Original Message- From: racket-users@googlegroups.com [mailto:r

Re: [racket-users] Understanding 'curry'

2018-02-27 Thread David Storrs
ntext] > ((curry curry foo #:bar 8) 7 #:baz 9) ; application: procedure does not accept keyword arguments ; procedure: curried ; [,bt for context] That makes my brain hurt, but I think I get it. Thanks, Jos > > -Original Message- > From: racket-users@googlegroups.com [mailt

RE: [racket-users] Understanding 'curry'

2018-02-27 Thread Jos Koot
From: David Storrs [mailto:david.sto...@gmail.com] Sent: martes, 27 de febrero de 2018 20:13 To: Jos Koot Cc: Racket Users Subject: Re: [racket-users] Understanding 'curry' On Tue, Feb 27, 2018 at 12:12 PM, Jos Koot wrote: curry itself is curried (which sometimes is puzzling) (def

Re: [racket-users] Understanding 'curry'

2018-02-27 Thread David Storrs
to this is if is the curry function itself, in which case you're free to pass keywords. Why it's like this, I don't get any more than Jos does. > ---------- > *From:* David Storrs [mailto:david.sto...@gmail.com] > *Sent:* martes, 27 de febrero de 2018 20:13 >

RE: [racket-users] Understanding 'curry'

2018-02-28 Thread Jos Koot
You are right, I think. Thanks. _ From: David Storrs [mailto:david.sto...@gmail.com] Sent: martes, 27 de febrero de 2018 22:29 To: Jos Koot Cc: Racket Users Subject: Re: [racket-users] Understanding 'curry' On Tue, Feb 27, 2018 at 2:46 PM, Jos Koot wrote: It break

[racket-users] Re: Understanding 'curry'

2018-02-28 Thread Jack Firth
Thanks everyone for the headache. I think I'll stick to the `fancy-app` package and reserve curry for adventurous dinner outings. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving

[racket-users] Debugging racket applications

2018-03-05 Thread 'Paulo Matos&#x27; via Racket Users
ps --pkgs lt Is there anything I can try to improve backtrace generation? Kind regards, -- Paulo Matos -- 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

[racket-users] Re: #lang rust

2018-03-06 Thread Milo Turner
ou 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 https://groups.google.com/d/optout.

[racket-users] racket2nix status report

2018-03-07 Thread Claes Wallin
ps://github.com/fractalide/racket2nix/ and running ./racket2nix and see what kind of nix expression pops out on stdout. I'm going to go ahead according to "better to ask for forgiveness than for permission" and put up in the README that people are welcome to ask questions about rack

Re: [racket-users] struct question

2018-03-07 Thread Jon Zeppieri
s gen:baz [] ...) -- 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 https://groups.google.com/d/optout.

[racket-users] "Site not secure"

2018-03-09 Thread Tim Hanson
renew the certificate. Cheers, tim -- 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 https:/

Re: [racket-users] Struct initialization?

2018-03-09 Thread Jon Zeppieri
en:custom-write to fix that. There might be a better way to do this, but this is what I've used in the past. - Jon -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving email

Re: [racket-users] Struct initialization?

2018-03-09 Thread Milo Turner
an implement > gen:custom-write to fix that. > > There might be a better way to do this, but this is what I've used in the > past. > > - Jon > > > > > -- 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 https://groups.google.com/d/optout.

[racket-users] Style guide linter

2018-03-11 Thread 'Paulo Matos&#x27; via Racket Users
ne at the end of file, lines longer than 102 chars etc. However, I would like to know if there's anything already out there before I try to get more complex features implemented. Kind regards, -- Paulo Matos -- You received this message because you are subscribed to the Google Groups &qu

[racket-users] Output Port Shenanigans

2018-03-13 Thread Lehi Toskin
ocs that would help me. -- 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 https://groups.google.com/d/optout.

Re: [racket-users] Struct initialization?

2018-03-13 Thread Philip McGrath
; >> (define-match-expander $foo >> (syntax-rules () >> [(foo a b c) (foo* a b c)]) >> (make-variable-like-transformer #'foo)) >> >> (provide (rename-out [$foo foo] >> [foo*-A foo-A] >> [foo*-B foo

[racket-users] Incorrect error reporting

2018-03-14 Thread 'Paulo Matos&#x27; via Racket Users
(command-line #:program "s10-tryout server" #:once-each (("-h" ) h ....) ((....) ) () )) But the expression (define username...) is on line 30 of main.rkt, not on line 199 of cmdline.rkt. Should this be reported as a bug? -- Paulo Matos -- 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 https://groups.google.com/d/optout.

[racket-users] Parameterized Redex models

2018-03-14 Thread google via Racket Users
’. -- 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 https://groups.google.com/d/optout.

[racket-users] struct-copy question

2018-03-16 Thread Kevin Forchione
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 https://groups.google.com/d/optout.

[racket-users] Prefab and mutable

2018-03-20 Thread 'Paulo Matos&#x27; via Racket Users
gle 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 https://groups.google.com/d/optout.

[racket-users] Prefab and contracts

2018-03-20 Thread 'Paulo Matos&#x27; via Racket Users
o mentioning of #:prefab in contract-out documentation. Regards, -- Paulo Matos -- 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.

[racket-users] Windows Foreign Libraries

2018-03-23 Thread silverfire675
o manually add it to the libs after it's done compiling. -- 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.

[racket-users] a matrix question

2018-03-25 Thread Tim Hanson
ogle 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 https://groups.google.com/d/optout.

[racket-users] Struct general question

2018-03-26 Thread Kevin Forchione
documentation instructs that does into the details of what they are and are doing under the hood? Kevin -- 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 ra

Re: [racket-users] Profiling places

2018-03-27 Thread 'Paulo Matos&#x27; via Racket Users
On 27/03/18 14:55, 'Paulo Matos' via Racket Users wrote: > > 1. setup a profile command line argument that's passed to places-profile.rkt > 2. send a flag indicating if we need profiling in any-double? > 3. then use profile-thunk on the function if profiling i

Re: [racket-users] Profiling places

2018-03-27 Thread Vincent St-Amour
On Tue, 27 Mar 2018 07:55:08 -0500, 'Paulo Matos' via Racket Users wrote: > > I was trying to confirm my suspicion that profile needs to be manually > setup in each place for profiling. Right. Each place has its own separate runtime, and the profile only spans a single ru

Re: [racket-users] Profiling places

2018-03-28 Thread 'Paulo Matos&#x27; via Racket Users
On 27/03/18 17:18, Vincent St-Amour wrote: > On Tue, 27 Mar 2018 07:55:08 -0500, > 'Paulo Matos' via Racket Users wrote: >> >> I was trying to confirm my suspicion that profile needs to be manually >> setup in each place for profiling. > > Right. Each pla

Re: [racket-users] Profiling places

2018-03-28 Thread 'Paulo Matos&#x27; via Racket Users
On 28/03/18 10:23, 'Paulo Matos' via Racket Users wrote: > True, I can confirm that. I will open an issue on this. Done #2019. https://github.com/racket/racket/issues/2019 -- Paulo Matos -- You received this message because you are subscribed to the Google Groups "Racke

Re: [racket-users] Profiling places

2018-03-28 Thread Vincent St-Amour
Thanks! I've commented there. Vincent On Wed, 28 Mar 2018 03:27:11 -0500, 'Paulo Matos' via Racket Users wrote: > > > > On 28/03/18 10:23, 'Paulo Matos' via Racket Users wrote: > > True, I can confirm that. I will open an issue on this. > &g

[racket-users] Re: Understanding 'curry'

2018-03-31 Thread 若草春男
rnflowerblue") -10 -10) (curry overlay/align/offset "right" "top" (circle 30 "solid" "orchid") 0 10) (curry overlay/align/offset "left" "

[racket-users] Re: Understanding 'curry'

2018-03-31 Thread 若草春男
I'm sorry for my mistake. [Wrong] Thread Macro [Right] Threading Macro Threading macros are provided by Racket Package System and its documentation is included in Racket Document. -- You received this message because you are subscribed to the Google Groups "Racket Users" group.

[racket-users] Re: Understanding 'curry'

2018-03-31 Thread 若草春男
t;solid" "orchid") 0 10 _) (overlay/align/offset "left" "bottom" (circle 30 "solid" "khaki") 10 0 _) (overlay/align/offset "left" "top" (

[racket-users] Simple loop control

2018-04-01 Thread 若草春男
)) 1 2 3 4 5 6 7 8 9 NIL Please tell me the best solution. Haruo -- 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

[racket-users] typed/racket surprises

2018-04-02 Thread Philip McGrath
help-proc" or "unknown-proc" arguments. Thanks to all who have worked on and promoted Typed Racket! Really, it is remarkable how *few* surprises there are when adding types to an untyped program. -Philip -- 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 https://groups.google.com/d/optout.

[racket-users] let-syntax example?

2018-04-03 Thread Kevin Forchione
. Thanks! Kevin -- 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 https://groups.google.com/d/optout.

[racket-users] CFP: TFPIE 2018

2018-04-06 Thread Marco Morazan
vid Sands, Chalmers University of Technology, Sweden Emmanuel Schanzer, Bootstrap World, USA -- 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 ra

[racket-users] Racket "google" package

2018-04-11 Thread Philip McGrath
ong time ago in Google land. It would be great to hear that someone is using it happily and it still works. -- 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

[racket-users] Using Greek Letters

2018-04-18 Thread disaacmuniz
-- 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 https://groups.google.com/d/optout.

[racket-users] RacketCon 2018 Website

2018-04-20 Thread Leif Andersen
e for blind users? ~Leif Andersen -- 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 optio

Re: [racket-users] Installing packages

2018-04-23 Thread Philip McGrath
and I'd like to > "install" documentation such as > > https://docs.racket-lang.org/scribble/index.html > > , is that possible ? > > Can I install drracket using raco ? > > thanks > ... > manolo > > -- > You received this message because you are s

[racket-users] Heresy 0.3.0 released

2018-04-30 Thread Annaia Berry
now if I'm doing something wrong, someone needs to kick the server, or it's just going to take a moment. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails fr

[racket-users] Re: game help

2018-05-03 Thread Alex Harsanyi
gt; ; list of functions to update display > (define updators (list)) > ; run all update functions > (define update (lambda () > (for-each (lambda (func) (func)) updators) > )) > (define addUpdator (lambda (fun) > (set! updat

Re: [racket-users] Parametric composition?

2018-05-04 Thread Alexis King
provide more > readable : > https://github.com/DexterLagan/provide-generator -- 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 https://groups.google.com/d/optout.

Re: [racket-users] Parametric composition?

2018-05-04 Thread dexterlagan
> > I often use this or (apply composex (reverse v)) to keep function > applications in order. > > > > Can you comment on this? Do you think this could be part of the > language? > > > > Cheers, > > > > Dexter > > > > P.S. Fo

[racket-users] Provide form generator

2018-05-08 Thread Dexter Lagan
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 https://groups.google.com/d/optout.

[racket-users] DrRacket Plugin development

2018-05-09 Thread James Yoo
developing tools like this. Thanks! -- 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

[racket-users] Student code metrics

2018-05-13 Thread Stephen Foster
--Stephen -- 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 https://groups.google.com/d/optout.

[racket-users] Edmond's Blossom Algorithm

2018-05-14 Thread Jens Axel Søgaard
rithm. Am I so lucky that someone has this in Racket? https://en.wikipedia.org/wiki/Blossom_algorithm http://www.cs.dartmouth.edu/~ac/Teach/CS105-Winter05/Handouts/tarjan-blossom.pdf /Jens Axel -- You received this message because you are subscribed to the Google Groups "Racket U

[racket-users] handin-server submissions

2018-05-15 Thread James Yoo
think I've configured config.rktd correctly, with "lab-01" being in the correct active-dirs s-expression. Does anyone have an idea of what's going on? I'd be happy to share my config.rktd file. Thanks! James -- You received this message because you are subscribed

Re: [racket-users] ssax:make-parser

2018-05-15 Thread 'John Clements&#x27; via Racket Users
aghavendra , http://www.retrotexts.net/ > Harish-Chandra Research Institute, http://www.hri.res.in/ > > -- > You received this message because you are subscribed to the Google Groups > "Racket Users" group. > To unsubscribe from this group and stop receiving emails fr

Re: [racket-users] ssax:make-parser

2018-05-15 Thread N. Raghavendra
search Institute, http://www.hri.res.in/ -- 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 opti

[racket-users] Re: Unicode identifiers

2018-05-16 Thread vlaxcompiler
; > > (string->symbol "map") > > Thanks, > Raghu. > > -- > N. Raghavendra >, http://www.retrotexts.net/ > > Harish-Chandra <http://www.retrotexts.net/Harish-Chandra> Research > Institute, http://www.hri.res.in/ > -- You received this mes

Re: [racket-users] ssax:make-parser

2018-05-16 Thread Ryan Culpepper
uire sxml/ssax/ssax. I see that sxml provides ssax:multi-parser. Is it similar to ssax:make-parser? Thanks, Raghu. -- N. Raghavendra , http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/ -- You received this message because you are subscribed to the Google Grou

Re: [racket-users] Unicode identifiers

2018-05-16 Thread Jens Axel Søgaard
>#:exists 'replace) > > etc., work. That's nice. > > In general, is it possible to declare, e.g., '→' as equivalent to '->' > in identifiers? Then, I can use > > > (string→symbol "map") > > instead of > > > (string

Re: [racket-users] Unicode identifiers

2018-05-16 Thread Alex Knauth
-spec) #'(filtered-in transform-right-arrow require-spec)])) ;; Using it: (require (transform-right-arrow-in racket/base)) (symbol→string 'blubber) (string→number "987") (real→double-flonum 377) (list→vector (list 144 233 377 610 987 1597)) -- 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 https://groups.google.com/d/optout.

Re: [racket-users] Unicode identifiers

2018-05-16 Thread David Storrs
On Wed, May 16, 2018 at 6:37 AM, Jens Axel Søgaard wrote: > and it converts the names to “camel case.” > Why do you hurt me, Jens? You always seemed like such a nice person. -- You received this message because you are subscribed to the Google Groups "Racket Users" group

Re: [racket-users] Unicode identifiers

2018-05-16 Thread N. Raghavendra
I am doing wrongly. Raghu. -- N. Raghavendra , http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/ -- 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 https://groups.google.com/d/optout.

Re: [racket-users] Unicode identifiers

2018-05-16 Thread N. Raghavendra
simpler and easier. As I said in an earlier message, I seem to be using it wrongly. Raghu. -- N. Raghavendra , http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/ -- You received this message because you are subscribed to the Google Groups "Racket U

Re: [racket-users] Unicode identifiers

2018-05-16 Thread Andrew Kent
tered-in (λ (name) (string-replace name "->" "→")) racket)) (string→number "42") ``` -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and

Re: [racket-users] Unicode identifiers

2018-05-16 Thread Alexander McLin
"->" "→")) > racket)) > > (string→number "42") > ``` > -- 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 https://groups.google.com/d/optout.

Re: [racket-users] ssax:make-parser

2018-05-16 Thread 'John Clements&#x27; via Racket Users
ax/ssax. Is that the correct way of doing it? >>> >>> 2. It seems an important function, and I was wondering why the sxml >>> module does not provide it, the way it does ssax:xml->sxml, so that one >>> doesn't need to further require sxml/ssax/ssax. I see that sxml >

Re: [racket-users] ssax:make-parser

2018-05-16 Thread N. Raghavendra
-- 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 https://groups.google.com/d/optout.

Re: [racket-users] Unicode identifiers

2018-05-16 Thread N. Raghavendra
nter' (C-c C-a). Thanks to everyone who replied! Raghu. -- N. Raghavendra , http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/ -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe f

Re: [racket-users] ssax:make-parser

2018-05-16 Thread 'John Clements&#x27; via Racket Users
ith an example? > > I'll draft something, and submit a PR to jbclements/sxml on GitHub. > > Raghu. > > -- > N. Raghavendra , http://www.retrotexts.net/ > Harish-Chandra Research Institute, http://www.hri.res.in/ > > -- > You received this message because you a

Re: [racket-users] ssax:make-parser

2018-05-16 Thread N. Raghavendra
-- 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 https://groups.google.com/d/optout.

Re: [racket-users] ssax:make-parser

2018-05-16 Thread Neil Van Dyke
ialects, including for an early version of Racket nee PLT Scheme, which got us by for years.) -- 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-user

Re: [racket-users] ssax:make-parser

2018-05-16 Thread N. Raghavendra
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 https://groups.google.com/d/optout.

Re: [racket-users] Unicode identifiers

2018-05-17 Thread Greg Hendershott
hadow those provided by the module's language -- in this case the `quote` provided by racket. (Definitions provided by a `require`d module, however, can't be shadowed -- that's a redefinition error.) -- You received this message because you are subscribed to the Google

Re: [racket-users] Unicode identifiers

2018-05-17 Thread N. Raghavendra
nks for all the interesting information. Raghu. PS: Just migrated to racket-mode from geiser, so will ask here if I have any queries there. Thanks for the mode too! -- N. Raghavendra , http://www.retrotexts.net/ Harish-Chandra Research Institute, http://www.hri.res.in/ -- You received this m

<    3   4   5   6   7   8   9   10   11   12   >