rascal alternatives and similar packages
Based on the "Web" category.
Alternatively, view rascal alternatives based on common mentions on social networks and blogs.
-
swagger-petstore
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
haskell-bitmex-rest
swagger-codegen contains a template-driven engine to generate documentation, API clients and server stubs in different languages by parsing your OpenAPI / Swagger definition. -
servant
Main repository for the servant libraries — DSL for describing, serving, querying, mocking, documenting web applications and more! -
scotty
Haskell web framework inspired by Ruby's Sinatra, using WAI and Warp (Official Repository) -
neuron
Future-proof note-taking and publishing based on Zettelkasten (superseded by Emanote: https://github.com/srid/emanote) -
airship
Helium + Webmachine = Airship. A toolkit for building declarative, RESTful web apps. -
apecs-gloss
a fast, extensible, type driven Haskell ECS framework for games -
haskell-kubernetes
Haskell bindings to the Kubernetes API (via swagger-codegen) -
digestive-functors
A general way to consume input using applicative functors -
servant-elm
Automatically derive Elm functions to query servant webservices -
tagsoup
Haskell library for parsing and extracting information from (possibly malformed) HTML/XML documents -
backprop
Heterogeneous automatic differentiation ("backpropagation") in Haskell -
kubernetes-client-core
Haskell client for the kubernetes API. A work in progress. -
engine-io
A Haskell server implementation of the Engine.IO and Socket.IO (1.0) protocols -
keera-hails-reactive-htmldom
Keera Hails: Haskell on Rails - Reactive Programming Framework for Interactive Haskell applications -
ghcjs-base
base library for GHCJS for JavaScript interaction and marshalling, used by higher level libraries like JSC
ONLYOFFICE Docs — document collaboration in your environment
* 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 rascal or a related project?
README
__
.----.---.-.-----.----.---.-.| |
| _| _ |__ --| __| _ || |
|__| |___._|_____|____|___._||__|
rascal is a command-line client for reddit.
It should work on any platform where Haskell runs (Linux, Mac OSX and Windows through MinGW), and aims at making available the whole reddit API (we're not there yet…).
It sports colors, that should soon become configurable, and might not work under Windows (based on ANSI escape sequences, through ansi-terminal).
By default it will open /r/haskell sorted by "new", but you can provide another subreddit as argument on the command line
$ rascal python
It is also possible to define the default subreddit and the default sort
option in an INI-style configuration file named .rascalrc
in your HOME
directory. For instance, it might contain the following (case-sensitive!):
subreddit: programming
linkSort = controversial
commentSort: new
pageComments = True
Here is what rascal looks like when started, and when a self link (marked
with a '♦') is chosen (N
was pressed in this case). Non-self links and links
detected in posts will be opened in your default browser.
Comments are shown threaded, with the order defined in the configuration file
(defaulting to new
), and one page at a time if pageComments
is true
(default). Comments, like posts, are formatted to avoid cutting words when
possible.
Notes
In case you wonder, my iTerm2 is using the dark
solarized color scheme. The ASCII
title was generated with figlet -f chunky
. And the name comes from my own
pronunciation of /r/haskell
.
Planned Features
- Configuration for colors
- OAuth2 login to reddit (subscribed/saved/etc.)
- more tests
Disclaimer
Please note that rascal is my first Haskell project. As such, it is as much a fun experiment for me to discover the ecosystem and the idioms, than a really useful project. TL;DR: YMMV.