are there any languages that i dont know of that allow you to "open-air" function calls (call functions without parenthesises)
ones i know allow you to do this* ruby* perl
@boots i guess theres the old python "print" but does that count
@jk ehhh
@boots also BASICs sometimes have this to mimic the syntax of built-in functions, but most use some kinda "gosub", or dont have function abstraction at all
Computer Fairies is a Mastodon instance that aims to be as queer, friendly and furry as possible. We welcome all kinds of computer fairies!
@boots also BASICs sometimes have this to mimic the syntax of built-in functions, but most use some kinda "gosub", or dont have function abstraction at all