[plt-scheme] plugins?
On Thu, Jul 2, 2009 at 4:43 AM, Hugh Myers<hsmyers at gmail.com> wrote:
> Then using that criteria, there are 4 'possible' plugins:
>
> divascheme.plt
> drocaml.plt
> drsync.plt
> ipt.plt
>
> Is there a reason not to distinguish between packages and plugins?
To add one more example, Dracula (cce / dracula.plt) is a plugin.
There's no way to "distinguish" them because they're not different
things... they're just packages that run different code. Some
packages may even contain multiple "plugins". Being able to tell what
code a package runs is not easy.
--Carl