Re: [racket] Embedded web server in handin-server: Illegal file access

2015-01-25 Thread Eli Barzilay
this? Suzanne Racket Users list: http://lists.racket-lang.org/users -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http

Re: [racket] Scribble and itemlists

2015-01-22 Thread Eli Barzilay
don't remember the details, but my impression was that the lack of MD support for this was ideological, not technical. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket

Re: [racket] Scribble and itemlists

2015-01-22 Thread Eli Barzilay
Ah, yes -- that was the ideological justification that I remember. On Fri, Jan 23, 2015 at 12:43 AM, Alexis King lexi.lam...@gmail.com wrote: Of course, you can always just drop down to HTML in Markdown, so it’s not a big deal. On Jan 22, 2015, at 21:37, Eli Barzilay e...@barzilay.org wrote

Re: [racket] anamorphic macros

2015-01-18 Thread Eli Barzilay
. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Writing checkers for handin-server

2015-01-09 Thread Eli Barzilay
Racket Users list: http://lists.racket-lang.org/users -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] at-exp: is there any way to make it turn @list{A @string escape} into (list A string escape) ?

2014-12-29 Thread Eli Barzilay
mixture of a format string and mixed string/values (interpolation), which makes it easier to use. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http

Re: [racket] at-exp: is there any way to make it turn @list{A @string escape} into (list A string escape) ?

2014-12-29 Thread Eli Barzilay
On Tue, Dec 30, 2014 at 1:01 AM, Alexander D. Knauth alexan...@knauth.org wrote: On Dec 29, 2014, at 4:53 PM, Eli Barzilay e...@barzilay.org wrote: @my-error['x]{blah blah blah blah ~v @|something|} Yes this would be bad, but part of the whole point

Re: [racket] at-exp: is there any way to make it turn @list{A @string escape} into (list A string escape) ?

2014-12-29 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] at-exp: is there any way to make it turn @list{A @string escape} into (list A string escape) ?

2014-12-29 Thread Eli Barzilay
-y p))) @my-format{some stuff @xy[blah] more stuff} (And in your case you'd replace `format' with something that does something similar to the above semi-trick.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

Re: [racket] at-exp: is there any way to make it turn @list{A @string escape} into (list A string escape) ?

2014-12-28 Thread Eli Barzilay
: (define (my-error what . text) (error what ~a (string-appeng* text))) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org

Re: [racket] Why does (case ...) quote its matching value expressions?

2014-12-28 Thread Eli Barzilay
x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Making a section optional in Scribble

2014-12-28 Thread Eli Barzilay
On Sat, Dec 27, 2014 at 5:37 AM, Matthew Butterick m...@mbtype.com wrote: On Tue, Dec 23, 2014 at 11:20 AM, Eli Barzilay e...@barzilay.org wrote: (BTW, in one of the last experiments I had with the syntax, I made @foo{bar} read as something like (dispatch foo (bar)) with the idea of allowing

Re: [racket] Why does (case ...) quote its matching value expressions?

2014-12-23 Thread Eli Barzilay
...] ...)))]) foo))])) (case* 3 [1 2] [(+ 1 2) 4]) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Making a section optional in Scribble

2014-12-23 Thread Eli Barzilay
interactions. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Making a section optional in Scribble

2014-12-17 Thread Eli Barzilay
. This is more satisfactory.}}} -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

[racket] PLAI WP page scheduled to be deleted

2014-11-24 Thread Eli Barzilay
with these situations. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] PLAI WP page scheduled to be deleted

2014-11-24 Thread Eli Barzilay
used as a textbook by several reputable institutions. This is probably a better item. I'll just remove the request with a reference to this. But it would still be good if the page is improved in ways that I cannot do myself... -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

[racket] Vote for PLAI

2014-11-24 Thread Eli Barzilay
* '''Keep''' blah blah blah. (Using three single quotes for bold.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] users Digest, Vol 109, Issue 79

2014-09-29 Thread Eli Barzilay
is doing its best to not require your password, and make it easy to get it if you do need it.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http

Re: [racket] on reversing a list by way of sort

2014-09-17 Thread Eli Barzilay
still doesn't cover all of the permutations of 52 cards. I have no idea if this is correct, if some bias reduces the number of permutations, or whether all of this is something to worry about... -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

Re: [racket] on reversing a list by way of sort

2014-09-16 Thread Eli Barzilay
? #t) (There's no need for caching the keys here.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] on reversing a list by way of sort

2014-09-16 Thread Eli Barzilay
, this is also a point to consider if anyone wants to implement FY. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] on reversing a list by way of sort

2014-09-16 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Asynchronously inserting text to editor%

2014-08-26 Thread Eli Barzilay
to do so. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Asynchronously inserting text to editor%

