Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: C tutorial for Perl programmers? (hard lint strict warnings bondage perlxspp)

by Anonymous Monk
on Sep 03, 2013 at 08:30 UTC ( [id://1052033]=note: print w/replies, xml ) Need Help??


in reply to C tutorial for Perl programmers?

I don't know c-well, or perlxs well, but I've done a few short programs and equally short modules with lots of cargoculting :)

Teach them to leverage the hardest of the hard and available linting tools Is there anything like PPI or Perl::Critic for C? - Stack Overflow

Teach them similar idioms, stuff they can cargo-cult, http://rosettacode.org/wiki/C, C idioms in Perl, aww :) doesn't have c PLEAC - Programming Language Examples Alike Cookbook...

C Traps and Pitfalls/http://www.literateprogramming.com/ctraps.pdf

informative funny slideshow/presentation cartoon interview with c-programmer deep-c-and-c++ Deep C (and C++) Geektalk

and from the same guy a 2-3 day course on learning c (ITS GITHUB) cf - C Foundation course

also available at http://www.jaggersoft.com/c_course/index.html / http://www.jaggersoft.com/c_course_2/index.html

Extending and Embedding Perl (book has C tutorial)

I've not seen a book/tutorial that covers everything you're looking for, but these links may help: Re: Using a shared object in perl, Manning: Extending and Embedding Perl jenness_ch02.pdf, XSLoader, DynaLoader

http://search.cpan.org/dist/illguts/index.html

more

shotgun/linkdumpexampless

perlhacktips#Portability problems -Dgccansipedantic PERL_GCC_PEDANTIC "gcc -ansi -pedantic -Wall -Wextra"

Cyclone (programming language), Buffer overflow protection,, Read perlclib, use Safefree

Maybe you can find more stuff via parent/op of Re: How to teach perl to novice programer

food luck :)

  • Comment on Re: C tutorial for Perl programmers? (hard lint strict warnings bondage perlxspp)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1052033]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (5)
As of 2024-04-25 15:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found