Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The software requires PYTHON #18

Closed
trollcop opened this issue Jun 13, 2015 · 13 comments
Closed

The software requires PYTHON #18

trollcop opened this issue Jun 13, 2015 · 13 comments

Comments

@trollcop
Copy link

In 2015, this is completely fucking unacceptable.
Stop forcing users to install shit they will never use again.

@magu
Copy link

magu commented Jun 13, 2015

On most modern operating systems, Python is installed by default.

@trollcop
Copy link
Author

I am using Windows 8.1 Pro.

@magu
Copy link

magu commented Jun 13, 2015

Yup, I sad most, not all, modern operating systems. Blame Microsoft on not including one of the pillars of modern computing in their base install.

@magu
Copy link

magu commented Jun 13, 2015

If a specific tool is written in python, it's quite hard to use it without installing Python the program. Also, not requiring Python would both require rewriting the program in question, and providing specialized binaries for every single operating system you wish to target. Much simpler using something like Python for this sort of tool, since it runs on every system under the sun.

@trollcop
Copy link
Author

So the goal of the project is to shittily run on "every system under the sun" and make it unusable on the only one that everyone actually uses? What's next, you will provide BeOS binaries?

rewriting these hacks in C would probably take less effort than maintaining the read-only garbage that is python.

@magu
Copy link

magu commented Jun 13, 2015

Runs fine for me. You're most welcome to rewrite it though, if you're so inclined.

@memoz
Copy link

memoz commented Jun 13, 2015

Well, why don't you try creating this software yourself if you find it to
be unacceptable?
2015-6-13 下午4:20于 "dongie" notifications@github.com写道:

In 2015, this is completely fucking unacceptable.
Stop forcing users to install shit they will never use again.


Reply to this email directly or view it on GitHub
#18.

@ElleKayEm
Copy link

You could use the calibre plug-in. Or you could buy the software that people have created from this free tool.

@trollcop
Copy link
Author

calibre plugin is python last I checked.
inside the zip it was all the .py files.
On Jun 15, 2015 8:52 AM, "ElleKayEm" notifications@github.com wrote:

You could use the calibre plug-in. Or you could buy the software that
people have created from this free tool.


Reply to this email directly or view it on GitHub
#18 (comment)
.

@ElleKayEm
Copy link

But you only need to install python if you're using the stand alone tool.

@Lord-Evil
Copy link

@trollcop
Aww.. Looks like someone got his first period! :-D
How much of a brain damage one should have not to respect Python for what it is? It's one of the most powerful and popular tools out there for high level programming. I see no sane reason why would anybody give in easy CROSS-PLATFORM scripting solution(no platform dependant binaries) for C.
Go on, unpack your ASM and show us what you've got! xD

@trollcop
Copy link
Author

trollcop commented Jul 8, 2015

It's one of the most powerful and popular tools out there for high level programming.

Not even close.

Its completely unreadable syntax, people writing it usually having no clue and just relying on pre-existing "libraries" to do most of the work so you end up with needing to install retarded dependencies just to run a simple dumb script.

And the read-only nature of the resulting code that nobody wants to touch or maintain.

C is universal and anyone looking at it can immediately see what's going on.
Anything that takes more than 10 lines of python is probably faster to rewrite in C than try to figure out what the fuck it does.

@magu
Copy link

magu commented Jul 8, 2015

Then go right ahead and rewrite it. Put your money where your mouth is ...

8 juli 2015 kl. 10:53 skrev dongie notifications@github.com:

It's one of the most powerful and popular tools out there for high level programming.

Not even close.

Its completely unreadable syntax, people writing it usually having no clue and just relying on pre-existing "libraries" to do most of the work so you end up with needing to install retarded dependencies just to run a simple dumb script.

And the read-only nature of the resulting code that nobody wants to touch or maintain.

C is universal and anyone looking at it can immediately see what's going on.
Anything that takes more than 10 lines of python is probably faster to rewrite in C than try to figure out what the fuck it does.


Reply to this email directly or view it on GitHub.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants