Re: [racket-users] udelim package -- more parens than you can shake a stick at

2016-09-26 Thread Eli Barzilay
On Mon, Sep 26, 2016 at 9:40 AM, Matthew Butterick wrote: > > T as in "text": > > @-form => T-form > @-expression = > T-expression (or t-exp in shorthand) (Or "Texprs"...) > #lang at-exp racket => #lang t-exp racket > > #lang scribble/text => #lang t-exp/text > > #lang

[racket-users] ACM/SPEC ICPE 2017 - Deadline Extension

2016-09-26 Thread Andrea Rosà
The abstract and submission deadlines for research and industrial papers have been extended as follows: Research Abstracts: Oct 7, 2016 Research Papers: Oct 14, 2016 Industrial / Experience Abstracts: Oct 21, 2016 Industrial / Experience

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Lehi Toskin
On Monday, September 26, 2016 at 2:54:24 PM UTC-7, m.douglas.williams wrote: > I downloaded librsvg-2.40.1-2-w32-bin.zip from  > https://sourceforge.net/projects/ezwinports/files/. This contains the file > librsvg-2-2.dll and all of its dependencies (18 total dlls). When run with > the 32-bit

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Doug Williams
Here is a very simple test that just loads an SVG icon from a file and displays it. This runs on my 32-bit version on Racket Version 6.6 (under Windows 10) with the above dlls above. I also included a screen shot. Doug On Mon, Sep 26, 2016 at 3:54 PM, Doug Williams

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Doug Williams
I downloaded librsvg-2.40.1-2-w32-bin.zip from https://sourceforge.net/projects/ezwinports/files/. This contains the file librsvg-2-2.dll and all of its dependencies (18 total dlls). When run with the 32-bit version of Racket (version 6.6) and the rsvg module, this seems to work fine. I assume I

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Matthew Flatt
In case you haven't noticed already, many of the relevant libraries are distributed with Racket in the "lib" directory. I think they're probably compiled in a way that's compatible with most "librsvg-2-2.dll" builds, but if not, the best approach may be to start with the compilation script in

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Doug Williams
I have been tracking them down, too. When I get back home I can send the list I have. I found the dependencies at exwinports on Sourceforge. But, I haven't had time to try it yet. On Sep 26, 2016 10:44 AM, "Lehi Toskin" wrote: > Using Dependency Walker, it says I'm

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Lehi Toskin
Using Dependency Walker, it says I'm missing a whole lot of system files. I'll have to investigate this thoroughly. -- 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] udelim package -- more parens than you can shake a stick at

2016-09-26 Thread Greg Trzeciak
IMHO the "text expression" does precisely the same as current use of scribble -> pigeonholing the syntax for one use: in the case of scribble it is "documentation" in the case of text - "text processing". I actually find "at-exp" to be quite fitting but would keep using this form everywhere

Re: [racket-users] udelim package -- more parens than you can shake a stick at

2016-09-26 Thread William G Hatch
On Mon, Sep 26, 2016 at 01:54:35AM -0400, Eli Barzilay wrote: But I'm guessing that I lost you again, so none of this would move you. All I can do at this point is sigh and hope that you'll end up at the best case of re-implementing @-expressions with the slightly more verbose syntax that you

Re: [racket-users] udelim package -- more parens than you can shake a stick at

2016-09-26 Thread Matthew Butterick
On Sep 25, 2016, at 10:53 PM, Eli Barzilay wrote: > When we realized that this is going > to be confusing, it was already clear that the latter meaning is already > "winning", so the syntax turned into @-forms, @-expressions etc -- I'm > probably the only one who still uses

Re: [racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Matthew Flatt
At Mon, 26 Sep 2016 00:56:57 -0700 (PDT), Lehi Toskin wrote: > I've been trying to make asumu's rsvg package working on Windows, but Racket > keeps complaining that it cannot find librsvg-2-2.dll. I have verified that > the DLL is exporting its symbols, is the correct bit-ness, and is in the >

[racket-users] Windows and librsvg-2-2.dll

2016-09-26 Thread Lehi Toskin
I've been trying to make asumu's rsvg package working on Windows, but Racket keeps complaining that it cannot find librsvg-2-2.dll. I have verified that the DLL is exporting its symbols, is the correct bit-ness, and is in the right directories - all to no effect. I have have even recompiled it