Popularity
1.1
Declining
Activity
0.0
Stable
0
2
0
Monthly Downloads: 1
Programming language: Haskell
License: GNU General Public License v3.0 only
Tags:
System
DiscussionSupportSystem alternatives and similar packages
Based on the "System" category.
Alternatively, view DiscussionSupportSystem alternatives based on common mentions on social networks and blogs.
-
nix-deploy
DISCONTINUED. Deploy software or an entire NixOS system configuration to another NixOS system -
ghc-hotswap
DISCONTINUED. Example code for how we swap compiled code within a running Haskell process. -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby.
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video.
Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
Promo
getstream.io

Do you think we are missing an alternative of DiscussionSupportSystem or a related project?
README
DiscussionSupportSystem
=======================
概要
議論を支援する専用の言語と言うかシステムみたいなものです
そのままで議論してもよし、自然言語に変換してもよし、掲示板とかスレッド表示に変換したり、もっと視覚的にわかりやすい形に変換したり
仕様
考え中の仕様です。仕様というか文法です今後どうなるかわからんのであくまで参考までに
discussion ::= basiss claim
basiss ::= basis
basiss ::= basiss basis
basis ::= url
basis ::= book
basis ::= quote_discussion
url ::= "url" URL
book ::= "ISBN" ISBN pages
pages ::= "pages" "(" ")"
pages ::= "pages" "(" page_numbers ")"
page_numbers ::= page_number
page_numbers ::= page_numbers "," page_number
page_number ::= DIGIT
page_number ::= page_number DIGIT
page_number ::= page_number DIGIT
quote_discussion ::= "text" STRING
claim ::= "claim" STRING
TODO
- READMEに英語を追加する
- ソースコードにHaddoc向けのコメントを追加する