2014-08-25 Thread Eli Barzilay
#L489 -- Thank you. -- With best regards, Dmitry Racket Users list: http://lists.racket-lang.org/users -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket] Use of map and eval to evaluate symbol in namespace

2014-08-10 Thread Eli Barzilay
-like thing, etc. I've done a quick scan of eval-tagged questions on SO (crossed with `python', `javascript', and `lisp'), and I couldn't find questions that could be grouped. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket] Use of map and eval to evaluate symbol in namespace

2014-08-10 Thread Eli Barzilay
-- as in the case of parsing JSON (which pointed to a missing `read' feature).) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket

Re: [racket] Use of map and eval to evaluate symbol in namespace

2014-08-09 Thread Eli Barzilay
-lang.org/users -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] lazy letrec-values

2014-07-14 Thread Eli Barzilay
, 2014, at 4:38 AM, Eli Barzilay wrote: On Fri, Jul 11, 2014 at 1:41 AM, Stephen Chang stch...@ccs.neu.edu wrote: Actually, this is a bug, because the expression in a single-argument values call is forced prematurely. IMO, the whole treatment of multiple values is a hack, for obvious

Re: [racket] lazy letrec-values

2014-07-13 Thread Eli Barzilay
, but my guess is that there's enough noise code in delays that will still make it too slow to be practical. (That's a vague argument for having laziness in the core code...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket] lazy letrec-values

2014-07-13 Thread Eli Barzilay
.) (A much better way to deal with MVs is to have TLR (= TR+LR).) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Callback on shutdown

2014-05-30 Thread Eli Barzilay
About three weeks ago, Matthew Flatt wrote: At Wed, 7 May 2014 12:07:28 -0400, Eli Barzilay wrote: Two hours ago, Matthew Flatt wrote: I've added `custodian-tidy-all` and related functions to [un]register a tidy callback. I was curious how it works, and on a quick look it sounded

Re: [racket] Callback on shutdown

2014-05-07 Thread Eli Barzilay
Two hours ago, Matthew Flatt wrote: I've added `custodian-tidy-all` and related functions to [un]register a tidy callback. The default exit handler calls `custodian-tidy-all` on the root custodian before exiting, which triggers all registered tidy callbacks. It's probably a good idea to say

Re: [racket] Formal Presentation and initial doubts.

2014-04-06 Thread Eli Barzilay
as pattern matching is to `syntax-case' discussions. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Swindle

2014-03-18 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] ~r behavior with respect to the sign

2014-01-15 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] at-exp with module language

2014-01-13 Thread Eli Barzilay
-lang? Or if I want this, do I need to implement my own reader that internally uses at-exp 's read-syntax and read functions? Yes. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket] at-exp with module language

2014-01-13 Thread Eli Barzilay
in a different level, not as some provided function. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] raco pkg new (was: Learning Scribble)

2013-12-14 Thread Eli Barzilay
)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] specifying strings without escaping backslash

2013-12-05 Thread Eli Barzilay
, you just use lists, nesting them as much as you want. p.s. I believe http://www.mail-archive.com/users@racket-lang.org/msg07162.html predates `~a` being added to Racket. (It does.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http

Re: [racket] Learning Scribble

2013-11-25 Thread Eli Barzilay
On Friday, Sam Tobin-Hochstadt wrote: On Fri, Nov 22, 2013 at 8:46 AM, Eli Barzilay e...@barzilay.org wrote: It's probably good to make this an important goal when learning the system, even though it's a small corner of the whole thing now... I think Eli means the documentation system

Re: [racket] Learning Scribble

2013-11-22 Thread Eli Barzilay
a small corner of the whole thing now... -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] call-with-timeout

2013-11-15 Thread Eli Barzilay
x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] call-with-timeout

2013-11-15 Thread Eli Barzilay
10 minutes ago, Neil Van Dyke wrote: Eli Barzilay wrote at 11/15/2013 05:18 PM: Not a direct answer -- but did you consider `call-with-limits'? I don't know how reliable limits are, nor how they'd interact with the other complexity of this system uses. They should be pretty reliable, since

Re: [racket] Best way to propose changes to Scribble CSS files

2013-11-14 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Expressing attrributes in scribble/html?

2013-11-10 Thread Eli Barzilay
to use the character in the code in most cases, unless you need the entities for some reason (as in some weird xslt cases). -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket] many permissions other problems using packages in 5.3.6... workarounds?

2013-10-13 Thread Eli Barzilay
the files [1] (current-directory ..) [2] $ rm -rf foo [2] rm: cannot remove `foo': Device or resource busy [1] (system dir) [1] ... [2] $ rm -rf foo # now it works -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket] shell-completion package missing

2013-10-06 Thread Eli Barzilay
/HEAD:/pkgs/shell-completion (There's another advantage for distributing the files, of course: having your completion updated with racket updates.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket] shell-completion package missing

2013-10-06 Thread Eli Barzilay
) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] shell-completion package missing

