RE: Anyone done anything with the Euphoria Source Code?

new topic     » goto parent     » topic index » view thread      » older message » newer message

David Cuny wrote:

> On the other hand, there's a real lack of high-level documenation. So 
> there 
> really isn't enough information given to make me feel comfortable with 
> messing with the language itself. For example, there's no real overview 
> of 
> what the Euphoria 'virtual machine' looks like, and what the data 
> structures 
> look like. I don't know how to search for routine names, or how to 
> determine 
> if a variable is a sequence...
> 
> I guess the information is there, but there's no guide for the code, 
> other 
> than in-line comments.
> 
> I hate to sound so negative - I think that having the Euphoria source 
> code is 
> a great thing. But at this point, it's certainly lacking in a lot of 
> things 
> that would make it easier to code.
> 
> Perhaps those who purchased it could get together with Robert and start 
> writing a tutorial?
> 
> -- David Cuny

David: 
  I have the same problems with following the code.
  I wanted to use djgpp to compile the DOS source compiler
  because I did not want to use watcom's LE format instead
  PE format. Well I compiled the djgpp source and found it
  was too slooow. If you remove the special macros to speed
  it up then djgpp won't work. So I look and find that exu
  is using GCC which is the SAME compiler so my question is
  why isn't DJGPP setup to run the same way as GCC. Rob
  told me all I need to do is play around with the macros.
  So I started going through the code and adjusting the macros
  and after hours and days of going over the code I am still
  crashing my system. I guess I thought the source would be
  well documented and easy to modify but I was wrong.
  I guess it would be easier to understand if I had spent
  10 years writing and compiling the code.
  At least I'm learning some things.
Bernie

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu