I think the "proposal" is "people should give us money." :-)

Yes, ads for commercial software do not belong on this list.

On Sun, Sep 8, 2019, 12:08 PM Chris Angelico <ros...@gmail.com> wrote:

> On Sun, Sep 8, 2019 at 10:47 PM Mark @pysoniq <m...@pysoniq.com> wrote:
> >
> > Hello to the list,
> >
> > I have an idea for Python that is non-traditional in that it doesn’t
> extend or modify existing Python language structure.
> >
> > The idea uses Python to translate Python, entirely under program
> control,  directly to optimized assembly language .dll or .so files, called
> “extensions.”
> >
> > Extensions are called from Python using Python’s ctypes interface.  The
> ctypes wrapper for each extension is created automatically.
> >
> > The goal of this idea is for Python to perform as fast or faster than C
> or C++, without leaving Python.
>
> Can you clarify here please: What exactly is the idea you're
> proposing? That CPython make use of your project for its own
> acceleration? That something be done in the language and/or
> interpreter to make your project more effective?
>
> If your project does already exist, there doesn't seem to be a
> proposal here - or else I'm  just misreading this.
>
> ChrisA
> _______________________________________________
> Python-ideas mailing list -- python-ideas@python.org
> To unsubscribe send an email to python-ideas-le...@python.org
> https://mail.python.org/mailman3/lists/python-ideas.python.org/
> Message archived at
> https://mail.python.org/archives/list/python-ideas@python.org/message/JFMZEOQIUZMGW23VFID3PKMQ4RCP2BTR/
> Code of Conduct: http://python.org/psf/codeofconduct/
>
_______________________________________________
Python-ideas mailing list -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/RHEWMESSHNR4PM52B23BE25HYPD2KVYM/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to