@hackage HJScript0.5.0
HJScript is a Haskell EDSL for writing JavaScript programs.
Categories
License
BSD-3-Clause
Maintainer
joel.bjornson@gmail.com, nibro@cs.chalmers.se
Links
- Documentation
- No source repository
- Security
Versions
Installation
Dependencies (4)
- HJavaScript >=0.4.6
- base <5
- hsx >=0.7.0
- mtl Show all…
Dependents (3)
@hackage/acme-everything, @hackage/hsp, @hackage/hpaste
HJScript is a DSL built on top of HJavaScript, for writing client-side dynamic web pages. The programming model is fairly low-level, resembling the actual JavaScript code quite a lot, but should be easy to extend with higher-level functionality. Notable is that HJScript supports the use of literal XML syntax, as defined by the hsx package, for creating DOM ElementNodes. Also notable is that HJScript supports Ajax functionality.