Masataro Asai

Results 73 issues of Masataro Asai

I started using this mode but it seems something is not working right. The problem occurs after I typed in the first double-quote in the same line as #include. something...

https://github.com/show-matz/CL-STL is an attempt to implement STL in CL. It's based on CLOS (so it is slow) but yesterday the author, @show-matz , gave a talk on it at Shibuya.lisp...

help wanted

there are several past attempts on implementing parametric types on common lisp. as far as remember, [cl-adt](https://bitbucket.org/tarballs_are_good/cl-algebraic-data-type), https://github.com/danlentz/dstm-collections/blob/master/attic/adt.lisp . Mine is https://github.com/guicho271828/trivialib.typevar (but I'd say this is a failed attempt...

Around here: https://github.com/dmitryvk/cl-sqlite/blob/master/cache.lisp#L24 How I can disable it?

Status: Acknowledged

A more serious take on #498 . # Motivation AI research community is increasingly focused on the reproducibility of the experiment these days. As my task often involves a research...

https://www.timmons.dev/posts/static-executables-with-sbcl.html

When two processes run in parallel, valious asdf-related calls (e.g. system-relative-pathname in my case) simultaneously tries to delete system-index.txt.bak which fail because another process has already deleted it. Candidate solutions:...

So I heard if Trivia provides Optima compatibility asd, you can replace Optima. The pull requesting that achieves it is pending, https://github.com/guicho271828/trivia/pull/115 it was tested on the dependent libraries and...