Re: [racket-users] infix notation embedded in Racket

2015-04-25 Thread Jens Axel Søgaard
2015-04-24 14:44 GMT+02:00 Jens Axel Søgaard jensa...@soegaard.net: The arrows disappear when I use the at-exp syntax: @${b^2-4*a*x}. I am not sure why. Anyone? Thanks to Alexander for submitting a fix. /Jens Axel -- You received this message because you are subscribed to the Google

Re: [racket-users] infix notation embedded in Racket

2015-04-25 Thread Jens Axel Søgaard
2015-04-24 14:44 GMT+02:00 Jens Axel Søgaard jensa...@soegaard.net: The planet package took a *very* long time to install, so I intend to upload a version to pkg.racket-lang.org. The infix package is now available through pkg.racket-lang.org. /Jens Axel -- You received this message

Re: [racket-users] infix notation embedded in Racket

2015-04-25 Thread Jens Axel Søgaard
2015-04-24 14:44 GMT+02:00 Jens Axel Søgaard jensa...@soegaard.net: The arrows disappear when I use the at-exp syntax: @${b^2-4*a*x}. I am not sure why. Anyone? I haven't figured it out yet, but it seems to have worked at some point. I have found this: (define-syntax ($ stx) (syntax-case

Re: [racket-users] infix notation embedded in Racket

2015-04-24 Thread Jens Axel Søgaard
2015-04-24 0:18 GMT+02:00 Alexander D. Knauth alexan...@knauth.org: What’s wrong with at-exp though? I personally don’t like (planet soegaard/infix) as much mostly because the other options have the benefit of working with DrRacket features such as check-syntax arrows and blue-boxes, but

RE: [racket-users] infix notation embedded in Racket

2015-04-24 Thread Jos Koot
Axel Søgaard; racket-users@googlegroups.com Subject: Re: [racket-users] infix notation embedded in Racket On Apr 24, 2015, at 3:40 AM, Jos Koot jos.k...@gmail.com wrote: With respect to at-exp: I want my infix to be a simple macro that can be required within any arbitrary #lang racket module

Re: [racket-users] infix notation embedded in Racket

2015-04-24 Thread Alexander D. Knauth
On Apr 24, 2015, at 8:44 AM, Jens Axel Søgaard jensa...@soegaard.net wrote: As it turns out, it is at-exp that are at fault. The screen shot below show that arrows and renaming works when using the infix packages with the syntax: ($ b^2-4*a*x) Note that it works even for