Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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#
- Host: GitHub
- URL: https://github.com/vbfox/fsgetline
- Owner: vbfox
- License: other
- Created: 2015-03-08T23:47:55.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-10-23T21:35:26.000Z (over 8 years ago)
- Last Synced: 2024-05-02T00:44:56.200Z (9 months ago)
- Topics: fsharp, getline
- Language: F#
- Size: 112 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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