Re: ECL on very small chips?

2016-03-25 Thread Stas Boukarev
On Fri, Mar 25, 2016 at 11:24 AM, Andreas Thiele  wrote:
> Hello,
>
>
>
> can I use ECL to write software for a chip without OS?
>
>
>
> In my case I’d like to write software for NXP1769 which is ARM Cortex M3,
> 64kB Ram, 512kB Flash.
ECL takes up much more RAM than that.
And any full common lisp implementation would have trouble with that.

-- 
With best regards, Stas.



ECL on very small chips?

2016-03-25 Thread Andreas Thiele
Hello,

 

can I use ECL to write software for a chip without OS?

 

In my case I'd like to write software for NXP1769 which is ARM Cortex M3,
64kB Ram, 512kB Flash.

 

Andreas