Re: lush2 beta release
Ralf Juengling <[email protected]> Tue, 15 Sep 2009 19:22:51 -0700 (PDT)
| Newsgroups | gmane.lisp.lush.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Yuri, The names -float- etc. were bound to some black-magic macros. These macros are still there but are defined in the namespace lush1- for backwards compatibility. You have two options, you could either do (in-namespace* lush1- (defvar -gbtype- -float-) ... ) ; in-namespace* to bind the alternative names -gbtype- etc. to the old macros. Or you could do it the way it is done in the opengl-interface, that is, define a new namespace for the gblearn code to do the translations "-gptype- -> -float-" etc. In the end you do the compilation in the namespace lush1-. Take a look at the file packages/opengl/opengl.lsh. Ralf On Tue, 15 Sep 2009, Yury Sulsky wrote: > Hi Ralf, > > I'm taking a look at the gblearn2 package, but I'm not sure how to translate > one piece of code to Lush2. > > The code defines a type: > (defvar -gbtype- -float-) > > This doesn't work anymore. Are types kept in a different namespace? > > Thanks, > Yury > > On Sep 15, 2009, at 11:30 AM, Ralf Juengling <[email protected]> wrote: > >> Folks, >> >> I was thinking about releasing a lush2 beta before >> releasing a final and now I think it's a good idea. >> I will announce the beta on freshmeat and hope to get >> a few more people interested in lush that way. If lush >> is to have a future, we need to work on building a >> community. >> >> I plan to do the release in a month from now, October >> 15. There are still a couple of things on our todo list, >> https://sourceforge.net/apps/trac/lush/wiki/LushTwoTodoList, >> mostly package updates. But the documentation and our >> homepage also need to be looked at. I do not plan to do >> all of these myself and ask that some folks on this list >> pick up one or the other work item. Packages that are not >> fixed by October 15 will not be included in the beta >> distribution. >> >> Ralf >> >> >> ------------------------------------------------------------------------------ >> Come build with us! The BlackBerry® Developer Conference in SF, CA >> is the only developer event you need to attend this year. Jumpstart your >> developing skills, take BlackBerry mobile applications to market and stay >> ahead of the curve. Join us from November 9-12, 2009. Register now! >> http://p.sf.net/sfu/devconf >> _______________________________________________ >> Lush-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/lush-devel > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf