Skip to content

A tiny Scala API for running the Coffeescript compiler on Rhino

Notifications You must be signed in to change notification settings

daggerrz/scala-coffee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

    sbt10 console
    [info] Starting scala interpreter...
    [info] 
    Welcome to Scala version 2.9.0.1 (Java HotSpot(TM) 64-Bit Server VM, Java 1.6.0_24).
    Type in expressions to have them evaluated.
    Type :help for more information.

    scala> org.scoffeescript.Compiler.compile("alert('Hello, world');")
    res0: Either[org.scoffeescript.CompilationError,String] = 
    Right((function() {
      alert('Hello, world');
    }).call(this);
    )

About

A tiny Scala API for running the Coffeescript compiler on Rhino

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages