[ale] [OT] Helping others learn C, D, X, Y, Z, EIEIO...
Alex Carver
agcarver+ale at acarver.net
Tue Dec 15 16:45:21 EST 2015
- Previous message: [ale] [OT] Helping others learn C, D, X, Y, Z, EIEIO...
- Next message: [ale] [OT] Helping others learn C, D, X, Y, Z, EIEIO...
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
On 2015-12-15 13:39, DJ-Pfulio wrote:
> http://c.learncodethehardway.org/book/
> No meetings. No formal "student list"; we want knowledge, nothing more.
>
> Work at your own pace, but after 90 days, expect everyone will move on to the
> next thing (whatever that is). The book has exercises; do all 52
> chapters/exercises.
>
> Communicate progress and questions here or thru the Github project or #ale IRC.
>
> If stuck, ask for help and hopefully a mentor will contact the person off-list.
> They can skype, hangout, phone, tmux, screen, whatever ...
>
> All very informal. Clearly, this isn't good for people who want/need to be
> pushed. If you like, pay me $500 (cash only) up-front and I'll return the money
> when you finish (to my satisfaction), with proof of completion. That should be
> enough incentive to finish the work in 90 days. ;)
>
> Yeah, that's what all the students should do, definitely. ;)
>
>
>
>
>
>
> Clearly, I'm joking.
#include <unistd.h>
#include <stdio.h>
int main(void)
{
while(true)
{
printf("Yeah, right...\n");
fork();
}
}
- Previous message: [ale] [OT] Helping others learn C, D, X, Y, Z, EIEIO...
- Next message: [ale] [OT] Helping others learn C, D, X, Y, Z, EIEIO...
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Ale
mailing list