Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@LicensedCrime Don't you need the .NET runtime for your C# app? Or (depending on how you compile) the Visual C++ Redistributable for C/C++ on Windows?
-
@ErwinJanssen the .NET runtime is preinstalled on newer Windows versions, so that's not a problem
And to be honest, that's one reason I don't use Python: I don't want to overwhelm users by some requirements they don't understand -
@Krokoklemme There is a beautiful little thing called py2exe that compiles python files into executables that do not need the interpreter.
-
@Krokoklemme Yeah, everyone his own and I agree that python has some... kinks in its design that make it do some unintuitive things. I like it for server side scripting but wouldn't want to do bigger projects only relying in it.
-
I had a friend who couldn't get typescript to install on his Mac. Couldn't even install npm to get typescript. He said he'll send the code and I can compile it ..
– “It doesn’t work. I don’t know how to run this.”
– “Ok, did you install the Python interpreter?”
– “No, what’s that?”
– “You have to download it from www.python.org. Get the 2.7 version.”
– “Yeah, it’s ok. I’ll just use something else.”
undefined