FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

reallylabs/coffeescript-compiler: CoffeeScript to JavaScript compiler in Scala using Nashorn · GitHub

This repository was archived by the owner on Oct 2, 2021. It is now read-only.

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

coffeescript-compiler

CoffeeScript to JavaScript compiler in Scala using Nashorn based on CoffeeScript 1.9

Requirements

  • Java 8 (Oracle JDK Preferred)

How to Use it?

import io.really.coffeescript._

val compiler = new CoffeeScriptCompiler
println(compiler.compile("a = 5"))

Thanks for David Gageot for the inspiration http://blog.javabien.net/2014/02/19/use-nashorn-and-webjars-to-execute-javascript-server-side/

About

CoffeeScript to JavaScript compiler in Scala using Nashorn

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL