funify

0.0.0 • Public • Published

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!")

Readme

Keywords

Package Sidebar

Install

npm i funify

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • alanshaw