basilisp
basilisp copied to clipboard
Basilisp system properties
Java has a concept of System properties that can be used to configure things on startup. Python doesn't really offer anything like this (though CPython's -X
options are close). We can implement something like this in Basilisp on top of Python so they can be used inside of Basilisp code.