Popularity
1.3
Declining
Activity
0.0
Stable
0
2
0
Monthly Downloads: 6
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.
-
taffybar
A gtk based status bar for tiling window managers such as XMonad -
optparse-applicative
Applicative option parser -
optparse-generic
Auto-generate a command-line parser for your datatype -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
ghc-hotswap
Example code for how we swap compiled code within a running Haskell process. -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
directory
Platform-independent library for basic file system operations -
pid1
Do signal handling and orphan reaping for Unix PID1 init processes -
typed-process
Alternative API for processes, featuring more type safety -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
clock
High-resolution clock functions: monotonic, realtime, cputime. -
hail
A service for pull-based continuous deployment based on hydra. -
hnix-store-core
Haskell implementation of the nix store API -
atomic-write
Writes files atomically in Haskell while preserving permissions -
system-fileio
Contains the system-filepath and system-fileio packages -
unix-compat
Haskell portable POSIX-compatibility layer -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
optparse-declarative
Declarative command-line option parser -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
executable-hash
Provides the SHA1 hash of the program executable -
directory-contents
Recursively build a tree of directory contents, avoiding symlink cycles -
halfs
The Haskell File System: A file system implementation in Haskell
Static code analysis for 29 languages.
Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
Promo
www.sonarqube.org
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向けのコメントを追加する