Stylish F# 6 by Kit Eason

Stylish F# 6 by Kit Eason

Author:Kit Eason
Language: eng
Format: epub
ISBN: 9781484272053
Publisher: Apress


The good news is there is an open source library called SharpZipLib that can both read and write tar and gzip streams. The less good news is that this library doesn’t have a slick way to create a TGZ file, where we need to create a tar file/stream and compress it. This calls for us to wrap up the available low-level features into a nice neat F# class.

We start defining an F# class by specifying its name and any constructor parameters (Listing 8-1).// Remove this line for use in a program (as opposed to a script or Notebook)

// and add the Nuget package to your project instead.

#r "nuget: SharpZipLib, 1.3.2"



Download



Copyright Disclaimer:
This site does not store any files on its server. We only index and link to content provided by other sites. Please contact the content providers to delete copyright contents if any and email us, we'll remove relevant links or contents immediately.