Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

PlayMyCode/Quby

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quby Compiler

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 for Play My Code, and you can try it out here.

This Version is Under Construction!

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.

How To Build

  • 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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.