Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
CPython ruuntime codes
#3
i worked on a lot of dynamic typing in C long ago and that had a lot of issues in how to code it. C code was not easy and that may be why Pike still looked so static with require typing statements ("mixed" type was an add-on that still does not solve all the issues). one big reason i got into Python was because these issues were not present. i've been thinking more about this as an assembly language issue and started to get the idea this could really be made to work there if i can figure it out in C.

i was hoping Dave would have touched on dictionaries in that video. but a mixed list was good enough. that's really not so hard to handle in C (BTDTLA) i just keep thinking that Python can be the ultimate system language and it would be really cool with machine hardware designed around that (my thought is then an emulation of it).
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Messages In This Thread
CPython ruuntime codes - by Skaperen - Feb-14-2021, 01:32 AM
RE: CPython ruuntime codes - by snippsat - Feb-14-2021, 12:40 PM
RE: CPython ruuntime codes - by Skaperen - Feb-14-2021, 08:50 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  how hard would it be to integrate CPython in a web browser? Skaperen 1 1,247 Feb-19-2023, 02:15 PM
Last Post: snippsat
  efficiency of CPython expression comppilation Skaperen 1 1,371 Jan-09-2022, 06:03 AM
Last Post: casevh
  Guido van Rossum about starting contributing to CPython buran 0 2,380 Feb-18-2020, 04:44 PM
Last Post: buran

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020