Linux 内核的基础是 C 的古老 C89 标准。现在,Torvalds 决定升级到 2011 年的更现代的 C11 标准
Phantom 目前包括的子系统
•Kernel itself: threads, synchronization, persistent memory management.
•Bytecode virtual machine - running native applications.
•Posix layer - runs Linux compatible (but not yet persistent) code.
•Graphics subsystem - Windows, controls, UI.
•Networking (TCP/IP)
•Phantom language compiler - the most native userland language
•Java to Phantom translator - work in progress
•Python to Phantom translator - just started
Source code PDF