Are there any programming languages that don't have an implicit environment? As in, no global variables, no global functions. You have to pass it all as arguments? All you'd do is combine them.
(def square (* N) (N * N))
Looking to see how funky they'd be
#pldev #esolang #catlangs