Sam Phillips

Results 52 comments of Sam Phillips

My thoughts exactly.

[Here is a branch](https://github.com/samdphillips/rebellion/tree/wip-contract-freedom) (in my fork) where I used no contract versions of `rebellion/collection/list` and `rebellion/base/comparators` from the `sorting` transducer. I don't have the numbers handy, IIRC in the...

EDIT: the headline of this should probably be `Running time is 57.74% contracts` I tested this program with the contract profiler. The changes that I made in the above branch...

Transducing `(mapping values)` five times: ``` Running time is 58.62% contracts 131420/224180 ms ```

Linking performance benchmarks Jack has written here, so we can use them for comparisons. https://gist.github.com/jackfirth/9596dd48536344b4b94c1938a36de4c9

It would seem to me that setting the default for `(current-alist-separator-mode)` to `'amp` would be the most sensible approach and similar to the choice the python devs made.

Not sure if it is helpful for this, but there is a tool (not on the package server) for DrRacket to remove whitespace when saving files. https://github.com/97jaz/drwhitespace

I think this may be an issue with expeditor and ncurses/termcap. Here are various results I get running under tmux with Mac and Linux. ``` # mac Welcome to Racket...

> I haven't been able to find an environment where TERM ends up tmux-256color. Can you tell me more about the terminal/configuration where tmux is being run? This is on...