Skip to content

Commit

Permalink
Improve chap01 introductory text
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Cochrane committed Sep 21, 2016
1 parent 2199452 commit ccdaf68
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chapter_01/chapter_01.pod
Expand Up @@ -5,6 +5,11 @@ to be in a completely separate library. We can therefore write functions in
C that will help us speed up our code. If we have a function that needs
intensive calculation, moving that to C will give us much more speed.

In this chapter we show how to create a basic C function in XS, how the same
functionality can be achieved using Perl types, discuss simple interactive
debugging strategies, and add automated tests of our newly created
functions.

=head2 Basic functions

Let's add a function to our XS code. Create a new directory for this
Expand Down

0 comments on commit ccdaf68

Please sign in to comment.