Re: [AD] mzscheme bindings in svn |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2007-04-27, Jon Rafkind <workmin@xxxxxxxxxx> wrote:
> Peter Wang wrote:
> > On 2007-04-27, Jon Rafkind <workmin@xxxxxxxxxx> wrote:
> >
> >> Would it be ok if I checked in my mzscheme bindings to the allegro svn?
> >> Right now I have it saved to my local svn server( running on my computer
> >> ) but I suppose it would be nice to have it on the allegro server.
> >>
> >> It consists of the mzscheme bindings, 6-7 .ss files, and a version of
> >> allegro specially tweaked to work with scheme.
> >>
> >
> > I don't think the additional copy of Allegro is acceptable. What
> > changes are necessary? Maybe we can incorporate some of them.
> >
> >
> My version includes loadpng
Can't the loadpng bindings be separated out?
> and a separate set of update functions for
> the cocoa api on osx that can be executed from a host language( not a C
> thread ).
Can this be compiled separately from Allegro? Or does it require
changes? We can add hooks or make some variables non-static in Allegro
if that would help.
Peter