aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-15Statically build sent.HEADmainArun Isaac
* sent/make-static.scm: New file. * sent/README.md: Mention it.
2025-04-14Link to blog post.Arun Isaac
* README.md: Link to blog post.
2025-04-10Actually use print function.Arun Isaac
* hello-world-with-multiple-source-files/hello.c (main): Call print instead of printf.
2025-04-10Release under the Unlicense.Arun Isaac
* UNLICENSE: New file.
2025-04-10Use slides from our repo, not from the sent tarball.Arun Isaac
* sent/README.md: Use slides, not sent/example.
2025-04-10Reformat code to fit within fill-column.Arun Isaac
* sent/make.scm (main): Reformat code to (almost) fit within fill-column.
2025-04-07Initial commitArun Isaac