2013
DOI: 10.1007/978-3-642-41582-1_3
|View full text |Cite
|
Sign up to set email alerts
|

Building JavaScript Applications with Haskell

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1

Citation Types

0
3
0

Year Published

2013
2013
2019
2019

Publication Types

Select...
3
2
1

Relationship

1
5

Authors

Journals

citations
Cited by 6 publications
(3 citation statements)
references
References 9 publications
0
3
0
Order By: Relevance
“…On the client side, we make use of the Utrecht Haskell Compiler's (UHC) [5,4] JavaScript backend [6]. This enables us to write Haskell code and cross-compile it to JavaScript, which is run in the students' browser.…”
Section: Methodsmentioning
confidence: 99%
“…On the client side, we make use of the Utrecht Haskell Compiler's (UHC) [5,4] JavaScript backend [6]. This enables us to write Haskell code and cross-compile it to JavaScript, which is run in the students' browser.…”
Section: Methodsmentioning
confidence: 99%
“…The UHC Haskell compiler comes with a JavaScript backend as well, and matching higher-level extensions to its foreign function interface [6]. Like Fay, UHC provides automatic conversion of Haskell values to JavaScript objects, as well as importing arbitrary JavaScript expressions, with some parsing and wildcard expansion.…”
Section: Ghcjs: Javascriptffimentioning
confidence: 99%
“…Haste is by no means the only JavaScript-targeting compiler for a purely functional language. In particular, the GHC-based GHCJS [17] and UHC [8] compilers are both capable of compiling standard Haskell into JavaScript; the Fay [10] language was designed from the ground up to target the web space using a subset of Haskell; and there exist solutions for compiling Erlang [13] and Clean [9] to JavaScript as well. While the aforementioned compilers are the ones most interesting for purely functional programming, there exist a wealth of other JavaScript-targeting compilers, for virtually any language.…”
Section: Choosing a Compilermentioning
confidence: 99%