Git Product home page Git Product logo

discord.hs's Introduction

Discord.hs

An attempt to learn some more and help others out, commit by commit.

I am going to be attempting to update this library as much as I can while still heavily learning Haskell.
I'll attempt to follow the previous library's code style and maybe even some day I can look back and rewrite it if need be.

- PixeL

REWORK TIME!!!

A majority of d.hs was hastily thrown together, and was honestly intended as a proof of concept. Now that the code base is in a semi-stable state, and there is a product that I can fall back on, it's time to go through and make everything properly polymorphic and modular.

Roadmap

Discord-hs will consist of ~4 modules

[X] discord-types: Currently Discord.Types. Splitting this off into another package will allow code components to be written for Discord without actually importing code for running bots.

[X] discord-rest: Currently Discord.Rest. Splitting this off will allow code to be written that interfaces with the Discord api that doesn't actually need a gateway.

[X] discord-core: Currently (mostly) Discord.Gateway. Gateway code needs to exist somewhere. This code will be made polymorphic over a new typeclass defined in discord-types.

[ ] discord-hs: Currently Discord.Framework (and others). Framework code allowing discord bots to be created. Will use a typesafe combinator system inspired by Servant. Will additionally export all of the above code.

discord.hs's People

Contributors

fwrs avatar harmon758 avatar pixelinc avatar taksuyu avatar tiltmesenpai avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.