We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8fc5b4 commit 070386cCopy full SHA for 070386c
1 file changed
README.md
@@ -14,7 +14,7 @@
14
- Typed Python objects.
15
- Most intuitive and easy to use.
16
17
-## Roadmap
+## Features
18
19
- [x] Call Python in Go.
20
- [x] Basic types.
@@ -39,6 +39,13 @@
39
- [x] matplotlib
40
- [x] gradio
41
42
+## Plans
43
+
44
+- [ ] Python virtual environment.
45
+- [ ] Preprocess reference counting.
46
+- [ ] True multi-threading.
47
+- [ ] Support [LLGo](https://github.com/goplus/llgo).
48
49
## Examples
50
51
See the [examples](demo).
0 commit comments