The Sailfish programming language is an experimental project I am undertaking during my Junior Spring as part of my compiler independent study under Professor Dale Skrien at Colby College. This is by no means something that should ever be used for anything that touches production. This is a toy language (and my first time really using C++). Sailfishc may break, has no garauntees of being backwards compatible, and at any time may go unmaintained. That being said, if you're also a student or programming language enthusiast and want to work on something fun/cool, open an issue, or fork this repo. Let's have some fun!
For now, you can either build from source:
- clone this repo
cd sailfishc
make
./sailfishc
Or use the install script here.
To get started and learn more about Sailfish and Sailfishc, I would reccomend checking out the Manual.