Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
JSON vs PYON
#19
i have read that many things cannot handle cyclic references. i have not done that in my PYON code. i do intend to add some code to detect such cycles and avoid them, but i have not worked out ways to represent and reconstruct cycles.

that does look like a different way of defining types that is not inherintly JSON strung out inside JSON. so i would not call it JSON. it's not Python, either. it can't be fully utilized in either JavaScript or Python without something to decode it. OTOH, PYON is fully Python (except for cycles), leaving it up to other languages to develop their own tools for it, if it becomes popular enough. my implementation is still not done. i need to add a few things after i redo it all as a generator or coroutine. then dump output would just wrap around the generator.
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
JSON vs PYON - by Skaperen - Oct-29-2019, 04:03 AM
RE: JSON vs PYON - by Gribouillis - Oct-29-2019, 05:52 AM
RE: JSON vs PYON - by Skaperen - Oct-29-2019, 10:46 PM
RE: JSON vs PYON - by Skaperen - Oct-30-2019, 01:10 AM
RE: JSON vs PYON - by Gribouillis - Oct-30-2019, 04:26 AM
RE: JSON vs PYON - by Skaperen - Oct-31-2019, 12:10 AM
RE: JSON vs PYON - by LeanbridgeTech - Nov-05-2019, 06:51 AM
RE: JSON vs PYON - by Skaperen - Nov-05-2019, 10:33 PM
RE: JSON vs PYON - by LeanbridgeTech - Dec-10-2019, 05:31 AM
RE: JSON vs PYON - by Skaperen - Dec-11-2019, 12:10 PM
RE: JSON vs PYON - by wavic - Dec-17-2019, 10:05 PM
RE: JSON vs PYON - by Skaperen - Dec-18-2019, 12:41 AM
RE: JSON vs PYON - by wavic - Dec-18-2019, 04:15 AM
RE: JSON vs PYON - by Skaperen - Dec-19-2019, 12:22 AM
RE: JSON vs PYON - by ndc85430 - Dec-19-2019, 09:56 AM
RE: JSON vs PYON - by Skaperen - Dec-19-2019, 07:01 PM
RE: JSON vs PYON - by wavic - Dec-19-2019, 09:19 PM
RE: JSON vs PYON - by Gribouillis - Dec-19-2019, 09:49 PM
RE: JSON vs PYON - by Skaperen - Dec-19-2019, 11:16 PM

Forum Jump:

User Panel Messages

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