Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 798 Bytes

README.org

File metadata and controls

10 lines (6 loc) · 798 Bytes

A (Not So Gentle) Introduction To Systems Programming In ATS

Included in this repo are these are the code examples to support my ATS talk at Strange Loop 2017 and the slides: Talk.org and Talk.pdf.

In order to build the examples you’ll need to install ATS using the instructions on the ATS’ main website. Once you’ve done that simply running make should compile all the executables.

I admit the example code is a mess and there’s a few files that literally don’t do anything except compile. It’s unlikely I’ll clean it up unless you open an issue for some particular example.

Also feel free to use issues to ask questions about how something works.

Enjoy!