this post was submitted on 10 Aug 2024
1 points (100.0% liked)

Technology

59587 readers
5370 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
top 13 comments
sorted by: hot top controversial new old
[–] _sideffect@lemmy.world 0 points 3 months ago (3 children)
[–] spacecadet@lemm.ee 0 points 3 months ago (4 children)
[–] jj4211@lemmy.world 0 points 3 months ago (1 children)

Just wire up your own gates. It's not that hard.

[–] GBU_28@lemm.ee 0 points 3 months ago

Just ritualistically wave a magnet near the computer

[–] ilega_dh@feddit.nl 0 points 3 months ago (1 children)

Don’t write code, why do you need a computer to do your math? Just do it on paper ffs.

[–] Deceptichum@quokk.au 0 points 3 months ago* (last edited 3 months ago)

Paper‽ What too good for a clay tablet?

[–] Plopp@lemmy.world 0 points 3 months ago

How about no.

[–] TunaCowboy@lemmy.world 0 points 3 months ago (2 children)

The downvotes are hilarious. Being able to drop down to C is one of python's selling points, and the title of the post includes the name of the python ref implementation __C__Python.

[–] _sideffect@lemmy.world 0 points 3 months ago

Exactly.

I don't really care, people will downvote for any number of reasons, and I know I was right, so it doesn't bug me

[–] celliern@lemmy.world 0 points 3 months ago

There is a difference being able to drop down in C and using exclusively C.

One of the main advantage of python is being to quickly write code, and using C-based library / part of code written in C (or fortran, or rust for what it matters) when needed.

"just write C" may lack a bit of nuance.

[–] tgm@lemmy.world 0 points 3 months ago

I thought function calls was one of the decently optimized things in Python