-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b0f7292
commit d65589f
Showing
1 changed file
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
@@ -18,6 +20,7 @@ git clone [email protected]:guyuedumingx/lisptribe.git | |
``` | ||
|
||
2. 运行想要运行的lisptribe客户端 | ||
|
||
python | ||
```bash | ||
cd python | ||
|