1. Llama 0.5 Preview
[ Llama Preview 0.5 ]
I've sent Robert that latest version of Llama, 0.5 Preview. Features
include:
- Graphics support
- Font support
- Bug fixes
The feature gap between Win32Lib and Llama is rapidly diminishing!
[ Peuphoria ]
I took a look at the latest version of Pete's Peuphoria program - it just
keeps getting better! Now if only I could figure out how to get my C
compiler to work, I could link it into some of those GUI toolkits I've been
talking about...
Has anyone tried compiling Peuphoria for a 68K Macintosh? I've got a copy of
Ardi's Mac emulator (Executor), and I wondered if the code would run on it.
I don't have a Mac C compiler, or I'd just compile it myself.
[ EuOS - Euphoria Operating System ]
I haven't heard anything on the EuOS in quite a long time. Anything to
report?
Thanks!
-- David Cuny
2. Re: Llama 0.5 Preview
BTW, is Llama written using EU 2.1 or 2.0? I just have 2.0 and I'm hoping
there is no 2.1 specific code in Llama...
I am planning (always planning!) to write some specialty programs this
summer and would like to use your libraries, and/or Llama when it is
finished. I know Win32Lib is not 2.1 specific, so I could use it. Now if I
just knew squat about winbloze programming.
Off to learn!
Thanks,
Kevin
-----Original Message-----
From: David Cuny <dcuny at LANSET.COM>
To: EUPHORIA at LISTSERV.MUOHIO.EDU <EUPHORIA at LISTSERV.MUOHIO.EDU>
Date: Monday, May 24, 1999 8:25 PM
Subject: Llama 0.5 Preview
>[ Llama Preview 0.5 ]
>
>I've sent Robert that latest version of Llama, 0.5 Preview. Features
>include:
>
> - Graphics support
> - Font support
> - Bug fixes
>
>The feature gap between Win32Lib and Llama is rapidly diminishing!
>
>
>[ Peuphoria ]
>
>I took a look at the latest version of Pete's Peuphoria program - it just
>keeps getting better! Now if only I could figure out how to get my C
>compiler to work, I could link it into some of those GUI toolkits I've been
>talking about...
>
>Has anyone tried compiling Peuphoria for a 68K Macintosh? I've got a copy
of
>Ardi's Mac emulator (Executor), and I wondered if the code would run on it.
>I don't have a Mac C compiler, or I'd just compile it myself.
>
>
>[ EuOS - Euphoria Operating System ]
>
>I haven't heard anything on the EuOS in quite a long time. Anything to
>report?
>
>
>Thanks!
>
>-- David Cuny
>
3. Re: Llama 0.5 Preview
Kevin wrote:
>BTW, is Llama written using EU 2.1 or 2.0? I just have 2.0 and I'm hoping
>there is no 2.1 specific code in Llama...
It requires 2.1, although it *might* be possible to make it run under 2.0.
As I recall, I use the equal, reverse, and the += operator. I don't recall
if any of the code relies on short-circuiting, although the 2.1 is supposed
to tell you where that's being applied, right?
Sorry.
-- David Cuny