[PD-dev] [Fwd: Re: finding debian-dependencies of a binary]

2008-03-13 Thread IOhannes m zmoelnig
Original Message From: Hans-Christoph Steiner [EMAIL PROTECTED] That sounds quite useful, I should have guessed. Could you send this to pd-dev? Georg is mostly doing this work. .hc On Mar 13, 2008, at 10:36 AM, IOhannes m zmoelnig wrote: hi hans. i knew that there was a

[PD-dev] naming loaders: pdlua, tclpd, etc.

2008-03-13 Thread Hans-Christoph Steiner
Hey, Now that we have a number of loaders, I'd like to figure out a standard way of naming the libraries so that they are easy to organize and load. Currently, there are these arrangments: pdXXX - pdlua.pd_linux pdtcl.pd_linux pdhaskell.pd_linux [import pdtcl] XXXpd -

Re: [PD-dev] naming loaders: pdlua, tclpd, etc.

2008-03-13 Thread Claude Heiland-Allen
Hans-Christoph Steiner wrote: XXX --- lua.pd_linux ^^ this is what I use. The project as a whole is called 'pdlua' but the external for Pd is called 'lua', like '-lib lua' and [lua]. tcl.pd_linux haskell.pd_linux ^^ this is probably what I will use if I ever resume work on my Haskell

Re: [PD-dev] naming loaders: pdlua, tclpd, etc.

2008-03-13 Thread Hans-Christoph Steiner
So I agree this is good: -lib lua [import lua] Then it seems that it would be nice if the projects were either: pdlua pdtcl pdhaskell or: luapd tclpd haskellpd How about the first one? .hc On Mar 13, 2008, at 2:39 PM, Claude Heiland-Allen wrote: Hans-Christoph Steiner wrote: XXX ---

Re: [PD-dev] naming loaders: pdlua, tclpd, etc.

2008-03-13 Thread [EMAIL PROTECTED]
Hans-Christoph Steiner ha scritto: Hey, Now that we have a number of loaders, I'd like to figure out a standard way of naming the libraries so that they are easy to organize and load. Currently, there are these arrangments: pdXXX - pdlua.pd_linux pdtcl.pd_linux

Re: [PD-dev] naming loaders: pdlua, tclpd, etc.

2008-03-13 Thread Frank Barknecht
Hallo, Hans-Christoph Steiner hat gesagt: // Hans-Christoph Steiner wrote: Any perferred name? I don't think I have a strong preference of any name, but I do think there should be a simple, standard naming scheme. May I throw in another one: As loaders are a bit different than externals,

Re: [PD-dev] naming loaders: pdlua, tclpd, etc.

2008-03-13 Thread marius schebella
what exactly *is* the lua loader? is it a wrapper? or a library? I was confused in the beginning bcause I thought the thing was named pdlua, but the thing was loaded with lib- lua (so I thought it *is* a library, but named like lua, the language itself? hmm..) marius. Frank Barknecht wrote:

Re: [PD-dev] naming loaders: pdlua, tclpd, etc.

2008-03-13 Thread Albert Graef
Frank Barknecht wrote: May I throw in another one: As loaders are a bit different than externals, Uhm, did I miss anything? In which way is a loader different from an external? In that it loads another interpreter? Is there a special new API for this kind of things? I just want to know as I'm

Re: [PD-dev] naming loaders: pdlua, tclpd, etc.

2008-03-13 Thread Claude Heiland-Allen
Albert Graef wrote: Frank Barknecht wrote: May I throw in another one: As loaders are a bit different than externals, Uhm, did I miss anything? In which way is a loader different from an external? A loader-external adds a hook into Pd's loader (the bit that searches for files to load