Proposal: smart pointer
See #512. Comments are welcome.
Commands
gop export (ie. qexp)
- Support auto download modules.
- Support pkg/... for export all in pkg dir.
Thanks contribution of visualfc (visualfc@goplus.org).
gop repl (ie. igop)
- Web version: https://repl.goplus.org/.
Thanks contribution of visualfc (visualfc@goplus.org), qiukeren (qiukeren@goplus.org).
Defer
Now it is available both in bytecode and golang backend.
Goroutine
Available both in bytecode and golang backend.
Builtins
- new
Miscs
- cl: fix array index bug #521.
Thanks contribution of visualfc (visualfc@goplus.org).