language-dickinson alternatives and similar packages
Based on the "Language" category.
Alternatively, view language-dickinson alternatives based on common mentions on social networks and blogs.
-
elm-compiler
Compiler for Elm, a functional language for reliable webapps. -
purescript
A strongly-typed language that compiles to JavaScript -
stylish-haskell
Haskell code prettifier [Moved to: https://github.com/haskell/stylish-haskell] -
haskell-src-exts
Manipulating Haskell source: abstract syntax, lexer, parser, and pretty-printer -
haskell-tools-ast-fromghc
Developer tools for Haskell -
haskell-tools-ast-gen
Developer tools for Haskell -
language-javascript
Parser for JavaScript, in Haskell -
language-python
A parser for Python 2.x and 3.x written in Haskell -
liquid-fixpoint
Horn Clause Constraint Solving for Liquid Types -
nirum
Nirum: IDL compiler and RPC/distributed object framework for microservices -
elm-export
Create Elm types and JSON decoders from Haskell source. -
tal
An implementation of Typed Assembly Language (Morrisett, Walker, Crary, Glew) -
shentong
A Haskell implementation of the Shen programming language. -
camfort
Light-weight verification and transformation tools for Fortran -
language-c-quote
C/CUDA/OpenCL/Objective-C quasiquoting library. -
aterm-utils
Utility functions for working with aterms as generated by Minitermite -
language-rust
Parser and pretty-printer for the Rust language -
language-ecmascript
Haskell library: ECMAScript parser, pretty-printer and additional tools -
fortran-src
Fortran parsing and static analysis infrastructure -
formura
Describe stencil formurae without even translating them -
ministg
Ministg is an interpreter for a high-level, small-step, operational semantics for the STG machine. -
purescript-tsd-gen
TypeScript Declaration File (.d.ts) generator for PureScript
Static code analysis for 29 languages.
* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of language-dickinson or a related project?
README
Dickinson
Dickinson is a text-generation language.
Installation
Web
You can try out the language on the web without installing anything.
Binary Releases
Binaries for some platforms are available on the releases page.
Unpack the distribution, then:
make install
Script
There is an install script which will try to download the right release for your computer:
curl -sSl https://raw.githubusercontent.com/vmchale/dickinson/master/bash/install.sh | sh -s
Source
To install, get cabal-install and GHC. Then:
cabal install language-dickinson
Manpages are installed at
emd man
So man $(emd man)
will pull them up in bash, for instance.
Editor Integration
Editor integration is available for vim.
Using vim-plug:
Plug 'vmchale/dickinson' , { 'rtp' : 'vim' }
Documentation
A user guide is available in markdown and as a pdf.
See man/emd.1
for man pages.
Examples
A riff on the Unix fortune program is available here. Try
emd run examples/fortune.dck
Other examples are in the
examples
directory.