[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gcl-devel] Re: While we're minimizing shell spawns ...
From: |
Raymond Toy |
Subject: |
[Gcl-devel] Re: While we're minimizing shell spawns ... |
Date: |
Fri, 27 Feb 2009 07:38:53 -0500 |
User-agent: |
Thunderbird 2.0.0.19 (Macintosh/20081209) |
Camm Maguire wrote:
> ... would anyone like to volunteer to write a lisp #'directory function
> sing unix dirent structures, with a mind toward portability on mingw,
> cygwin, macosx, and solaris? Preferably, the C primitives should be
> minimal, and most of the logic implemented in lisp. For cvs head I'd
> think unless really simple
>
> This is an old request from some maxima people.
One possibility would be to steal the code from cmucl or clisp. Cmucl
uses stat functions, I think, to walk the directory.
While I'm asking, can we also get a ensure-directories-exist? This is
useful with mk defsystem. For now, I just hacked a version that
basically calls mkdir -p. :-)
Also, gcl seems to have define-compiler-macro, but it's in the SYSTEM
package, not COMMON-LISP. I tried (with maxima) to import the symbol
into COMMON-LISP, but got symbol conflicts. I couldn't figure out how
to get rid of the offending symbol.
It's very nice to see some development on gcl once again!
Ray
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, (continued)
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Camm Maguire, 2009/02/22
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Gabriel Dos Reis, 2009/02/22
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Camm Maguire, 2009/02/23
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Jerry James, 2009/02/23
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Gabriel Dos Reis, 2009/02/23
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Camm Maguire, 2009/02/24
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Gabriel Dos Reis, 2009/02/24
- Re: [Gcl-devel] GCC 4.4 and strict aliasing, Gabriel Dos Reis, 2009/02/25
Re: [Gcl-devel] GCC 4.4 and strict aliasing, Jerry James, 2009/02/22
[Gcl-devel] New members, Camm Maguire, 2009/02/23
[Gcl-devel] Re: New members, Jerry James, 2009/02/23
RE: [Gcl-devel] New members, Billinghurst, David (RTATECH), 2009/02/23
RE: [Gcl-devel] New members, Donald Winiecki, 2009/02/23
Re: [Gcl-devel] New members, Donald Winiecki, 2009/02/23