Popularity
3.1
Growing
Activity
0.0
Stable
3
3
0
Monthly Downloads: 12
Programming language: LLVM
License: LicenseRef-PublicDomain
Tags:
Language
ihs alternatives and similar packages
Based on the "Language" category.
Alternatively, view ihs alternatives based on common mentions on social networks and blogs.
-
elm-compiler
Compiler for Elm, a functional language for reliable webapps. -
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 -
nirum
Nirum: IDL compiler and RPC/distributed object framework for microservices -
tal
An implementation of Typed Assembly Language (Morrisett, Walker, Crary, Glew) -
language-ecmascript
Haskell library: ECMAScript parser, pretty-printer and additional tools -
aterm-utils
Utility functions for working with aterms as generated by Minitermite -
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
Access the most powerful time series database as a service
Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
Promo
www.influxdata.com
* 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 ihs or a related project?
README
ihs: Interpolated Haskell
This abomination allows you to quickly generate text files in a style similar to ERB from Ruby or PHP. But you stay typesafe!
{{
let bottles 0 = "no more bottles"
bottles 1 = "1 bottle"
bottles i = show i ++ " bottles"
-}}
{{for_ [99,98..0] $ \i ->}}
{{-if i == 0 then-}}
No more bottles of beer on the wall, no more bottles of beer.
Go to the store and buy some more, 99 bottles of beer on the wall.
{{-else-}}
{{=bottles i}} of beer on the wall, {{=bottles i}} of beer.
Take one down and pass it around {{=bottles (i-1)}} of beer on the wall.
{{end}}
{{end-}}
This is free and unencumbered software released into the public domain.