Python Forum
how to make my programming language run as itself
Thread Rating:
  • 2 Vote(s) - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to make my programming language run as itself
#9
You've written an interpreter. The guy in the tutorial repeatedly refers to it as an interpreter.

What you could do, as I had suggested, is to redo your interpreter in a compiled language like C++ or Rust. Then you would get an .exe of your interpreter, and you could pass you codime program to the .exe to be interpreted. Then people wouldn't need Python, although they would need the .exe file.
Craig "Ichabod" O'Brien - xenomind.com
I wish you happiness.
Recommended Tutorials: BBCode, functions, classes, text adventures
Reply


Messages In This Thread
RE: how to make my programming language run as itself - by ichabod801 - Dec-21-2016, 09:48 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Inconsistency in Python programming language? newbieAuggie2019 31 11,510 Oct-06-2019, 03:21 PM
Last Post: adt
  Terms describing Python Programming language leodavinci1990 3 2,743 Aug-12-2019, 02:48 PM
Last Post: leodavinci1990
  Please help a newbie choose which programming language to learn. yeto 2 3,528 Feb-25-2019, 12:56 AM
Last Post: yeto
  How to make the python default language be 3.6 instead of 2.7 sylas 4 6,847 Jul-06-2018, 06:11 AM
Last Post: sylas

Forum Jump:

User Panel Messages

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