Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Seo Townsend committed Jul 13, 2014
1 parent b1f94e7 commit 33e4e5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
@@ -1,7 +1,7 @@
![alt text](http://s3.postimg.org/5dv6f2ws1/output3.png)
Jewel aims to be a very fast fully RubySpec compatible implementation of the Ruby Programming Language that will replace MRI. Jewel works by trans-interpreting ruby code into C code; this c code is then compiled and executed by a compatible C compiler (clang is used by default).

Jewel is currently under development and uses [Scratch](https://github.com/sotownsend/scratch-rubyspec) to run unit tests.
Jewel is currently under development and uses [Scratch-RubySpec](https://github.com/sotownsend/scratch-rubyspec) to run unit tests.

1. Type inferencing for performance
2. eval() with process space injection
Expand Down

0 comments on commit 33e4e5d

Please sign in to comment.