Re: epsilon vs varepsilon (was Re: [racket-users] Unicode subscripts in code and scribble)

2016-03-10 Thread Max New
Makes sense to follow TeX. Why not make the same change for \phi, \vartheta, \varrho and \varpi ? \varsigma looks to be correct, most likely because some PL researchers actually use it :) -Max Stewart New On Thu, Mar 10, 2016 at 5:50 PM, Robby Findler wrote: > Jens Axel kindly tracked down th

[racket] Exact Infinity?

2014-03-04 Thread Max New
I've been doing some work that uses a data structure that includes a size that can be either a Natural number of Infinity ,a so-called "extended natural number". I've been using +inf.0 and gotten by using `<` and `infinite?` and things have worked fine out of the box but now I need to take the min