Blog and Conversation of FP/OCaml/Elixir/Scala

For the people above, who complain a little bit about Python in their day job: https://github.com/evhub/coconut

From Guido and others of the core team: http://mypy-lang.org/

You are welcome :slight_smile:

The problem with python that you have to maintain dependency on your system and you have python 2 and 3.
I just to want download file and run it…
I hate anything written in python.

1 Like

@mkunikow There are things out there to pack a python program into a single-runnable file, for both Unix’s and Windows. :slight_smile:

On the unix’s you generally still need python installed though, but on windows it’s at least fully self-contained, and on unix’s you can do the same, just most people don’t since it pretty much always exists anyway. ^.^

1 Like

And you can use AppImages and all the thousannd others.

1 Like

True this, and flatpak or whatever it is called too. :slight_smile:

1 Like

I am trying not to use AppImages or flatpak. It takes a lot of space and GUI application can looks ugly …
I prefer docker if I can.

Huh? They look normal in all cases I’ve seen, even the entry in the start menu is entirely normal (other than a super-tiny apppack icon super-imposed on the main icon in the lower-right of the main icon).

Docker on the other hand, well, how do you even get a GUI app from that without running an entire copy of an x server?

1 Like

If I need GUI would prefer to install app using for example apt.

In other cases I prefer command line tools :slight_smile:

2 Likes

The linked issue states that it is resolved for many many months now? And that link you posted is even older than that? ^.^;

ok I was using it long time ago, maybe is resolved now.

1 Like