Re: Need range function and math module.
"Mark Hahn" <[email protected]>
| Newsgroups | gmane.comp.lang.prothon.user |
|---|---|
| Message-ID | <[email protected]> |
"Mark Hahn" <[email protected]> wrote > Samir Patel wrote: > > > How can I do something like: > > for i in range (5, 50, 5): > > > > Any reason for range function is not yet implemented in prothon? > > No reason. I just never got around to it. I can put this near the top of > the to-do list since it is easy. > > > I like to start converting "random.py" of the standard python libray > > modules to prothon. To do this, I need math library. Any idea where > > it is in priority list? > > If I am still doing this on my own, I won't get around to porting libraries > until after October. I will be doing the performance rewrite of the > interpreter until then. I was hoping by now to have some help with Prothon > coding. Joe Knapka was kind enough to flesh out the string routines but no > one else has volunteered to help. > > Can you give me a URL on the math library? I'll have a look at how hard it > is. If some work on my end means that you will then help do some work on > Prothon then it would be worth my time. I gave you the range generator. I also offered to look into the math library. Are you still interested? If so, let me know what math library you are referring to.