On Thursday, December 8, 2016 at 11:52:08 AM UTC-8, Jens Axel Søgaard wrote: > > The names are consistent with the position tracking for ports: > > http://docs.racket-lang.org/reference/linecol.html?q=Syntax%20objects > Now I'm more confused. This part of the docs talks about a "location" as consisting of three values: line, column, and position. See, e.g. `port-next-location`. [1]
This, to me, seems consistent with the existing Racket lingo of source locations [2], where line, column, and position are fields within a location. [1] http://docs.racket-lang.org/reference/linecol.html?q=Syntax%20objects#%28def._%28%28quote._~23~25kernel%29._port-next-location%29%29 [2] http://docs.racket-lang.org/reference/exns.html?q=srcloc#%28def._%28%28lib._racket%2Fprivate%2Fbase..rkt%29._srcloc%29%29 <http://www.google.com/url?q=http%3A%2F%2Fdocs.racket-lang.org%2Freference%2Fexns.html%3Fq%3Dsrcloc%23(def._((lib._racket%2Fprivate%2Fbase..rkt)._srcloc))&sa=D&sntz=1&usg=AFQjCNEzkDa1YqjwZm-R6XHPM7n7UKZpQA> -- You received this message because you are subscribed to the Google Groups "Racket Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/racket-dev/0741a4a7-6176-42c2-8255-5b0bd1dc8063%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
