Re: [pypy-dev] Details on project idea: Explicit typing in RPython

2017-04-03 Thread joannah nanjekye
Thanks for taking time to give me feedback. I have tried to make the necessary changes swiftly(last minute). I hope I dint misrepresent alot. Kind regards, joannah On Mon, Apr 3, 2017 at 6:01 PM, Richard Plangger wrote: > Hi, > > I would suggest to change the deliverables. We already have a way

Re: [pypy-dev] Details on project idea: Explicit typing in RPython

2017-04-03 Thread Richard Plangger
Hi, I would suggest to change the deliverables. We already have a way to specify the type for function signatures (mentioned in this email thread). It should at least mention that you extend those. It would be also very useful if you kind of gave an example how the mini language (e.g. specified in

Re: [pypy-dev] Details on project idea: Explicit typing in RPython

2017-04-02 Thread joannah nanjekye
Hello It is kinda last minute but if some one has a minute, kindly give me some feedback for my GSoC proposal here https://docs.google.com/document/d/1tidHKzTWOLDILPsUag8Vc0aS-lsIzwHDYvuGQ-hRAJg/edit before I submit. Kind regards, On Fri, Mar 31, 2017 at 1:44 PM, joannah nanjekye wrote: > Than

Re: [pypy-dev] Details on project idea: Explicit typing in RPython

2017-03-31 Thread joannah nanjekye
Thank you I think this is clearer to me now. On Wed, Mar 29, 2017 at 6:34 PM, Ronan Lamy wrote: > Le 29/03/17 à 15:28, Ryan Gonzalez a écrit : > >> RPython already has this: >> >> >> https://bitbucket.org/pypy/pypy/src/tip/rpython/rlib/signature.py >> > > Indeed, @signature is one of 2 prior at

Re: [pypy-dev] Details on project idea: Explicit typing in RPython

2017-03-29 Thread Ronan Lamy
Le 29/03/17 à 15:28, Ryan Gonzalez a écrit : RPython already has this: https://bitbucket.org/pypy/pypy/src/tip/rpython/rlib/signature.py Indeed, @signature is one of 2 prior attempts at doing this in rpython[*]. However its syntax is cumbersome and it's rather limited in the types it can ex

Re: [pypy-dev] Details on project idea: Explicit typing in RPython

2017-03-29 Thread Ryan Gonzalez
RPython already has this: https://bitbucket.org/pypy/pypy/src/tip/rpython/rlib/signature.py -- Ryan (ライアン) Yoko Shimomura > ryo (supercell/EGOIST) > Hiroyuki Sawano >> everyone else http://refi64.com On Mar 29, 2017 7:01 AM, "Richard Plangger" wrote: > Hello Joannah, > > Ronan might know more

Re: [pypy-dev] Details on project idea: Explicit typing in RPython

2017-03-29 Thread Richard Plangger
Hello Joannah, Ronan might know more about this topic. But here is a short explanation: A solid start is to read the following documentation: http://rpython.readthedocs.io/en/latest/translation.html It explains how Python source code is analyzed, transformed and compiled. As you know, there ar

[pypy-dev] Details on project idea: Explicit typing in RPython

2017-03-28 Thread joannah nanjekye
Hello, I am interested in working on the above project. I need to understand what it is about so that I can make a plan for it. I would love to work on it for GSoC if accepted. In summary..I want to know the goal and the most important stack involved working on it. I am proficient in python. If