serene-golang-implementation/bootstrap
Sameer Rahmani 67cf700ff6 Replace the F ing Rust implmentation with the boilerplate project in Go 2020-11-10 21:37:30 +00:00
..
cmd Replace the F ing Rust implmentation with the boilerplate project in Go 2020-11-10 21:37:30 +00:00
LICENSE Replace the F ing Rust implmentation with the boilerplate project in Go 2020-11-10 21:37:30 +00:00
README.org Move current implementation to the 'bootstrap' directory 2020-11-01 19:40:07 +00:00
go.mod Replace the F ing Rust implmentation with the boilerplate project in Go 2020-11-10 21:37:30 +00:00
go.sum Replace the F ing Rust implmentation with the boilerplate project in Go 2020-11-10 21:37:30 +00:00
main.go Replace the F ing Rust implmentation with the boilerplate project in Go 2020-11-10 21:37:30 +00:00

README.org

Serene lang

Setup development environment

Emacs

Rustic is highly recommended. Just install it and install the dependencies necessary on the Rust side. If you're using FG42, It already ships with Rustic installed.

Requirements on the Rust side

To setup the dev envrionment you need to have Clippy and RLS installed. Run the following commands to install them:

rustup component add rls --toolchain stable-x86_64-unknown-linux-gnu
rustup component add --toolchain stable-x86_64-unknown-linux-gnu clippy
rustup component add rustfmt

Use your desired toolchain instead of stable-x86_64-unknown-linux-gnu