2013-10-06 Thread Eli Barzilay
20 minutes ago, Sam Tobin-Hochstadt wrote: On Sun, Oct 6, 2013 at 11:34 AM, Eli Barzilay e...@barzilay.org wrote: Yesterday, Sam Tobin-Hochstadt wrote: It appears the it's no longer available on the release page -- Eli, do you know what happened there? It was never a download -- it only

Re: [racket] make-evaluator and (old style) planet packages

2013-09-26 Thread Eli Barzilay
-evaluator #lang planet dyoo/bf:1:8/language) But I don't remember if it'll do what you want wrt getting strings and using a custom reader. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket] pkg.racket-lang.org down?

2013-09-22 Thread Eli Barzilay
not much there, and I know that there are systems that are much more extensive in what they can do. (Like xymon, which we use too.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket] scribble to stdout

2013-09-21 Thread Eli Barzilay
arbitrary HTML. The documentation system is much more limited in general since it has to generate pages that conform to a specific layout. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket] pkg.racket-lang.org down?

2013-09-20 Thread Eli Barzilay
An hour ago, Laurent wrote: Just to know, what kind of watchdog do you use? Racket-based home made? It's an almost-simple shell script that runs a bunch of tests. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket] converting GRacket editor file to HTML or PDF?

2013-09-17 Thread Eli Barzilay
don't want that.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] launching DrRacket from a web browser

2013-09-16 Thread Eli Barzilay
things too much, and effects of obscure headers like Content-Disposition. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Expander vs Reader layer and general Macro advice

2013-09-09 Thread Eli Barzilay
of these is still the same: you need to decide what to do with things like '(x:y) and a naive reader tweaker would add confusions like (define (x : y) ...) (which quote etc already are doing). -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org

Re: [racket] Expander vs Reader layer and general Macro advice

2013-09-09 Thread Eli Barzilay
A few minutes ago, Ryan Culpepper wrote: On 09/09/2013 10:06 AM, Eli Barzilay wrote: An hour ago, Jay McCarthy wrote: You can do this a complicated way and an easy way. The complicated way would have to deal with stuff like (f 1):5 and the easy way would just work on stuff like x:1. I see

Re: [racket] Worried about the new package manager not storing each version of a package

2013-08-31 Thread Eli Barzilay
.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] How to document a package and access its documentation

2013-08-12 Thread Eli Barzilay
.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] How to document a package and access its documentation

2013-08-12 Thread Eli Barzilay
to generate the docs for authors.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] How to document a package and access its documentation

2013-08-12 Thread Eli Barzilay
that shouldn't be a problem either. (ObMeta: I don't think that it's appropriate to tell people what dreams are appropriate.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket] Peekable asynchronous channel?

2013-08-12 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] How to document a package and access its documentation

2013-08-12 Thread Eli Barzilay
)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Peekable asynchronous channel?

2013-08-12 Thread Eli Barzilay
An hour ago, Hendrik Boom wrote: On Mon, Aug 12, 2013 at 04:11:14PM -0400, Eli Barzilay wrote: An easy way to get around such things is to add a level of indirection: wrap the original channel in another one where you implement your own peeking. Once you peek, if you decde that's

[racket] Racket v5.3.6

2013-08-10 Thread Eli Barzilay
Racket version 5.3.6 is now available from http://racket-lang.org/ Racket v5.3.6 is a bug-fix release. It eliminates errors from v5.3.5 that people have found over the summer. Feedback Welcome, -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket] Racket v5.3.6

2013-08-10 Thread Eli Barzilay
40 minutes ago, Eli Barzilay wrote: Racket version 5.3.6 is now available from http://racket-lang.org/ Racket v5.3.6 is a bug-fix release. It eliminates errors from v5.3.5 that people have found over the summer. SHA1 checksums, for people who want to verify the installers

Re: [racket] Splicing `values' in-place

2013-07-13 Thread Eli Barzilay
them. (You need to do that now too -- but if you forget something you'd almost always get an error instead of random-and-possibly-buggy- behavior.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket] Splicing `values' in-place

2013-07-13 Thread Eli Barzilay
of the different values.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Preventing get-impure-port from url-encoding the query

2013-07-13 Thread Eli Barzilay
. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Eval / Lazy Macros followup

2013-07-05 Thread Eli Barzilay
that was added well after the lazy language was made.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] scribble syntax suggestion wrt text-mode and racket-mode arguments

2013-06-24 Thread Eli Barzilay
@foo{3 4@|5 6|} -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Racket v5.3.5

2013-06-19 Thread Eli Barzilay
for linux is the Fedora 12 one -- sorry if that doesn't work...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

[racket] Racket v5.3.5

