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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.0
    1

Package Sidebar

Install

npm i funify

Weekly Downloads

1

Version

0.0.0

License

MIT

Last publish

Collaborators

  • alanshaw