BLISS
- Posted by kbochert at ix.netcom.com Apr 08, 2002
- 411 views
-------Phoenix-Boundary-07081998- I have just released my 'Extended Euphoria' to the RDS user submissions. This version is free, but displays a sign-on message. BLISS is a Euphoria derivative that adds: 1) leading comma allowed on declaration lists 2) nesting block comments 3) variable initialization 4) local variable initialization 5) slicing shorthands 6) relative include file paths 7) single key exit 8) goto 9) Exceptions (throw-catch) 10) structures with inheritance and dot-notation 11) Pass-by-reference (for structures only) 12) cdecl routines allowed in DLL (if not returning float or struct) BLISS is an acronym for: Better Language for Interpreting Sequences and Structures. (Just trying to live up to the RDS standard for lame acronyms ) It seems to run no worse than 10% slower than Euphoria. Attached are the test files that it currently runs -- the only documentation at this time. Comments and bug reports are welcome. Karl Bochert -------Phoenix-Boundary-07081998- Content-type: application/zip; Name=BlissTST.zip