github goplus/gop v1.0.7
Release v1.0.7

latest releases: v1.3.0-pre.2, v1.3.0-pre.1, v1.2.6...
3 years ago

new slogan:

  • The Go+ language for engineering, STEM education, and data science

new features:

  • support methods of builtin types:
    • 1.string, 3.14.string
    • "Hi".len, "100".int, "3.14".float, "gop run foo.gop".fields, "1,2,4".split(",")
    • [1, 2, 3].len, ["Hello", "Go+"].join(" ")
    • {"Hi": 1, "Go+": 2}.len
  • ast.ExprStmt: support cmdline style
  • cmdline style: support []

changes:

  • ast.CallExpr: NoParen => NoParenEnd

Don't miss a new gop release

NewReleases is sending notifications on new releases.