Hacker News new | ask | show | jobs
by darkstalker 5011 days ago
On that example, the syntax looks like Python with a bit of BASIC (the type declarations). That "StringBuilder" object reminds me of Java, I would prefer a concatenation operator.

Seems that doesn't use explicit variable declaration. Supporting that would be a great improvement over Python.

1 comments

It has explicit variable declaration. You can always do: varname as Type = expression

You often won't see this for the sake of succinctness. I might have misunderstood what you were saying but thought I'd mention that.