juner_os icon indicating copy to clipboard operation
juner_os copied to clipboard

Rust developed OS based on blog_os Trying a repl environment running in kernel state lisp developed based on mal implementation

Results 5 juner_os issues
Sort by recently updated
recently updated
newest added

https://crates.io/search?q=POSIX

- 将mal提取出来单独的cargo包 - 实现方法注册的更好的接口 - load_file 加载一个默认地址 - 应该有包管理工具! - 应该更好的组织代码,让给mal开发rust扩展的人可以轻易的获取到env上下文。

discuss

- Extracting mal from a separate cargo package - A better interface for method registration - load_file loads a default address. - There should be packet management tools! - The...

discuss

# [增强] 更好的命令行提示 lisp 中使用了大量的括号,在命令行输入的时候换行不应该直接进行,应该保证括号成对出现。 # [Enhanced] Better command line prompts lisp uses a lot of parentheses, and line feeds should not be done directly during command line input, but...

I can only read the English, but this seems to be a Rust kernel with Lisp on top to form a whole operating system. I love it!