Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Python is dead!!!

Name: Anonymous 2018-07-13 1:14

Name: Anonymous 2018-07-13 2:01

Goodnight Sweet Prince

Name: Anonymous 2018-07-13 2:17

Does this mean Ruby will make a comeback? Probably not, but I guess this is just another nail in the not-JavaScript coffin.

Name: Anonymous 2018-07-13 6:32

shit sucks, I liked FIOC and I'm worried that the lack of a BDFL will result in Rust-tier CoC-slinging bullshit.

Name: Anonymous 2018-07-13 6:43

Guide is senile anyway. What was
P.E.P. 572 
?

Name: Anonymous 2018-07-13 8:52

I wonder how long it'll take for the usual termites to destroy Python after this; it has a CoC, so the tools for the Reddit consensussexuals are already there. Should save them some time.

>>5
Assignment expressions, for code like
if (match := matchThisRegex(r))
doSomeShit(match);

No idea about the drama this supposedly caused, but it'll probably be autistic mumbling about pythonicity.

Name: Anonymous 2018-07-13 9:18

why the fuck didn't they just make evertyhing an expression? that would be simpler, more consistent and wouldn't force additional syntax

Name: Anonymous 2018-07-13 15:30

Perl6 does more and better. And it's logo ar're cute :)

Ƹ̵̡Ӝ̵̨̄Ʒ

Name: Anonymous 2018-07-14 21:50

I use ruby because I am a weeb

Name: Anonymous 2018-07-20 17:17

I use Urm0m

Name: Anonymous 2018-07-20 17:53

>>6
I'd fuck off too if a horde of braindead autists periodically had mental breakdowns and blamed all of them on me.

>>7
Too late for that. It also seems that people are so nigger they only understand explicit statements and prefer unelegant, inconsistent languages. See Golang's popularity.

Name: Anonymous 2018-07-20 18:03

can someone reply "bye, bitch" please

Name: Anonymous 2018-07-20 19:06

>>12
bye, bitch

Name: Anonymous 2018-07-21 4:08

The king is dead!
Now its time to implement lambdas and functional programming the right way

Name: Anonymous 2018-07-21 5:42

>>14
implement lambdas and functional programming
You can do that in Java btw
not even joking

Name: Anonymous 2018-09-11 15:33

Name: Anonymous 2018-09-11 18:38

>>13
thanks

Name: Anonymous 2018-09-11 18:45

>>16
He probably would've merged the autism too if autismo made the pull requests in his era of terror.

Name: Anonymous 2018-09-11 18:51

Name: Anonymous 2018-09-20 0:41

>>14

lambda, filter, reduce and map -- what's missing ?

Name: Real Panic 2018-09-20 1:11

>>20
the right way

Name: Anonymous 2018-09-20 6:26

>>20
multi-line lambdas, statements as expressions, macros, support for point-free style (automatic currying?), some kind of pipelining syntax (can be as simple as threading macro or as complex as haskal monads), dubs-checking

Name: Anonymous 2018-09-20 6:29

>>22
statements as expressions,
NO THANK YOU!

Name: Anonymous 2018-09-20 8:18

>>23
what's the problem? everything should return value for consistency

Name: Anonymous 2018-09-20 9:33

statements as expressions
Please explain, what on earth is statement supposed to mean in this context?
In the following code, which part is a statement? λf. λk. k λx. λk. k λy. λk. k (f x y)

Name: Anonymous 2018-09-20 9:35

>>25
what the fuck does 'the following code' have to do with Python, you functional anus? the point is that Python differentiates between 'expressions' which return value and 'statements' which don't, while it would be better if everything was an expression.

Name: Anonymous 2018-09-20 9:45

>>20
lazy lists and tail recursion

Name: Anonymous 2018-09-20 12:15

>>27
lazy lists
Pretty sure that it already has that? See range/xrange for example.

tail recursion
I think that you mean tail call optimisation. All tail calls may be optimised, not only recursive ones.

Name: Anonymous 2018-09-20 12:17

>>28
I think that you mean tail call optimisation. All tail calls may be optimised, not only recursive ones.
while this is true, your're are being a pedantic anus. the point is that there's no TCO in Python and it would be better for FP if it had it

Name: Anonymous 2018-09-20 12:32

>>28
See range/xrange for example.
That's for v2. v3 uses generators to do that instead.

Name: Anonymous 2018-09-20 12:33

>>30
what's the actual difference between a lazy list and a generator though?

Name: Anonymous 2018-09-20 13:18

>>31
Syntax. Lazy lists don't require all the overhead boilerplate.

Name: Anonymous 2018-09-20 13:25

>>32
generator expressions don't have much boilerplate though. you can yield my_dubs if you want but there's always a genexpr if you like one-liners

Don't change these.
Name: Email:
Entire Thread Thread List