Hacker News new | ask | show | jobs
by sago 3708 days ago
`mcs` to compile code, rough equivalent of javac

`mono` to run it, rough equivalent of java.

We code for the Unity game engine, but use command line mono tools for testing and feature development.