- Notifications
You must be signed in to change notification settings - Fork5
PlayMyCode/Quby
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Quby is a Ruby-like language, which looks similar, but slightly differently. It runs in the browser, in pure JavaScript, and compiles to JavaScript on the fly to ensure the code runs quickly.
It differs from Ruby as it reigns in some of it's dynamic nature to avoid runtime overhead, and to add compile time checks. For example you cannot call a function or a method which is not defined, anywhere.
It was built forPlay My Code, and you can try it outhere.
The version here is the new Quby compiler, which is a rewrite of the whole parser. At the time of writing, it's only about 80% done, and the remaining 20% makes it unusable.
In short, come back in a week or two when it's done.
- Download the code
- if your on Windows, run /Quby/build/build.bat
- if your not on-Windows, run /Quby/build/build.bash
- goto /Quby/dist
- quby.js is your copy
About
Ruby-like language that compiles to JavaScript
Resources
Uh oh!
There was an error while loading.Please reload this page.