agora icon indicating copy to clipboard operation
agora copied to clipboard

a dynamically typed, garbage collected, embeddable programming language built with Go

Results 20 agora issues
Sort by recently updated
recently updated
newest added

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.

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)...