C for high level programmers (slides)
charliethe.ninja
C for high level programmers (slides)
1–10 of 129 posts
Re: C for high level programmers (slides)
#2http://charliethe.ninja/slideshow/introtoc.html#22 http://charliethe.ninja/slideshow/introtoc.html#25
Re: C for high level programmers (slides)
#3Re: C for high level programmers (slides)
#4Re: C for high level programmers (slides)
#5Re: C for high level programmers (slides)
#6Those don't require direct use of C, necessarily - but rather some form of FFI to POSIX and the syscall interface. Hell, if one is writing a systemd replacement, I'd encourage use of OCaml. It'd spare you lots of boilerplate because you're writing relatively high level userspace logic, anyway.
Re: C for high level programmers (slides)
#7I just about died laughing at slide 22. Anybody know how these slides were made?
I used http://remarkjs.com/ to make the slides. All you have to do is include the script, add a textfield with your content in markdown and it automatically converts to a slide show.
Re: C for high level programmers (slides)
#8command line utility development, writing a replacement to systemd Those don't require direct use of C, necessarily - but rather some form of FFI to POSIX and the syscall interface. Hell, if one is writing a systemd replacement, I'd encourage use of OCaml. It'd spare you lots of boilerplate because you're writing relatively high level userspace logic, anyway.
Unix system programming in OCaml - https://ocaml.github.io/ocamlunix/
Re: C for high level programmers (slides)
#9I just about died laughing at slide 22. Anybody know how these slides were made?
Re: C for high level programmers (slides)
#10command line utility development, writing a replacement to systemd Those don't require direct use of C, necessarily - but rather some form of FFI to POSIX and the syscall interface. Hell, if one is writing a systemd replacement, I'd encourage use of OCaml. It'd spare you lots of boilerplate because you're writing relatively high level userspace logic, anyway.