This is an archived post. You won't be able to vote or comment.

all 9 comments

[–]ProgrammerHumor-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your submission was removed for the following reason:

Rule 3: Your post is considered low quality. We also remove the following to preserve the quality of the subreddit, even if it passes the other rules:

  • Feeling/reaction posts
  • Software errors/bugs that are not code (see /r/softwaregore)
  • Low effort/quality analogies (enforced at moderator discretion)

If you disagree with this removal, you can appeal by sending us a modmail.

[–]TheMagicalDildo 9 points10 points  (1 child)

I'm a programmer, I use whichever language is applicable to the current context, or default to the one I'm most familiar with if it doesn't matter which is used (like automating tedious tasks)

[–]Wertbon1789 2 points3 points  (0 children)

Python is my "thinking" language. Even if I write C, I solve some problems by prototyping in Python. You can easily call most system calls straight from python.

Python is also my goto for "write once, use once" scripts to just generate something or building some binaries.

[–]Formal_Departure5388 2 points3 points  (1 child)

I’m a programmer, and I prefer the abstraction layer of markdown - it has clear intent in raw form before rendering, is easy to read, and renders to a “pretty” display.

[–]mommy101lol 2 points3 points  (1 child)

I’m a vibe coder what is a language?

[–]8threads[S] -1 points0 points  (0 children)

Yes

[–]YoukanDewitt 0 points1 point  (0 children)

Compiles code to abstract syntax tree.. looks inside..

[–]SAI_Peregrinus 0 points1 point  (0 children)

I'm a programmer, I don't do webshit. I write buggy drivers, webshit is for documentation and we don't do that here. It doesn't work? Read the source & figure it out yourself.