[Cython] [cython-users] call for contribution: PEP 498 - Literal String Interpolation

Jelle Zijlstra jelle.zijlstra at gmail.com
Wed Sep 9 22:58:21 CEST 2015


I would be interested in doing this, although I haven't previously worked
on Cython itself. I'll start looking into it over the weekend.

2015-09-09 7:35 GMT-07:00 Jelle Zijlstra <jelle.zijlstra at gmail.com>:

> I would be interested in doing this, although I haven't previously worked
> on Cython itself. I'll start looking into it over the weekend.
>
> 2015-09-05 11:32 GMT-07:00 Stefan Behnel <stefan_ml at behnel.de>:
>
>> Hi!
>>
>> It looks like PEP 498 (f-strings) is going to be accepted soon. Anyone
>> interested in implementing it for Cython?
>>
>> https://www.python.org/dev/peps/pep-0498/
>>
>> It's certainly a bit of work, but it's also very much Python-level
>> functionality and most of it can be handled in the parser, so I would
>> count
>> it as an entry-level project for working on Cython. There is already an
>> initial implementation for CPython (in C) which should provide an answer
>> to
>> the tricky details of the functionality itself, as well as tests for it
>> (eventually).
>>
>> https://bugs.python.org/issue24965
>>
>> So, if this feature, and if extending the Cython language and working on a
>> real compiler sounds tempting to you, please speak up on the cython-devel
>> mailing list.
>>
>> Stefan
>>
>> --
>>
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "cython-users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to cython-users+unsubscribe at googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20150909/564a64fe/attachment.html>


More information about the cython-devel mailing list