Yahoo Groups archive

AVR-Chat

Index last updated: 2026-04-28 22:41 UTC

Thread

Re: [AVR-Chat] New version of avrcalc uploaded

Re: [AVR-Chat] New version of avrcalc uploaded

2008-01-14 by Dennis Clark

Ouch.  My experience with LISP was totally interpreted, not byte-code
compiled like Java.  Times and compilers change!

thanks,
DLC

> Dennis Clark wrote:
>> Has anyone compiled this to run on a Mac OS X system?
>
> I've consider this, but the cost of the compilation system for Mac OS
> X is $750 -- and I rarely use Mac OS X. Since this is a free product,
> I'm finding it hard to justify the expensive of buying the development
> system for Mac OS X (in addition to the Windows and Linux versions I
> bought).
>
> Kevin
>
>
>
> Yahoo! Groups Links
>
>
>
>


-- 
Dennis Clark
TTT Enterprises

Re: [AVR-Chat] New version of avrcalc uploaded

2008-01-14 by Kevin Rosenberg

Dennis Clark wrote:
>   Ouch.  My experience with LISP was totally interpreted, not byte-code
> compiled like Java.  Times and compilers change!

That must have been some time ago for "totally" interpreted Lisp. I'm
only aware of one Lisp that compiles to to Java-like byte code --
that's clisp. All the other Lisp implementations compile to native
machine code.

Lisp does permit one to have interpreted as well as compiled code. But
as a matter of procedure, it's just as easy to compile and load code
than use interpreted, non-compiled code.

Lastly, Lisp does have some fanciness in that you can direct things to
be done at different times: read-time, macroexpansion-time,
compile-time, load-time, and execute-time.

Kevin

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.