Benoit Giannangeli
Benoit Giannangeli
Bad error when statements outside of main/test
Event though a `ud` is stored on the heap and not in a `Value`, we could imagine being able to write a literal `ud` value rather than having to do...
```buzz typeof ("hello".split); ``` Crashes right now because `ObjNative` do not embark their type at runtime. In the case of list and maps, we use the same `ObjNative` for any...
Right now user is forced to handle error in callback because we can't forward the error to the helper. We would need something like: ```buzz list.reduce::( fun (int i, int...
```buzz fun hey::() > void { [T] list = []; debug.dump(typeof list); } hey::(); ``` gives ``` type: 0x101d78400 `[generic type #18-0]` ``` expected ``` type: 0x101d78400 `[int]` ```
When you want to enforce that you want an object without specifying what type of object exactly: ```buzz fun serialize(obj object) > void { ... } ```
```buzz var subList = myList[0..4]; ```
https://rosettagit.org/ https://rosettacode.org/wiki/Rosetta_Code