wtf VS bython

Compare wtf vs bython and see what are their differences.

bython

Python with braces. Because python is awesome, but whitespace is awful. (by mathialo)
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
wtf bython
1 18
100 2,127
1.0% -
10.0 0.0
over 2 years ago about 4 years ago
Python Python
GNU General Public License v3.0 only MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

wtf

Posts with mentions or reviews of wtf. We have used some of these posts to build our list of alternatives and similar projects.

bython

Posts with mentions or reviews of bython. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-12-06.
  • Python with Rizz
    2 projects | news.ycombinator.com | 6 Dec 2024
    before judging too hard, this might be a project from a 15yo forking another project that replaces indentation with brackets in python code (https://github.com/mathialo/bython).

    bro actually made a meme into reality.

  • Embedding Design Into Code
    1 project | dev.to | 16 Oct 2024
    What should we do with Python? There are no curly braces here, and if you suggest to your colleagues that team should start writing in Bython, they might call 911.
  • Python with Braces
    10 projects | news.ycombinator.com | 3 Jul 2024
    Because bython is basically a glorified regular expression search and replace: https://github.com/mathialo/bython/blob/master/bython/parser...

    Rather than a real parser. A real parser knows about the context it is in, and as long as the grammar is unambiguous about some character, it can be reused in as many distinct parser constructions as you like. A pure regex-based approach to a first approximation can not.

    Whether or not it absolutely can or can't, without "approximation" and with regard to the exact re library in Python, would be something you'd have to work out through tedious effort. Regexes with backtracking can do a lot more than mathematical regexes, as well as all the other elaborations you could use. But even if Python's re can do it, you will be better off with a real parser.

    The "correct" solution, since by design Python and Bython share the same AST, is to take some existing code that can parse and re-emit Python code without changing it, tweak the incoming grammar to use braces instead, then emit the AST back out as Python. Then you wouldn't have this problem, or the problem with comments referenced in the source code (line 109 of the file I linked, just up a bit), or any of the probably other many little issues that would arise on real code if you tried to put this in real use.

  • Python with braces. Because Python is awesome, but whitespace is awful
    1 project | news.ycombinator.com | 17 Jun 2024
  • Bython: Python preprosessor which translates curly brackets into indentation
    1 project | news.ycombinator.com | 15 Jun 2024
  • C bad
    1 project | /r/ProgrammerHumor | 9 Mar 2023
    use bython.
  • Nope, idk.
    2 projects | /r/ProgrammerHumor | 25 Feb 2023
    For those who missing braces: https://github.com/mathialo/bython ;-)
  • Any way to use brackets for indentation for python?
    1 project | /r/learnprogramming | 24 Dec 2022
    You can try using bpython, but I would recommend just getting used to it.
  • Every programmer ever.
    1 project | /r/ProgrammerHumor | 23 Sep 2022
    It exists
  • [D] What is some cool python magic(s) that you've learned over the years?
    7 projects | /r/Python | 29 Jul 2022
    And then of course there's this insanity.

What are some alternatives?

When comparing wtf and bython you can also consider the following projects:

versioningit - Versioning It with your Version In Git

python - Official Python client library for kubernetes

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured

Did you know that Python is
the 2nd most popular programming language
based on number of references?