2013-06-18 Thread Eli Barzilay
of Realm may wish to use for experiments. Feedback Welcome, -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Size matters

2013-06-11 Thread Eli Barzilay
equally important, but that's as subjective as discussing poetry... -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

[racket] Size matters

2013-06-08 Thread Eli Barzilay
)]))])) --- -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] JSON module: why symbols for object keys? lists for arrays?

2013-06-06 Thread Eli Barzilay
[Late reply, since the other thread reminded me of this. Might be irrelevant for your actual decisions by now...] On April 22nd, Erik Pearson wrote: Hi Eli, Wow, thanks for the great feedback. On Mon, Apr 22, 2013 at 3:21 PM, Eli Barzilay e...@barzilay.org wrote: General comment

Re: [racket] Error during installation of 5.3.4.11

2013-06-04 Thread Eli Barzilay
of checking libc versions etc etc etc. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Processing and Racket

2013-06-01 Thread Eli Barzilay
and an exhibition pages -- more like a collection of impressive examples and a way to quickly play with them, even when the visual and instant feedback are probably not helping the CS aspect of learning a language... -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket] Cond function with test-expr = then-body works but is it wise?

2013-05-24 Thread Eli Barzilay
(or ... form. (This looks like some assq use, which should benefit from the above.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket

Re: [racket] Typed Racket has finally arrived!

2013-05-22 Thread Eli Barzilay
Yesterday, Raoul Duke wrote: On Tue, May 21, 2013 at 2:36 PM, Eli Barzilay e...@barzilay.org wrote: (...and therefore having types go through macro-expansion is even more obviously missing...) could the macros+types be something as strong as e.g. metaocaml? http://stackoverflow.com

Re: [racket] Typed Racket has finally arrived!

2013-05-21 Thread Eli Barzilay
Three hours ago, Neil Toronto wrote: Typed Racket has arrived: it is useful to write programs in it in which types outnumber code. (...and therefore having types go through macro-expansion is even more obviously missing...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli

[racket] Racket v5.3.4

2013-05-08 Thread Eli Barzilay
, -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] typed racket slow?

2013-05-08 Thread Eli Barzilay
have the added advantage of running it as an executable from anywhere -- but it's not portable anyway. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list

Re: [racket] Regexp question: Pattern that can match everything to left of first pattern?

2013-05-08 Thread Eli Barzilay
.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] 5.3.4 on windows .. minor gripe

2013-05-08 Thread Eli Barzilay
that it puts at the toplevel menu I can try to add it to the installer. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] [ANN] Geiser 0.4 released

2013-05-03 Thread Eli Barzilay
(x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] JSON module: why symbols for object keys? lists for arrays?

2013-04-22 Thread Eli Barzilay
, and that leads to the same streaming thing. And at this point I stopped and went with the simpler-yet-practical- engouh thing. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life

Re: [racket] Evaluating pict to string

2013-04-21 Thread Eli Barzilay
100). -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Evaluating pict to string

2013-04-21 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Windows to Ubuntu quirk

2013-04-18 Thread Eli Barzilay
, this exact same issue comes up with certain languages that try to hold onto case-insensitivity.) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http

Re: [racket] Json pretty-print

2013-04-16 Thread Eli Barzilay
maybe the right thing is to add a `print-json' function even if it duplicates the functionality of `write-json'. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users

Re: [racket] Json pretty-print

2013-04-16 Thread Eli Barzilay
sorted -- Racket hash tables don't guarantee some specific order, and it's likely to change from run to run. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list

Re: [racket] Json pretty-print

2013-04-16 Thread Eli Barzilay
For example, https://gist.github.com/dyoo/5398549#file-pretty-print-json-rkt-L5 https://gist.github.com/dyoo/5398549#file-pretty-print-json-rkt-L12 https://gist.github.com/dyoo/5398549#file-pretty-print-json-rkt-L12 -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

Re: [racket] how to get sandbox to drop errors

2013-04-13 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Prevent dot directories from being planet-archived

2013-04-11 Thread Eli Barzilay
) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] using Python to pipe data through Racket

2013-04-10 Thread Eli Barzilay
the preprocessing, then generating the temporary code is as good as anything. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] how to use 'lazy' from racket/promise

2013-04-10 Thread Eli Barzilay
))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http://lists.racket-lang.org/users

Re: [racket] Cannot log in to the racket bug tracker

2013-04-06 Thread Eli Barzilay
trying to enter a password got you a cookie that makes it try to access it as a user? -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! Racket Users list: http

Re: [racket] Can `raco test ...' return non 0 values?

2013-03-21 Thread Eli Barzilay
20 minutes ago, Jay McCarthy wrote: I just pushed this and made rackunit, eli-tester, and raco test use it. My tester shows the N/M failures message and throws it as an error anyway. So changing it sounds redundant. -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay

  1   2   3   4   5   6   7   >