0.0.0 • Published 11 years ago
funify v0.0.0
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!")
0.0.0
11 years ago