Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vbfox/fsgetline

A port of getline.cs to F#
https://github.com/vbfox/fsgetline

fsharp getline

Last synced: about 2 months ago
JSON representation

A port of getline.cs to F#

Awesome Lists containing this project

README

        

FsGetLine
=========

[![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/4471x0562ck3n71h/branch/master?svg=true)](https://ci.appveyor.com/project/vbfox/fsgetline/branch/master)
[![Travis-CI Build status](https://travis-ci.org/vbfox/FsGetLine.svg?branch=master)](https://travis-ci.org/vbfox/FsGetLine)
This repository contains an implementation of 'getline' in F#.

The original version is [getline.cs][1] by Miguel de Icaza as described
in his blog post [getline.cs: Partying like its 1988][2].

The version in this repository was created as an exercise of porting C#
code to F# and making it more functional.

All bugs are mine.

[1]: https://github.com/mono/mono/blob/master/mcs/tools/csharp/getline.cs
[2]: http://tirania.org/blog/archive/2008/Aug-26.html