[Ecls-list] ecl can't compile swank-fancy-inspector

2012-11-15 Thread Stanislav Frolov
Before this test I clean ECL and slime caches. ECL and slime are latest from git/cvs. (require :asdf) NIL (push "/home/staseg/devel/cl-libs/registry/" asdf:*central-registry*) ("/home/staseg/devel/cl-libs/registry/" "/home/staseg/devel/cl- libs/registry/") (require :swank) ... ;;; End of Pass

Re: [Ecls-list] Building native EXE on Windows is too hard!

2012-11-15 Thread Juan Jose Garcia-Ripoll
On Wed, Nov 14, 2012 at 8:30 AM, Ralph Möritz wrote: > I don't think 64k is such a severe limitation; for code using very > long string literals couldn't we use embedded resources instead? > 64k is pretty small for many libraries out there that build tons of data. cl-unicode used to be one of tho