Re: [racket-users] Confused about testing web applications

2019-05-31 Thread Jesse Alama
In addition to Jay's suggestion, if you're doing something JSONy (that is, if your HTTP response bodies are JSON) consider using Riposte (https://riposte.in). It's a DSL for testing such web applications. (But only if you're serving JSON. Riposte currently doesn't help if you're serving up HTML

Re: [racket-users] anyone using single-flonums?

2019-05-31 Thread Konrad Hinsen
Matthew Flatt writes: > At Thu, 30 May 2019 12:10:37 +0200, Konrad Hinsen wrote: >> >> Right now, no, but I have used them briefly in a past project, for >> testing the impact of single-precision on a numerical algorithm. > > Thanks for replying! > > Would using `math/bigfloat` (where you get to