Comment on: List of all programming subverses
Thanks, I just added it.
Comment on: Is there m.voat or mobile app in progress ?
The two main ones I've heard of so far are /v/versa and /v/vulcan. I don't use either, so I unfortunately can't comment on their quality.
Comment on: List of all programming subverses
If anyone has anything to add to my programming set, please comment or pm me.
Comment on: List of all programming subverses
I turned the current suggestions into a set
Comment on: List of all programming subverses
I did a subverse search, and got this list:
/v/learnprogramming, /v/gamedev, /v/python, /v/CSharp, /v/ruby, /v/cpp, /v/Lisp, /v/programmingtalks, /v/golang,
/v/shittyprogramminh, /v/dailyprogrammer, /v/haskell, /v/Swift, /v/rstats, /v/programmingchallenge, /v/ocaml, /v/perl, /v/PLCs
This list is ordered by subscriber count and most aren't very active.
Comment on: List of all programming subverses
That set only contains /v/programming, /v/Linux, /v/FreeBSD, /v/webdev, and /v/php
Maybe we can use this thread to compile a list?
Comment on: What do you think is the best programming style?
indent
One tab or two spaces
That depends on the language. In python, it is common to indent 4 spaces.
Also, it might be a good idea to check out Google's style guides.
What is the intended output?Outputs either a '*' or ' '
Also, in case you didn't notice, you are repeatedly importing sys.stdout
Edit: This is with Python 3
Edit 2: That's pretty creative. I got it working with this: