Hacker Newsnew | past | comments | ask | show | jobs | submit | more reddit_clone's commentslogin

I am assuming/hoping that testing from Boeing/Airbus is far more stringent than that of Jeep !


Boeing doesn't exactly have the best reputation.


Yep. Another long time rectangle user. I use multiple desktops (Spaces) and arrange windows ( browser window, emacs frame, iterm widow) for each task.

This makes context switching bearable when working on several things.


Couldn't agree more. Quick feedback is so important, it requires its own post.

When I want to try/fix something, if the setup itself takes hours, I lose heart and move on.

Thats why I love lisp (or anything with a decent Repl). Instant gratification.


Does the build work on Mac OSX?


Casual python user here. I wasn't aware of this controversy.

Why was there a backlash for this operator? (looks kinda neat). Was it breaking things?


I am not a keyboard warrior who got caught up in the nonsense, but I think some people were simply annoyed at adding syntactic sugar for very marginal benefit. “There should be one way to do things” mantra.

I have a long list of grievances with Python, but the walrus situation would never crack my top ten. Put effort into removing cruft from the standard library, make typing better, have the PSF take a stance on packaging. Anything else feels a better use of time.

Whatever, it won. I will never use it, but when I see it will have to scratch my head and lookup the syntax rules.


It was against many people's aesthetic sense. Including mine. But in theory it can be ignored completely, and in practice it is barely ever used (and indeed nobody forces you to add more uses).

You may be interested in https://learning-python.com/python-changes-2014-plus.html for a sense of what some old-timers' aesthetic sense is like. (I agree with many of these complaints and disagree with many others.)


>The dashboard of a Tesla to that of a Volkswagen

Dude!

You think a touch screen tablet replacing all the knobs and tactile buttons is actually a step forward?


This is the third Raku reference I came across since morning.

Happy to see Raku getting some press.


If you already know Perl, Raku is easy to pick up. Especially for basic text munging tasks. The RegEx stuff has changed though. Takes some getting used to.

Some of the warts are gone (like a list element needs to have a scalar context, the stuff that scares away beginners).

It is a _large_ language with paradigms and constructs that are from everywhere (ML, Haskell, Lisp, C, Perl you name it).

Powerful operators. Actually too powerful. Easy to write elegant line-noise kind of code.

Easy to use built in concurrency. (There isn't much that is not built in :-) )

Nice language for Sys/Ops scripting if you find Bash too dangerous and Python too tedious.


Raku is amazing. It is great for writing System/Ops scripts with easy built in concurrency!

Its only fault is, it has too much stuff in it.


Not just too much stuff IMO. I kind of like all the features.

The main problem in my eyes is not enough volunteers (although they are doing a superhuman effort) to get it into the production level it needs to get more widespread adoption. The other problem is that Python already has a huge amount of libraries and is considered to be "good enough" feature wise, so it's hard to attract interest.

I do enjoy reading Raku code and think it is super neat as this do it all post-modern language. Inertia is hard to overcome though.


Early on, there was some attempt at syntactic macros. I tried it. But it didn't work out. I hear there are efforts for another iteration. That would be just fantastic when it lands.


Yep. Org Babel was my first thought.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: