取得 B# embedded virtual machine

之前的 blog [
初探 B# embedded virtual machine] 提到 B# Programming Language toolset 已經提供下載,那該如何取得呢?[
DeepObjectKnowledge.com] 的首席科學家兼主任架構師 Michel de Champlain 來信告知:
Dear Jim,
The B# compiler is generating byte-code that has the prime quality of being very compact. The B# embedded virtual machine instruction set is optimized for small footprint embedded systems, and takes roughly half of the equivalent Java or C# code space. There is a minimum requirement in terms of memory space: at least 16KB ROM and 8KB RAM. In terms of CPU requirements, some 8-bits uCs will do if their clock is fast enough. The B# niche is where EC++, C++ and Java cannot fit (too big footprint).
The official public domain release (and the B# book with Newnes/Elsevier) is planned for June 2006. We have selected many beta testers that are currently working on porting the B# embedded virtual machine to many uCs.
If you are interested to be part of the bank of beta testers that could be contacted: Please send me a short bio, covering your expertise on which uCs/target boards that you possess if you want to contribute the port of the B# embedded virtual machine.
Thanks for your interest in this project.
今年六月會有 B# 專書隨附 B#EVM 的 SDK 等,在這之前,可以申請為 beta tester。
由 jserv 發表於 April 21, 2006 01:30 PM