[Chicken-users] (array-strict? (make-array '#() 7)) ; should return #t right?

2007-09-04 Thread Terrence Brannon
(require-extension array-lib) (array-strict? (make-array '#() 7)) ; should return #t However, it returns false... it seems to be a strict array to me. I do need for a 1-dimensional structure created by make-array to be testable by some predicate for a procedure I have written called Shape, anal

Re: [Chicken-users] (array-strict? (make-array '#() 7)) ; should return #t right?

2007-09-04 Thread Kon Lovett
On Sep 4, 2007, at 5:38 PM, Terrence Brannon wrote: (require-extension array-lib) (array-strict? (make-array '#() 7)) ; should return #t However, it returns false... it seems to be a strict array to me. From SRFI-63: "... make-array ... ... The implementation-dependent type of the returned

[Chicken-users] Any way to draw lines with bb *without* using GL?

2007-09-04 Thread Matt Welland
I'd like to draw simple polygons etc. in bb but I can't figure out how. Here is some example code from the web that does the kind of thing I want to do. Can it be done using bb? Thanks, Matt -- // DEMONSTRATE HOW TO DRAW AN 'X' IN FLTK #include #include #include // SIMPLE BOX WIDGET THAT DRA

Re: [Chicken-users] Any way to draw lines with bb *without* using GL?

2007-09-04 Thread felix winkelmann
On 9/4/07, Matt Welland <[EMAIL PROTECTED]> wrote: > I'd like to draw simple polygons etc. in bb but I can't figure out > how. Here is some example code from the web that does the kind of > thing I want to do. Can it be done using bb? > bb has no graphics API, I'm afraid. It wouldn't be too hard t