dmgr

Results 12 comments of dmgr

Julia is the language I am thinking about: https://rosettacode.org/wiki/First-class_functions#Julia

Would it be possible to have a way to turn such a feature on/off somehow, for example using a pragma: `# functional_programming: true` or a block directive?: ```ruby with :functional_programming...