CSV2DS
CSV2DS is a new program I wrote in Go to help me create minimum working examples for SAS that can be shared as a single SAS script.
CSV2DS is a new program I wrote in Go to help me create minimum working examples for SAS that can be shared as a single SAS script.
When using compiled languages like C/C++, Go, Rust, etc. a separate binary needs to be created for every OS and architecture the software is meant to run on. Cross-compilation can be daunting at first. In Go, it is built-in and straightforward to use.
Learning the basics of Go with a Wordle app.