Slashdot Mirror


Protothreads and Other Wicked C Tricks

lwb writes "For those of you interested in interesting hard-core C programming tricks: Adam Dunkels' protothreads library implements an unusually lightweight type of threads. Protothreads are not real threads, but rather something in between an event-driven state machine and regular threads. But they are implemented in 100% portable ANSI C and with an interesting but quite unintuitive use of the switch/case construct. The same trick has previously been used by Simon Tatham to implement coroutines in C. The trick was originally invented by Tom Duff and dubbed Duff's device. You either love it or you hate it!"

1 of 229 comments (clear)

  1. Wait just a minute ... by Anonymous Coward · · Score: 0, Offtopic

    1) Your operating system in written in Java.
    2) Your email client in written in Java.
    3) Your browser is written in Java.
    4) Your music player is written in Java.
    5) Perl in written in Java.
    6) Your word processer is written in Java.

    So there !!! Java rules !!!