Masataro Asai

Results 170 comments of Masataro Asai

- [x] Do you run on all the platforms that optima officially supports? - it runs on ECL, ABCL, CMUCL, CLISP, SBCL, CCL. - [ ] Do you have parity...

the odd thing re: `when/unless` is they are infix operators, which are hard to implement in trivia. Actually `guard` in optima is functionally equivalent to `when`, so I don't think...

I don't know what is necessary on this...

the internal designs are very different between the two and I don't think marching is possible. I don't think that infix when is an absolutely necessary feature either. Furthermore, the...

> If trivia now supports the common CL implementations this be more or less a drop-in replacement. It is already so for a long time. I don't think anyone new...

@vindarel that is not quite accurate.

> > trivia does not have when and unless, a rather obscure optima featrue > > So the imcompatibility is mainly due to this? `when` and `unless` not available as...

because it is faster

oh can you share the stacktrace / where it happens?