funify
0.0.0 • Public • Published funify

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!")
Package Sidebar
Install
Weekly Downloads