poetics
poetics copied to clipboard
The first *native* implementation of CoffeeScript on the Rubinius VM.
``` mini:~ tyler$ poetics -c poe.coffee An exception occurred undefined method `parse_file' on Poetics::Parser (Class) (NoMethodError) Backtrace: Kernel(Class)#parse_file (method_missing) at kernel/delta/kernel.rb:79 { } in Poetics::Script#options at .rvm/gems/rbx-head/gems/poetics-0.0.1 /bin/poetics:31 Rubinius::Options#process at...
``` > square = (x) -> x*x @1:1 failed rule 'string', got 's' > exit() @1:1 failed rule 'string', got 's' > Ctrl + c @1:1 failed rule 'string', got...