David Mertens wrote: > ...snip... > > I specifically wanted to mention that Padre has index functionality > similar to PDL's indexing, so we can probably find a way to make PDL's > functions get indexed with Padre.
Yes, that is on the list. I don't know enough about Padre to figure out how things could be cobbled together. Right now I'm working on the REPL issue which is hampered by the fact that Padre::Plugin::REPL crashes on my win32 system. Does Padre work ok with NiceSlice syntax? If you use the original slice syntax is it ok? > There's a Perl REPL, it worked for me, and I was able to 'use PDL' in > it! I had trouble installing the REPL because it has a screwed up test > suite, but I forced it and got it working anyway. Very cool! I can even > generate plots using PLplot with it! I am very impressed with the > possible future directions we could take this! You're the first confirming instance that it works *somewhere*. I'll check it out on my linux machine in the hopes of forward progress. I'm still hoping the crash will be fixed soon but I don't know if any of the Padre developers have managed to reproduce it. It is always possible that something is funny in only my configuration... I've already gotten a crude prototype for a perldl2 shell using Devel::REPL. If I can get Padre to run without crashing, I should be able finish the new shell. It is pretty cool with method completion and persistent lexical variables. Thanks for the comments, David. --Chris _______________________________________________ Perldl mailing list [email protected] http://mailman.jach.hawaii.edu/mailman/listinfo/perldl
