mgmt
mgmt is an actively used programming language created in 2015.
5Years Old | 2,828Users | ?Jobs |
- the mgmt website
- mgmt on github
- mgmt first appeared in 2015
- the mgmt team is on twitter
- Have a question about mgmt not answered here? Email me and let me know how I can help.
Example code from the web:
import "datetime" $is_friday = datetime.weekday(datetime.now()) == "friday" file "/srv/files/" { state => $const.res.file.state.exists, mode => if $is_friday { # this updates the mode, the instant it changes! "0550" } else { "0770" }, }
Last updated August 9th, 2020