1. New ed.ex, and BASIC emulator
- Posted by Nicholas Koceja <nickofurr at aol.com> Nov 26, 2005
- 542 views
Hello everyone! I'm creating a better version of ed.ex, that includes mouse support. Not only that, but I plan on making it in such a way as to allow "plug-ins". I'm also creating a BASIC emulator in Euphoria, just to see how much I really know about it. Just to let you know. | Programs Completed: | 5-7 | | Programs Incomplete: | 20-30 | | Operating System: | Windows XP |
2. Re: New ed.ex, and BASIC emulator
- Posted by Greg Haberek <ghaberek at gmail.com> Nov 26, 2005
- 533 views
> I'm also creating a BASIC emulator in Euphoria, just to see how much I re= ally > know about it. Just to let you know. David Cuny made a BASIC/Euphoria translator a while back, it may be good point of reference. Do you mean Interperter or Emulator?
3. Re: New ed.ex, and BASIC emulator
- Posted by don cole <doncole at pacbell.net> Nov 26, 2005
- 545 views
Greg Haberek wrote: > > > I'm also creating a BASIC emulator in Euphoria, just to see how much I re= > ally > > know about it. Just to let you know. > > David Cuny made a BASIC/Euphoria translator a while back, it may be > good point of reference. Do you mean Interperter or Emulator? > > I thought an Emulator was something pretending to be something else. Like a program that runs Mac Programs on a PC or a GameBoy Emulator for PC or Mac. Don Cole A Bug is an un-documented feature. A Feature is a documented Bug.
4. Re: New ed.ex, and BASIC emulator
- Posted by Greg Haberek <ghaberek at gmail.com> Nov 26, 2005
- 567 views
> I thought an Emulator was something pretending to be something else. > Like a program that runs Mac Programs on a PC or a GameBoy Emulator for > PC or Mac. Programming laguages can't be emulated though. They can be compiled, interpreted, or translated, but not emulated. It just doesn't fit the definition of emulation. I can see writing a BASIC interpreter, however. That makes sense. ~Greg