Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
xushiwei
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
xushiwei
18d ago
Good question. v1.0.0/v1.0.1 focused on being a drop-in Go replacement (full Go 1.20+ source compat, complete Go 1.27 syntax, cgo support), not WASM/WASI specifically. WASI networking should work, and stdlib should be fully suppor
2.
▲
LLGo: Go compiler based on LLVM that integrate Go with the C ecosystem
(github.com)
3 points
by
xushiwei
19d ago
|
4 comments
3.
▲
by
xushiwei
19d ago
LLGo v1.0 is compatible with Go 1.20+ source code and supports the complete Go 1.26 language syntax, as well as cgo. Compatibility is checked against applicable upstream GOROOT/test cases using pinned Go 1.25 and Go 1.26 toolchains. LL
4.
▲
LLGo = Go and C and Python
(github.com)
2 points
by
xushiwei
2y ago
|
1 comments
5.
▲
by
xushiwei
2y ago
LLGo is a Go compiler based on LLVM in order to better integrate Go with the C ecosystem including Python. Now you can import a Python library in LLGo. For example: package main import ( "github.com/goplus/llgo/c"
6.
▲
GoPlus – The Go+ language for data science
(github.com)
1 points
by
xushiwei
6y ago
|
1 comments
7.
▲
by
xushiwei
6y ago
- A statically typed language - Compatible with the Go language - Script-like style - Supports bytecode backend or generating Go code - All Go packages can be imported by Go+ - All Go+ packages can be imported by Go
8.
▲
by
xushiwei
6y ago
Go+ is planed to support jupyter and nteract.
9.
▲
by
xushiwei
6y ago
I'm founder of the Go+ project. And thanks for your attention. We run this project very seriously. It will be released weekly until version 1.0 is released.
10.
▲
by
xushiwei
6y ago
Agree.