Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
guyuedumingx committed Feb 13, 2023
1 parent b0f7292 commit d65589f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Lisptribe

这是一个基于开源项目[mal](https://github.com/kanaka/mal)实现的跨语言RPC控制框架
支持使用一种语言调用python, js, bash, powershell等多种语言的库及自定义函数
本身是一种lisp方言,具有无限拓展性

`mal`不同平台解释器实现的基础上拓展解释器的功能, 增加`Socket`编程,网络通信,实现在多个语言解释器之间的`mal RPC`调用,通过`load-lib`函数将各平台语言的`native`函数暴露在`mal`解释器中,实现`mal`对原生语言的`RPC`调用
```lisp
Expand All @@ -18,6 +20,7 @@ git clone [email protected]:guyuedumingx/lisptribe.git
```

2. 运行想要运行的lisptribe客户端

python
```bash
cd python
Expand Down

0 comments on commit d65589f

Please sign in to comment.