Re: [racket-users] Can raco distribute produce a single executable?

2017-03-07 Thread Ethan Estrada
ot into it next time. I'll let you know if for some reason it is statically linked (although I highly doubt it). -- Ethan Estrada -- 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] Can raco distribute produce a single executable?

2017-02-21 Thread Ethan Estrada
On Monday, February 20, 2017 at 12:33:46 PM UTC-7, lu wrote: > In fact, I'm wondering if `raco distribute` or `raco exe` is flexible enough > to produce a statically linked executable where all the necessary dlls are > incorporated. I believe this is possible, but probably not worth the effort c

Re: [racket-users] Re: Package layout in docs

2017-02-07 Thread Ethan Estrada
mmunity) can help make it happen? -- Ethan Estrada -- 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

Re: [racket-users] Re: Package layout in docs

2017-01-31 Thread Ethan Estrada
odule code maintained by the core team, it isn't a standard library. Instead the Racket ecosystem utilizes a package "ring" system; you can learn more about it here: (some link). If you aren't certain a frequently mentioned package is already available, simply attempt to instal

Re: [racket-users] Package layout in docs

2017-01-30 Thread Ethan Estrada
tried to `(require)` something, thinking it was part of the standard install and then been barked at because I need to go out and fetch the package first. -- Ethan Estrada | CTO & COO M: 801-669-1598 | E: et...@metapipe.com The Startup Building | 560 S 100 W STE 1, Provo UT 84601-4570 MetaPipe

Re: [racket-users] Package layout in docs

2017-01-29 Thread Ethan Estrada
razy guy on the street corner wearing a burlap sack and a tin foil hat declaring the end of the world. Or, at the very least, I'm not alone on the street corner :) . -- Ethan Estrada On Jan 29, 2017 06:45, "Matthew Flatt" wrote: At Sat, 28 Jan 2017 22:51:43 -0800 (PST), Ethan Estrad

Re: [racket-users] Package layout in docs

2017-01-29 Thread Ethan Estrada
-- Ethan Estrada | CTO & COO M: 801-669-1598 | E: et...@metapipe.com The Startup Building | 560 S 100 W STE 1 (sent from my phone) On Jan 29, 2017 06:45, "Matthew Flatt" wrote: At Sat, 28 Jan 2017 22:51:43 -0800 (PST), Ethan Estrada wrote: > My only real beef with the Racket do

[racket-users] Package layout in docs

2017-01-28 Thread Ethan Estrada
I have been reading the docs a lot lately as I have been building a couple internal tools at my work using Racket. It has been awesome. The docs are some of the best I have used, second only to maybe the Python standard docs (for reasons largely unrelated to what I'm posting about here). My onl

[racket-users] Package layout in docs

2017-01-28 Thread Ethan Estrada
I have been reading the docs a lot lately as I have been building a couple internal tools at my work using Racket. It has been awesome. The docs are some of the best I have used, second only to maybe the Python standard docs (for reasons largely unrelated to what I'm posting about here). My onl

[racket-users] Re: Client side web applications in Racket

2017-01-23 Thread Ethan Estrada
On Sunday, January 22, 2017 at 6:13:28 AM UTC-7, spdegabrielle wrote: > Hi, > > > What are my options for doing client side web applications in Racket ? > There are far more client side options for general Scheme implementations that compile to or run in JS. There is a decent list here: https

[racket-users] Re: inflate/deflate

2017-01-12 Thread Ethan Estrada
On Wednesday, January 11, 2017 at 11:01:04 PM UTC-7, Lehi Toskin wrote: > Interesting... If I prepend `(bytes #x78 #x9c)` to the compressed data > created by deflate, zlib-flate will uncompress it. Same thing happens in > reverse where I skip the first two bytes of the zlib-flate'd data and proce

[racket-users] Re: What is the fastest way to find the total free space on the disk?

2016-11-03 Thread Ethan Estrada
On Wednesday, November 2, 2016 at 12:20:12 PM UTC-6, David K. Storrs wrote: > I've been looking through the docs for how to check available disk space.  I > looked in the  filesystem and os libraries and I threw keywords at the search > tool, but I can't find an answer. > > I'm looking for the e