Re: RAM usage of applications?

2019-11-29 Thread kooda
egarrulo wrote: > Hello everybody, > > I wonder if I could consider Chicken to write an application for a > device with 256 MB of RAM, where the whole RAM may not be available for > the application. > > Can anybody give me a *rough* idea of how much RAM a basic program > written in Chicken

Fwd: RAM usage of applications?

2019-11-29 Thread egarrulo
EDIT: I meant 128 MB of RAM, not 256. Sorry. Messaggio Inoltrato Oggetto:RAM usage of applications? Data: Fri, 29 Nov 2019 23:19:21 +0100 Mittente: egarrulo A: chicken-users@nongnu.org Hello everybody, I wonder if I could consider Chicken to write an

RAM usage of applications?

2019-11-29 Thread egarrulo
Hello everybody, I wonder if I could consider Chicken to write an application for a device with 256 MB of RAM, where the whole RAM may not be available for the application. Can anybody give me a *rough* idea of how much RAM a basic program written in Chicken and transpiled to C could

Re: It would be nice if glob "/*/*" worked

2019-11-29 Thread Matt Welland
On Fri, Nov 29, 2019 at 2:59 AM Tim via wrote: > Hi Matt, > > Matt Welland writes: > > Supporting glob patterns at any level would be handy. I started to > > implement something which I've included below but before I complete it: > > I like this idea too. Just one thing: would it be possible to

Re: It would be nice if glob "/*/*" worked

2019-11-29 Thread Tim via
Hi Matt, Matt Welland writes: > Supporting glob patterns at any level would be handy. I started to > implement something which I've included below but before I complete it: I like this idea too. Just one thing: would it be possible to use the double-asterisk ** instead of a single * to