Masataro Asai

Results 249 comments of Masataro Asai

Sounds very good. Several comments: Id like it better if the macro for functions and structures are same, i.e., no `template-function`, `template-structure`, etc, and just `template` instead. Also, are they...

Another thing I care about is the pattern matching friendliness. It should be compatible with Optima or Trivia.

"automatic resolution of overloaded functions" --- ok, I think I can guess what it means, does it simply mean "compile-time/runtime dispatch"? I did it once for [inlined-generic-function](https://github.com/guicho271828/inlined-generic-function/) . I used...

> Nested specializations as (PAIR (PAIR FIXNUM BIGNUM) (PAIR CONS HASH-TABLE)) work already too :) can you restrict the parametric types on a template level? i.e., ``` cl (template ()...

oh I forgot to mention the most important library currently available --- cl-containers and LIL (lisp interface library). The biggest issue on these libraries are the lack of documentation. We...

Please take a look at my brief survey on how poor the quality of the current datastructure libraries in common lisp are :( https://github.com/guicho271828/data-structures-in-common-lisp/blob/master/database.sexp

another mention to some utilities : https://github.com/guicho271828/type-r (type retrieval) and https://github.com/guicho271828/trivialib.type-unify

so we most probably need a compiler macro hack + cltl2 variable-information.

perhaps I should get a handle from each thread.

I agree. It worked with multiple database handles. I think giving a brief reference in the doc may be helpful.