GoPlus v1.0.0-beta5 现已发布。GoPlus 是一门静态类型语言,与 Go 语言完全兼容。其代码样式类似脚本,并且比 Go 更具可读性,专门用于数据科学。
具体更新内容如下:
新特性:
- 支持
[expr for k, v <- container, init; cond]
- 支持 return {x.score for x <- a, x.name == name}
- 支持 .spx/.gmx 文件(见#762)
- TestErrImport
changes:
- 在 install/test 之前保存缓存
- gop install/test bugfix:跳过 unknown switches
- gop run bugfix:保持当前目录不变
更新说明:https://github.com/goplus/gop/releases/tag/v1.0.0-beta5
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/135487.html