GithubHelp home page GithubHelp logo

Error installing howdoi about howdoi HOT 4 CLOSED

gleitz avatar gleitz commented on June 17, 2024
Error installing howdoi

from howdoi.

Comments (4)

CamiloMM avatar CamiloMM commented on June 17, 2024

Install Python 2.7 (yes, a syntax error because you're _not_ using an old version). I had the same issue :)

In other news, how come a language's syntax can not be backward-compatible? As a C# and Javascript guy, any arbitrary piece of C# 1.1 is almost certainly valid as C# 4 code, and with Javascript is of course the same thing.

from howdoi.

gkb avatar gkb commented on June 17, 2024

This is helpful. Thanks for letting me know.

In other news, how come a language's syntax can not be backward-compatible? As a C# and Javascript guy, any arbitrary piece of C# 1.1 is almost certainly valid as C# 4 code, and with Javascript is of course the same thing.

:)

from howdoi.

gleitz avatar gleitz commented on June 17, 2024

Glad you got it working, gkb. Currently Python <= 2.7 is required.

CamiloMM - many languages evolve by deprecating features and then retiring them a few versions down the road. Python 3 developers made the decision to make many breaking changes from Python 2 that will hopefully improve the language. AFAIK backwards-compatibility is the exception, not the norm.

Javascript has had numerous non-backwards compatible changes. There are also a number of features that developers would like to see removed from C#.

from howdoi.

CamiloMM avatar CamiloMM commented on June 17, 2024

@gleitz In the case of Javascript, no good developer uses these features (except maybe eval(), like in json2 by Crockford). In the case of C# - the features mentioned are mostly things you can just ignore and move on. Still, they are quite nit-picked, and note that it's mostly Eric Lippert speaking, he knows every nook and cranny. Also, if you use StyleCop (I do), it tells you of any coding problems so you can generally avoid smelly code.

from howdoi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.