Skip to content

alanshaw/funify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

funify Build Status Dependency Status

Browserify transform that turns funjs into js.

funjs is a language that compiles to javascript. The difference is that you declare functions with the keyword fun instead of function.

Here's some funjs:

fun say (words) {
  console.log(words)
}
say("Hello funjs!")

About

Browserify transform that turns funjs into js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published