Archive for June 2017
John Anderson – “A Modest Introduction to Swift”
Posted on June 23, 2017. Filed under: Uncategorized | Tags: author:genehack, swift, tpc, video, yapc, yapc:na:2017 |
A Modest Introduction to Swift This talk will present some of the history of the development of Swift with emphasis on how the Open Source release of the language kick-started activity, review the basic syntax of Swift (with comparisons to similar languages that attendees may be more familiar with), and describe what tools are available […]
Read Full Post | Make a Comment ( Comments Off on John Anderson – “A Modest Introduction to Swift” )Bulk88 – “Writing XS in Plain C”
Posted on June 23, 2017. Filed under: Uncategorized | Tags: author:bulk88, c, perl, tpc, video, xs, yapc, yapc:na:2017 |
Writing XS in Plain C Even if you learned C in a classroom at some point, Perl’s “XS” API for writing perl subs in something purported to be C but is really a cat on a tablet with caps lock on. In this talk I will show how difficult it is to write subs in […]
Read Full Post | Make a Comment ( Comments Off on Bulk88 – “Writing XS in Plain C” )Graham Knop – “Continuous Integration for CPAN”
Posted on June 23, 2017. Filed under: Uncategorized | Tags: appveyor-ci, author:haarg, ci, perl, testing, tpc, travis-ci, video, yapc, yapc:na:2017 |
Continuous Integration for CPAN – youtube Continuous integration helps you catch issues in your modules across a more diverse set of configurations than is easy to check manually. Travis-CI and AppVeyor are free CI solutions for open source projects that will allow automatic testing on Linux, macOS, and Windows. Extra tools exist for easy testing […]
Read Full Post | Make a Comment ( Comments Off on Graham Knop – “Continuous Integration for CPAN” )