shen-ruby icon indicating copy to clipboard operation
shen-ruby copied to clipboard

ShenRuby is a port of the Shen programming language to Ruby

Results 3 shen-ruby issues
Sort by recently updated
recently updated
newest added

``` Shen, copyright (C) 2010-2015 Mark Tarver www.shenlanguage.org, Shen 17 running under Ruby, implementation: ruby 2.2.0 port 0.13.0 ported by Greg Spurrier (0-) (defcc a := [/.];) undefined method `hd'...

It appears that `ShenRuby::Shen.new` enters an infinite loop when running under Rubinius 2.0.0 head.

[Reported](https://groups.google.com/d/msg/qilang/IEBOpXgwqgM/JEVyK9o7fBwJ) on the Qilang Google group: ``` I just tried it but I am getting an error: $ srrepl Loading.../usr/lib/ruby/gems/1.9.1/gems/shen-ruby-0.1.0/lib/kl/cons.rb:32: stack level too deep (SystemStackError) I am testing under cygwin,...