本文介绍了Lisp在嵌入式平台上的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有任何适合实时嵌入式应用的开源Lisp编译器?即增加垃圾收集,可定制的内存处理,占用空间小等。编辑:
编译器我的意思是本机代码,而不是字节码解释器(虽然建议的微控制器的解释实现是有趣的,远远小于我想象的可能!)
解决方案
看看和,这是一个微控制器的方案。还有,但是我不知道嵌入更小的处理器是否适合。
Are there any open source Lisp compilers suitable for real-time embedded applications? I.e. with incremental garbage collection, customisable memory handling, small footprint, etc.
Edit:
To clarify, by "compiler" I meant native code, not bytecode interpreter (though the suggested interpreting implementations for microcontrollers are interesting for being a lot smaller than what I thought possible!).
解决方案
Take a look at Picobit and the code, which is a Scheme for microcontrollers. There is also tinyscheme, but I don't know how suitable it is for embedding into smaller processors.
这篇关于Lisp在嵌入式平台上的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!