On Tue, Jan 5, 2021 at 9:05 AM Steven D'Aprano <st...@pearwood.info> wrote: > > On Mon, Jan 04, 2021 at 01:38:23PM +0300, Paul Sokolovsky wrote: > > Hello, > > > > There're tons of projects which introduce alternative braces > > (i.e. C-like) syntax for Python. > > Got any examples of these projects? Preferably ones that are actively > maintained, have had more than one contributor, and have received even a > modicum of community interest. > > > I wonder, does anyone here remember more or less formal proposal for > > braces syntax? > > I don't believe there has ever been such a proposal. > > I'm not sure this is a productive use of your time. Why don't you do > something more useful, like approaching the standards committee in > charge of the C++ standard and try to convince them to remove braces > from their language? > > *semi-wink* >
#include <stdio.h> int main() <% printf("Hello, world\n"); %> Look, ma! No braces! 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/PC3RFS23EN2OR6GTJ4C5E2FBNBWTGGCS/ Code of Conduct: http://python.org/psf/codeofconduct/