Re: Porting Euphoria
- Posted by David Cuny <dcuny at LANSET.COM> Nov 01, 1999
- 571 views
Matthew Hounsell wrote: > I have considered porting euphoria and I decided it > would be easiest to compile euphoria to a language. > I considered java and instead of byte codes I thought about > compiling to classes. I'm playing around with writing a Euphoria to QBasic translator. There's a lot of 'small detail' stuff to consider - reference counts, garbage collection, etc. I just found out that QBasic doesn't seem to allow passing user defined data types, so I might have to add a stack as well. Grumble... The ultimate goal is to translate to Java, but I'm more familiar with QBasic. I figure if I can do it in QBasic, I can do it in anything. -- David Cuny