Python Forum
the language i was designing
Thread Rating:
  • 2 Vote(s) - 1.5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
the language i was designing
#1
i stopped designing my programming language idea because i came into a better understanding of python (setting up some scripts that used th pexpect module to manage a couple Cisco routers my own way). that was because there was so much similarity. a few differences exist, too. mine was a stack-oriented language. executable code was in lists. a list could be called and that would run the opcodes within, in sequence. data items in that would push a copy of themselves (maybe a reference) onto the stack. there were literals and functions to create or dissect opcodes. on benefit of this is that code could be manipulated like data. i was also thinking of having a C-like syntax form that could be compiled into the stack syntax form as a means to implement a language more like Pike. now i am assuming that aspect of the design would be better if aiming for a Python like form (differing in some of the builtins and modules).
Tradition is peer pressure from dead people

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  my stack language - designing it Skaperen 0 2,042 Mar-10-2018, 02:45 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

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