1. When the language PHIX be completed and operational ?
- Posted by javier07b9 Jul 07, 2011
- 2069 views
Phix is Pete’s Self Hosted Hybrid Intepreter/Compiler.
Aims:
. Create an easy to use programming language which is also easy to modify and maintain.
. Provide a regularly updated "official version" which unashamedly and ruthlessly cherry picks only the very best features and ideas. Individuals and user groups are not just welcome to create their own experimental forks implementing their favourite features, but actively encouraged.
. High performance remains important, even on the latest machines.
Release date: 08/08/2010 Status: Beta testing/reasonably stable.
BUT PROBLEM WITH COMPILATION
Thanks.
2. Re: When the language PHIX be completed and operational ?
- Posted by petelomax Jul 07, 2011
- 2049 views
- Last edited Jul 08, 2011
BUT PROBLEM WITH COMPILATION
I hit that myself a couple of weeks ago but haven't had time to fix it. I keep on meaning to post a new release but keep on finding things to do - including two and a half hours mid-this-email... A quick check shows (a mere) 36 fixes/enhancements since the last release, and probably three times that many additions to the suggestions list. I'll keep chipping away, I guess.
Anyway, you asked this in April, it's only July now, what's the rush?
Pete
3. Re: When the language PHIX be completed and operational ?
- Posted by javier07b9 Jul 08, 2011
- 1990 views
I want to test whether language PHIX is fully compatible with certain processes euphoria foreign language such as calls to machine code, SDL functions, etc ... and if not then leave out euphoria and start with C + +
Excuse my insistence, a greeting ...
4. Re: When the language PHIX be completed and operational ?
- Posted by petelomax Jul 11, 2011
- 1955 views
- Last edited Jul 12, 2011
I want to test whether language PHIX is fully compatible with certain processes euphoria foreign language such as calls to machine code, SDL functions, etc ... and if not then leave out euphoria and start with C + +
I've posted a new version, and just finished checking it for viruses, so you can ignore the warning on the download page [edit: which I've now removed].
Regards,
Pete
PS I've just spend two hours straight at work compiling C++ components to try and fix a "cannot cast a null variant to an integer" error in code that I know works on the other (live) copy, only to find out a checkbox needed unchecking in the debugger options.
I think everyone should learn C++, if only to figure out how painful it can be.
At least it gave me time to run those scans...
5. Re: When the language PHIX be completed and operational ?
- Posted by javier07b9 Jul 27, 2011
- 1780 views
Thanks for your effort, I hope the problems are resolved to enjoy this powerful language Phix.