Enjoy!
P.S. No automatic evaluation of arbitrary expression like Python has,
though. Also, maximum line length is set to 100 characters.
--
Denis Kasak
Seth
PS: I haven't taken time to look at the code yet, but I imagine I'll
probably be stealing some of your code to add an IO library to tinypy.
Thanks in advance. ;)
I think we should put all this stuff into examples/shell And the project can live there without "messing" with the rest of tinypy. I think it would even be good if it had its own setup.py in there, instead of being part of the top-level setup.py I think it's a great thing to have, but I want to be sure that if we add goodies like this, which are nice, but won't weigh down tinypy at all. Thanks! -Phil --- On Thu, 8/7/08, Seth Lemons <ulf...@gmail.com> wrote: |
Seth
Actually, import statements do work, but modules didn't get correctly
built in into the shell. We'll have to do something about setup.py
eventually, because it's going spaghetti.
And yes, I couldn't come up with a clean way to do automatic
evaluations so I just left them out for now.
> Seth
>
> PS: I haven't taken time to look at the code yet, but I imagine I'll
> probably be stealing some of your code to add an IO library to tinypy.
> Thanks in advance. ;)
If you can reuse something, feel free to do so. I don't think it'll be
of much help, though. :)
--
Denis Kasak