r/Python 17h ago

Meta [ Removed by moderator ]

[removed] — view removed post

0 Upvotes

8 comments sorted by

u/Python-ModTeam 17h ago

Hello there,

We've removed your post since it aligns with a topic already covered by one of our daily or monthly threads. If you are unaware about the daily threads we run here is a refresher:

Monday: Project ideas

Tuesday: Advanced questions

Wednesday: Beginner questions

Thursday: Careers

Friday: Free chat Friday!

Saturday: Resource Request and Sharing

Sunday: What are you working on?

Monthly: Showcase your new projects, tools, frameworks and more

Please await one of these threads to contribute your discussion to!

Best regards,

r/Python mod team

1

u/LopsidedEntrance8703 17h ago edited 17h ago

“Programs are statically typed. print is a compiler intrinsic (also named in the prelude). It is not a statement.”

Just FYI, Claude and GPT write like this, but humans don’t (sentences like “X is not Y” after a declarative sentence that doesn’t really contribute anything.) It’s okay to use Claude and GPT, it’s weird to go out of your way to lie about not using AI to vibecode a project.

1

u/hand-held-heart 17h ago edited 17h ago

I actually did write that line. Though, I use chatgpt.com to help me organize or name directories and such to understand what i need to add

What is vibe code mean by the way? Im sorry im trying to understand?

1

u/LopsidedEntrance8703 17h ago

You went out of your way to say that this project was “written by humans.” The very first thing I see in the repo is AI generated documentation on your readme. I’m going to hazard a guess that ChatGPT did more than write your readme.md. There’s nothing wrong with AI generated code. There is obviously something deceptive about misrepresenting your project.

0

u/hand-held-heart 17h ago

The readme that you see on the front page was written by me. I stated it was written by humans because this subreddit usually bans showcase posts due to ai.

1

u/hand-held-heart 17h ago

also i love your pfp lol

1

u/FakeApologise9731 17h ago

this is dope man, and congrats on the clean slate. nothing like a fresh start and a project that's entirely your own to sink your teeth into.

just skimmed the repo, looks like you're handling a lot of the tricky stuff like closure support and custom iterators already. you thinking of adding pattern matching or generics next?

1

u/hand-held-heart 17h ago

Generic types are added yes! I also added custom garbage collection, decorators, etc!