Recherche…


Introduction

GHCJS est un compilateur Haskell to JavaScript qui utilise l'API GHC.

Courir "Hello World!" avec Node.js

ghcjs peut être ghcjs avec les mêmes arguments de ligne de commande que ghc . Les programmes générés peuvent être exécutés directement depuis le shell avec Node.js et SpiderMonkey jsshell . par exemple:

$ ghcjs -o helloWorld helloWorld.hs
$ node helloWorld.jsexe/all.js
Hello world!


Modified text is an extract of the original Stack Overflow Documentation
Sous licence CC BY-SA 3.0
Non affilié à Stack Overflow