Email or username:

Password:

Forgot your password?
Top-level
Marcos

@neauoire I see that code and think that perhaps the syntax "A <> B" could be better than "<> A B" ... but perhaps there is a good reason you use the prefix <> instead of infix?

1 comment
Devil Lu Linvega

@marcos_don yeah, it scans from the left of the program without doing lookaheads. It'd be wasteful to scan forward, also, the right hand side can be left empty :)

Go Up