Skip to content

johansson/fsirc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FsIrc

IRC parsing and network library for F# and .NET, using FParsec.

Motivation

A staple of learning any programming language, one must implement an IRC library and client. And I found no existing IRC library for F#.

Two main things: FParsec and Functional Reactive Programming.

Bot

A very crude bot that tests out FRP practices. Also it'll eventually use the parser library.

Change the search patch in bot.fsx to point where FSharpx and FParsec are.

fsi bot.fsx

Tests

Change the search path in tests.fsx to point where FParsec is.

fsi tests.fsx

Contributors

Patches are welcome. Please fork and submit pull requests.

License

Copyright 2014 Will Johansson

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

F# IRC parser and network library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages