[Ecls-list] can anybody run stumpwm successfully usng ECL ?

2012-09-21 Thread z_axis
I have successfully built stumpwm using ECL: http://stackoverflow.com/questions/12443955/the-ecl-created-stumpwm-cannot-work But i cannot start it and `stumpwm > err.txt` in .xinit shows: ;;; Loading #P"/usr/local/lib/ecl-12.7.1/sockets.fas" Available restarts: 1. (IGNORE) Ignore the error,

Re: [Ecls-list] Fwd: [ecls:bugs] #206 string-lessp does not behave as string< ignoring case

2012-09-21 Thread Pascal J. Bourguignon
Juan Jose Garcia-Ripoll writes: > Could you people have a look at the bug report and my answer? I > believe I am right, though SBCL is reporting a different order and > this (once more) confuses users > > bugs:206 string-lessp does not behave as string< ignoring case > > Status: open 

[Ecls-list] Fwd: [ecls:bugs] #206 string-lessp does not behave as string< ignoring case

2012-09-21 Thread Juan Jose Garcia-Ripoll
Could you people have a look at the bug report and my answer? I believe I am right, though SBCL is reporting a different order and this (once more) confuses users *bugs:206 string-lessp does not behave as string< ignoring case* *Status:* open *Created:* Thu Sep 20, 2012 09:43 PM UTC by Rafael Je

Re: [Ecls-list] ECL and profiling

2012-09-21 Thread Matthew Mondor
On Fri, 21 Sep 2012 09:51:57 +0200 Juan Jose Garcia-Ripoll wrote: > On Fri, Sep 21, 2012 at 12:14 AM, Matthew Mondor > wrote: > > > So would a C profiler currently be my best resort? > > > > Right now I would say it is. Do not be scared: function names are easily > identified and you will get i

Re: [Ecls-list] ECL and profiling

2012-09-21 Thread Juan Jose Garcia-Ripoll
On Fri, Sep 21, 2012 at 12:14 AM, Matthew Mondor wrote: > So would a C profiler currently be my best resort? > Right now I would say it is. Do not be scared: function names are easily identified and you will get insight on functions that not even the Lisp layer can profile, such as memory allocat