Popularity
1.5
Declining
Activity
0.0
Stable
0
2
0
Monthly Downloads: 4
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 -
nix-deploy
Deploy software or an entire NixOS system configuration to another NixOS system -
ghc-hotswap
Example code for how we swap compiled code within a running Haskell process. -
hapistrano
Deploy tool for Haskell applications, like Capistrano for Rails -
directory
Platform-independent library for basic file system operations -
typed-process
Alternative API for processes, featuring more type safety -
hnix-store-core
Haskell implementation of the nix store API -
pid1
Do signal handling and orphan reaping for Unix PID1 init processes -
clock
High-resolution clock functions: monotonic, realtime, cputime. -
hail
A service for pull-based continuous deployment based on hydra. -
system-fileio
Contains the system-filepath and system-fileio packages -
language-puppet
A library to work with Puppet manifests, test them and eventually replace everything ruby. -
optparse-declarative
Declarative command-line option parser -
plugins
Dynamic linking and runtime evaluation of Haskell, and C, including dependency chasing and package resolution. -
openssh-github-keys
Control SSH access to your servers via GitHub teams -
ascii-progress
A simple Haskell progress bar for the console. Heavily borrows from TJ Holowaychuk's Node.JS project -
unix-compat
Haskell portable POSIX-compatibility layer -
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 -
HPi
Library to access the GPIO pins on a Raspberry Pi from Haskell.
Clean code begins in your IDE with SonarLint
Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
Promo
www.sonarlint.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向けのコメントを追加する