I'm looking into learn the Vala programming language where can I find somewhere to show me how to install it on my Mac?
Asked
Active
Viewed 2,697 times
3 Answers
16
Another way to install it is using Homebrew.
brew install vala
The advantage of Homebrew over Macports is that it tries to rely as much on what is provided by the native OS as possible without installing any additional duplicate libraries.

Glorfindel
- 21,988
- 13
- 81
- 109

D R
- 21,936
- 38
- 112
- 149
1
I'd start with MonoDevelop and it's installation instructions. There's a Vala plug-in for it.

Robert S.
- 25,266
- 14
- 84
- 116