buzz-language / buzz

👨‍🚀 buzz, A small/lightweight statically typed scripting language
https://buzz-lang.dev
MIT License
1.15k stars 31 forks source link

Any object type #280

Open giann opened 1 month ago

giann commented 1 month ago

When you want to enforce that you want an object without specifying what type of object exactly:

fun serialize(obj object) > void { ... }