layout | title |
---|---|
page |
JavaScript for the moon. |
{% include JB/setup %}
Dogescript is a programming language that compiles into JavaScript. While JavaScript is a beautiful language, it's not quite Doge friendly. Thankfully, Dogescript fixes that, so that your code can truly go to the moon.
such goToTheMoon much doge very moon is false rly doge is 'a doge' moon is true wow wow moon plz goToTheMoon with 'a doge' {% endhighlight %}
The Dogescript compiler can be installed from npm:
{% highlight bash %} $ npm install -g dogescript {% endhighlight %}
Dogescript can be used either as a REPL, or as a compiler.
{% highlight bash %}
$ dogescript DOGE> your dogescript here
$ dogescript location/to/script.djs
$ dogescript location/to/script.djs > final.js {% endhighlight %}
For more info, see the Tutorials page on the Wiki and the links below.
- Full language definition: Technical document defining the whole language - what's valid and what's not.
- Utilities made for Dogescript: syntax highlighters, build plugins and more...
- Projects made with Dogescript: programs, games, anything programmed in Dogescript.
- Dogescript was originally made by Zach Bruggeman
- Currently maintained by the Dogescript GitHub Organization
- Full list of contributors on GitHub