https://github.com/peerigon/javascript.js
Compiles JavaScript to JavaScript - and that's it™
https://github.com/peerigon/javascript.js
Last synced: 11 months ago
JSON representation
Compiles JavaScript to JavaScript - and that's it™
- Host: GitHub
- URL: https://github.com/peerigon/javascript.js
- Owner: peerigon
- License: mit
- Created: 2013-03-21T12:38:36.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2020-08-27T11:49:15.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T09:11:16.532Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 2.41 MB
- Stars: 15
- Watchers: 14
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

_The next big thing from the guys behind [FunctinoScript](https://github.com/meaku/FunctinoScript), [JSONPoo](https://github.com/jhnns/JSONPoo) and [halfSource](https://github.com/meaku/halfSource). Logo by [moritzjacobs](https://github.com/moritzjacobs)._
## Synopsis
### Wish you could just run JavaScript in the browser?
Web development has been a pain in the ass lately. There are many technologies around, like CoffeeScript, Dart, TypeScript,
LESS, SASS, etc. and things are getting more complicated everyday. And you just wanted to create your own little homepage - you fool!
### JavaScript.js is here to boost your productivity!
JavaScript.js is a lightweight (~250 bytes uncompressed) JavaScript library that compiles JavaScript to JavaScript - that's
it! Just add the `lib/index.js` to your document and JavaScript.js will do its magic. It's so intuitive and blazing fast!
And what's really cool: We've also added a fallback mode in case you forgot to add it to the document. It just works.
### Fast! Fast! Fast!
JavaScript.js is really fast. Actually, 10x faster than C. It also works in the cloud.
## Installation
Our famous one-line installation:
`npm install javascript.js`
## Example
Open `examples/hello-world.html` in your favorite browser. If you can read "Hello World!" you're ready to go!
```html
Hello World
document.body.innerHTML = "Hello World!";
```
If only web development was so much fun all the time.
## License
MIT
## Sponsors
[
](https://peerigon.com)