Re: [Ecls-list] ECL's weak-hash tables

2013-04-17 Thread Zajcev Evgeny
Juan Jose Garcia-Ripoll juanjose.garciarip...@gmail.com writes: There seems to be a bug in the update of the count. Values are deleted (the weak pointers that are used for this do not fail), but the hash table count was not updated. I will produce a fix for that. Fixed in git/CVS. As I

[Ecls-list] Porting CL to new platforms: what can be reused?

2013-04-17 Thread Anton Vodonosov
05.03.2013, 01:25, Juan Jose Garcia-Ripoll juanjose.garciarip...@gmail.com: On Mon, Mar 4, 2013 at 5:30 PM, Christian Schafmeister chris.sc...@verizon.net wrote: I've created a new implementation of Common Lisp that has a core written in C++ completely from scratch but hosts the ECL Common