Greg Spurrier
Greg Spurrier
``` 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,...
I noticed that `StatsDReporter.processCounter` is emitting statsd gauges rather than counters. Is this a bug, or is there a need for this that I'm missing?