Masataro Asai

Results 170 comments of Masataro Asai

Putting a `#include ""' in .cpp and renaming the file with extention .ino is ok. However if I add another`"' it freezes again.

I am still interested in the topic, but my motivation is shifting toward making a new language that is separate from common lisp.

My official job is to do research, so that is not much of a problem. Im making a living for making something new. Thanks for the clng link, some are...

Rewriting SBCL, stripping most of CL-specific optimizations and make it understandable was indeed one of my ideas.

I also had that idea. So much in common :)

BIVECTOR is a deque in C++? I guess keeping the same name as in C++ would be helpful (reduces the learning overhead)

the reason I wrote this issue is that I see a utility problem similar to pre-quicklisp era. There are bunch of datastructure libraries but it's hard to say CL has...

if you intend to go beyond beta, I will contribute to this library, initially by implementing all of C++ STL structures. further discussion is welcome.

there is [CL-STL](https://github.com/show-matz/CL-STL) which is based on CLOS classes (== slow). I personally know the author of this library.