agora
agora copied to clipboard
a dynamically typed, garbage collected, embeddable programming language built with Go
0.3?
Will you provide a 0.3 version of your language?
Use an array instead of a hash when dense integer keys are used.
From return, but also from `yield`, and support multiple parameters to `yield` too, obviously.
With `=` and `:=`.
Currently, bytecode.IsBytecode() only works for io.ReadSeeker types, but the Ctx.Load() can only guarantee an io.Reader. Other way to do this?
So that it doesn't need to expand at runtime.
And optimize objects for array/slice usage.
- [x] Built-in or keyword to get type of variable's value ~~(`a.(type)` would be nice)~~ is conv.Type(val) - [x] Decide what to do with numbers (most probably keep only Float)...