Some of these gists may be outdated since the golo macro feature is still in progress. However, I keep these for references.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
augmentedStruct human = { | |
fields = { | |
firstName, | |
lastName | |
} | |
methods = { | |
function hello = |this| { | |
println("hello") |